Changeset 2359 for trunk/packages/invirt-autoinstaller
- Timestamp:
- Jun 13, 2009, 10:33:39 PM (15 years ago)
- Location:
- trunk/packages/invirt-autoinstaller
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/93-setup-grub
r2343 r2359 86 86 esac 87 87 done 88 sed -i - e "s#root=[^ ]*#root=UUID=$ROOT_UUID#" ${prefix}/boot/grub/menu.lst89 sed -i -e "s #${ROOT_GUEST}#UUID=${ROOT_UUID}#" ${prefix}/etc/fstab90 sed -i -e "s #${SWAP_GUEST}#UUID=${SWAP_UUID}#" ${prefix}/etc/fstab88 sed -i -re "s%^(# *kopt=.*root=)[^ ]*%\1UUID=$ROOT_UUID%" ${prefix}/boot/grub/menu.lst 89 sed -i -e "s%${ROOT_GUEST}%UUID=${ROOT_UUID}%" ${prefix}/etc/fstab 90 sed -i -e "s%${SWAP_GUEST}%UUID=${SWAP_UUID}%" ${prefix}/etc/fstab 91 91 92 92 # -
trunk/packages/invirt-autoinstaller/debian/changelog
r2343 r2359 1 invirt-autoinstaller (0.0.29) unstable; urgency=low 2 3 * Be more specific when replacing root= lines with UUID equivalents in 4 the grub menu.lst. This avoids replacing things like groot, which 5 makes pygrub unhappy. 6 7 -- Evan Broder <broder@mit.edu> Sat, 13 Jun 2009 19:33:01 -0700 8 1 9 invirt-autoinstaller (0.0.28) unstable; urgency=low 2 10
Note: See TracChangeset
for help on using the changeset viewer.