]> git.parisson.com Git - telecaster-cloning.git/commitdiff
fix grub install
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 2 Jul 2012 09:48:01 +0000 (11:48 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 2 Jul 2012 09:48:01 +0000 (11:48 +0200)
bin/tc_clone_pxe_s10.sh

index ca9bab7db5180d3a700d0f1f92a7c43c99907153..e8e035498fcdc921783ae27d739cc4463cdd23b2 100755 (executable)
@@ -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