]> Zhao Yanbai Git Server - minix.git/commitdiff
setup fix
authorBen Gras <ben@minix3.org>
Mon, 22 Aug 2005 12:36:42 +0000 (12:36 +0000)
committerBen Gras <ben@minix3.org>
Mon, 22 Aug 2005 12:36:42 +0000 (12:36 +0000)
commands/scripts/setup.sh

index 2fd9794aea2e769af4f64a95c28f41155bb1aaa0..43c6f88d642adcab32e905f85257deacec444009 100755 (executable)
@@ -418,13 +418,15 @@ else      disable="disable=inet;"
 fi
 
 umount /dev/$root >/dev/null || exit   # Unmount the new root.
+mount /dev/$usr /mnt >/dev/null || exit
 
 # Make bootable.
 installboot -d /dev/$root /usr/mdec/bootblock /boot/boot >/dev/null || exit
 edparams /dev/$root "rootdev=$root; ramimagedev=$root; $disable; main() { echo By default, MINIX 3 will automatically load in 3 seconds.; echo Press ESC to enter the monitor for special configuration.; trap 3000 boot; menu; }; save" || exit
-pfile="/usr/src/tools/fdbootparams"
+pfile="/mnt/src/tools/fdbootparams"
 # echo "Remembering boot parameters in ${pfile}."
 echo "rootdev=$root; ramimagedev=$root; $disable; save" >$pfile || exit
+umount /dev/$usr
 sync
 
 echo "