From bd5fe89f34712cee3aaaa136db954e8000967b08 Mon Sep 17 00:00:00 2001 From: jonas Date: Sun, 22 Oct 2006 19:10:52 +0000 Subject: Idempotency fix: Overwrite grub_host_device.map when configuring. git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/homebase@45 8f53b18a-e215-0410-8885-9f593d34873e --- 3_configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3