. 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:
@@ -158,7 +158,6 @@ if [ "$HDEMU" -ne 0 ]; then hdemu_root_changes; fi
|
||||
umount $TMPDISK || exit
|
||||
umount $RAM || exit
|
||||
dd if=$RAM of=$ROOTIMAGE bs=$BS count=$ROOTBLOCKS
|
||||
make programs image
|
||||
(cd ../boot && make)
|
||||
make image || exit 1
|
||||
sh mkboot cdfdboot
|
||||
|
||||
Reference in New Issue
Block a user