Changeset 2441


Ignore:
Timestamp:
Aug 13, 2009, 11:36:13 AM (15 years ago)
Author:
broder
Message:

Revert the "Hack to be differently specific". It wasn't working.

This reverts commit r2376.

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  
    8686    esac
    8787done
    88 sed -i -re "s%^([= ]root=)[^ ]*%\1UUID=$ROOT_UUID%" ${prefix}/boot/grub/menu.lst
     88sed -i -re "s%^(# *kopt=.*root=)[^ ]*%\1UUID=$ROOT_UUID%" ${prefix}/boot/grub/menu.lst
    8989sed -i -e "s%${ROOT_GUEST}%UUID=${ROOT_UUID}%" ${prefix}/etc/fstab
    9090sed -i -e "s%${SWAP_GUEST}%UUID=${SWAP_UUID}%" ${prefix}/etc/fstab
  • trunk/packages/invirt-autoinstaller/debian/changelog

    r2376 r2441  
     1invirt-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
    18invirt-autoinstaller (0.0.31) unstable; urgency=low
    29
Note: See TracChangeset for help on using the changeset viewer.