From: drebs Date: Fri, 10 Dec 2010 20:16:36 +0000 (-0200) Subject: fixing mount of boot dir X-Git-Tag: 0.1~356 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8e296cf03ecc4bfd7d4b99b82955fe5049ce48c7;p=hydra.git fixing mount of boot dir --- diff --git a/share/hydractl/provision b/share/hydractl/provision index 6d0c9ae..1d0ae6b 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -98,7 +98,7 @@ EOF # Boot. echo "Boot device setup..." mkfs.ext3 "$device"2 -mount "$device"2 /boot +mount "$device"2 /tmp/debootstrap/boot grub-install --no-floppy "$device" echo " "$device"2 /boot ext3 defaults,errors=remount-ro 0 2" >> /tmp/debootstrap/etc/fstab