]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix minimal ISO installation
authorpikpik <pikpik.1010@gmail.com>
Fri, 10 Aug 2012 02:10:29 +0000 (02:10 +0000)
committerBen Gras <ben@minix3.org>
Fri, 10 Aug 2012 20:21:59 +0000 (22:21 +0200)
 - Minimal ISO's have little in /usr/src
 - Copy boot.cfg from /etc instead

commands/setup/setup.sh

index 90524ce3a7525473b706ea130592024acb8a0c40..da8b2c54dfd08da73aa0c83e2291639fdd560136 100644 (file)
@@ -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