diff options
-rwxr-xr-x | 3_configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3_configure.sh b/3_configure.sh index 98199c7..4ec72d0 100755 --- a/3_configure.sh +++ b/3_configure.sh @@ -12,7 +12,7 @@ if ! ./chroot.sh grep -q 'root::' "/etc/shadow"; then fi # Install MBR, GRUB and SYSLINUX -[ -n "$grubdev_host" ] && mkgrubdevmap "$usbdev_host" >>"$baseworkdir/grub_host_device.map" +[ -n "$grubdev_host" ] && mkgrubdevmap "$usbdev_host" >"$baseworkdir/grub_host_device.map" if [ "$MBR" = "yes" ]; then [ "$MBR" = "yes" ] && install-mbr "$usbdev_host" # [ -n "$syslinuxdev_host" ] && syslinux "$bootdev_host" |