From: Guillaume Pellerin Date: Mon, 2 Jul 2012 09:48:01 +0000 (+0200) Subject: fix grub install X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b84580b4b9239e5e3f1ce7c7a1eede150829650e;p=telecaster-cloning.git fix grub install --- diff --git a/bin/tc_clone_pxe_s10.sh b/bin/tc_clone_pxe_s10.sh index ca9bab7..e8e0354 100755 --- a/bin/tc_clone_pxe_s10.sh +++ b/bin/tc_clone_pxe_s10.sh @@ -28,7 +28,6 @@ mount -t proc none $CLONE/proc mount -o bind /dev $CLONE/dev mount -o bind /sys $CLONE/sys -chroot $CLONE grub-install /dev/sda chroot $CLONE ls -tl /dev/disk/by-uuid >> /etc/fstab chroot $CLONE vi /etc/fstab chroot $CLONE grub-install /dev/sda