summaryrefslogtreecommitdiff
path: root/3_configure.sh
diff options
context:
space:
mode:
Diffstat (limited to '3_configure.sh')
-rwxr-xr-x3_configure.sh2
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"