From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- core/dmraid/dmraid.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 core/dmraid/dmraid.install (limited to 'core/dmraid/dmraid.install') diff --git a/core/dmraid/dmraid.install b/core/dmraid/dmraid.install new file mode 100644 index 000000000..64899e785 --- /dev/null +++ b/core/dmraid/dmraid.install @@ -0,0 +1,14 @@ +post_upgrade() { + if [ "$(vercmp $2 1.0.0.rc15)" -lt 0 ]; then + # important upgrade notice + echo ">>>" + echo ">>> IMPORTANT DMRAID UPGRADE NOTICE" + echo ">>> -------------------------------" + echo ">>> Version 1.0.0.rc15 and greater introduce a new name scheme:" + echo ">>> You need to add an additional 'p' in front of your number." + echo ">>> e.g. --> p" + echo ">>> firsthd1 --> firsthdp1" + echo ">>> Please change your bootloader and fstab accordingly." + echo ">>>" + fi +} -- cgit v1.2.3-54-g00ecf