Changeset 2441
- Timestamp:
- Aug 13, 2009, 11:36:13 AM (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
r2376 r2441 86 86 esac 87 87 done 88 sed -i -re "s%^( [= ]root=)[^ ]*%\1UUID=$ROOT_UUID%" ${prefix}/boot/grub/menu.lst88 sed -i -re "s%^(# *kopt=.*root=)[^ ]*%\1UUID=$ROOT_UUID%" ${prefix}/boot/grub/menu.lst 89 89 sed -i -e "s%${ROOT_GUEST}%UUID=${ROOT_UUID}%" ${prefix}/etc/fstab 90 90 sed -i -e "s%${SWAP_GUEST}%UUID=${SWAP_UUID}%" ${prefix}/etc/fstab -
trunk/packages/invirt-autoinstaller/debian/changelog
r2376 r2441 1 invirt-autoinstaller (0.0.32) unstable; urgency=low 2 3 * Revert 0.0.31 - it didn't work, and left autoinstalled VMs that used 4 to work without anything in their grub menu.lst. 5 6 -- Evan Broder <broder@mit.edu> Thu, 13 Aug 2009 08:35:50 -0700 7 1 8 invirt-autoinstaller (0.0.31) unstable; urgency=low 2 9
Note: See TracChangeset
for help on using the changeset viewer.