. release fixes
. added OPENCT ioctl to at driver, which returns the number of times a device is opened. if it's not opened exactly once, new partition info will not be read in (at the next open after this close). included this check in autopart.
This commit is contained in:
@@ -434,9 +434,12 @@ echo "rootdev=$root; ramimagedev=$root; $disable; save" >$pfile || exit
|
||||
umount /dev/$usr
|
||||
sync
|
||||
|
||||
bios="`echo $primary | sed 's/d./dX/g'`"
|
||||
|
||||
echo "
|
||||
Please type 'shutdown' to exit MINIX 3 and enter the boot monitor. At the
|
||||
boot monitor prompt, type 'boot $primary' to try your new MINIX system.
|
||||
Please type 'shutdown' to exit MINIX 3 and enter the boot monitor. At
|
||||
the boot monitor prompt, type 'boot $bios', where X is the bios drive
|
||||
number of the drive you installed on, to try your new MINIX system.
|
||||
|
||||
This ends the MINIX setup script. After booting your newly set up system,
|
||||
you can run the test suites as indicated in the setup manual. You also
|
||||
|
||||
Reference in New Issue
Block a user