* Hack to be differently specific when replacing the root= lines. This
should replace both the actual grub config lines and the kopt line,
but leave lines like groot alone.
svn path=/trunk/packages/invirt-autoinstaller/; revision=2376
swap) SWAP_GUEST="$(echo ${!var} | cut -f8 -d:)";;
esac
done
-sed -i -re "s%^(# *kopt=.*root=)[^ ]*%\1UUID=$ROOT_UUID%" ${prefix}/boot/grub/menu.lst
+sed -i -re "s%^([= ]root=)[^ ]*%\1UUID=$ROOT_UUID%" ${prefix}/boot/grub/menu.lst
sed -i -e "s%${ROOT_GUEST}%UUID=${ROOT_UUID}%" ${prefix}/etc/fstab
sed -i -e "s%${SWAP_GUEST}%UUID=${SWAP_UUID}%" ${prefix}/etc/fstab
+invirt-autoinstaller (0.0.31) unstable; urgency=low
+
+ * Hack to be differently specific when replacing the root= lines. This
+ should replace both the actual grub config lines and the kopt line,
+ but leave lines like groot alone.
+
+ -- Evan Broder <broder@mit.edu> Tue, 28 Jul 2009 14:39:25 -0700
+
invirt-autoinstaller (0.0.30) unstable; urgency=low
* When we're installing the world, be sure to block debconf prompts from