2 if [ "$(vercmp $2 1.0.0.rc15)" -lt 0 ]; then
3 # important upgrade notice
5 echo ">>> IMPORTANT DMRAID UPGRADE NOTICE"
6 echo ">>> -------------------------------"
7 echo ">>> Version 1.0.0.rc15 and greater introduce a new name scheme:"
8 echo ">>> You need to add an additional 'p' in front of your number."
9 echo ">>> e.g. <yourname><number> --> <yourname>p<number>"
10 echo ">>> firsthd1 --> firsthdp1"
11 echo ">>> Please change your bootloader and fstab accordingly."