From 0840c70d8b384aa326a129c9e65d31fe0ebca2eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Jun 2014 22:23:36 -0400 Subject: propellor spin --- config-joey.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index 236af544..c08eadaf 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -177,6 +177,7 @@ hosts = -- (o) ` -- PV-grub chaining -- http://notes.pault.ag/linode-pv-grub-chainning/ + -- (Adapted to use xvda1/hd0,0 instead of xvda/hd0) & "/boot/grub/menu.lst" `File.hasContent` [ "default 1" , "timeout 30" @@ -187,9 +188,9 @@ hosts = -- (o) ` , "boot" ] & "/boot/load.cf" `File.hasContent` - [ "configfile (xen/xvda)/boot/grub/grub.cfg" ] + [ "configfile (xen/xvda1)/boot/grub/grub.cfg" ] & Apt.installed ["grub-xen"] - & flagFile (scriptProperty ["grub-mkimage --prefix '(xen/xvda)/boot/grub' -c /boot/load.cf -O x86_64-xen /usr/lib/grub/x86_64-xen/*.mod > /boot/xen-shim"]) "/boot/xen-shim" + & flagFile (scriptProperty ["update-grub; grub-mkimage --prefix '(xen/xvda1)/boot/grub' -c /boot/load.cf -O x86_64-xen /usr/lib/grub/x86_64-xen/*.mod > /boot/xen-shim"]) "/boot/xen-shim" & alias "eubackup.kitenet.net" & Apt.installed ["obnam", "sshfs", "rsync"] -- cgit v1.2.3