From: pikpik Date: Fri, 10 Aug 2012 02:10:29 +0000 (+0000) Subject: Fix minimal ISO installation X-Git-Tag: v3.2.1~386 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch08.html?a=commitdiff_plain;h=90f82bb33e9d762c408e6753b6e5a856a195d89c;p=minix.git Fix minimal ISO installation - Minimal ISO's have little in /usr/src - Copy boot.cfg from /etc instead --- diff --git a/commands/setup/setup.sh b/commands/setup/setup.sh index 90524ce3a..da8b2c54d 100644 --- a/commands/setup/setup.sh +++ b/commands/setup/setup.sh @@ -744,7 +744,7 @@ mount /dev/$usr /mnt/usr >/dev/null || exit # XXX we have to use "-f" here, because installboot worries about BPB, which # we don't have... installboot_nbsd -f /dev/$primary /usr/mdec/bootxx_minixfs3 >/dev/null || exit -cp /mnt/usr/src/etc/boot.cfg.default /mnt/boot.cfg +cp /mnt/etc/boot.cfg.default /mnt/boot.cfg chroot /mnt update_bootcfg # Save name of CD drive