Changeset 2335 for trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/93-setup-grub
- Timestamp:
- May 2, 2009, 11:46:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/93-setup-grub
r2333 r2335 69 69 70 70 # 71 # If this is a Jaunty machine, the fix from LP #291256 caused our72 # patch to update-grub to not work, so let's use that mechanism73 # instead.74 #75 # Since we haven't run update-grub yet, we need to generate the76 # skeleton of a Debian menu.lst so that update-grub extracts the77 # options correctly78 #79 cat >/boot/grub/menu.lst <<EOF80 ### BEGIN AUTOMAGIC KERNELS LIST81 ## ## Start Default Options ##82 # indomU=true83 ## ## End Default Options ##84 ### END DEBIAN AUTOMAGIC KERNELS LIST85 EOF86 sed -i -e 's/indomU=detect/indomU=true/' /boot/grub/menu.lst87 88 #89 71 # Regenerate automagic kernels list 90 72 #
Note: See TracChangeset
for help on using the changeset viewer.