From b84580b4b9239e5e3f1ce7c7a1eede150829650e Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 2 Jul 2012 11:48:01 +0200 Subject: [PATCH] fix grub install --- bin/tc_clone_pxe_s10.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5