]> Zhao Yanbai Git Server - minix.git/commitdiff
make a ramdisk if necessary
authorBen Gras <ben@minix3.org>
Mon, 13 Mar 2006 14:44:34 +0000 (14:44 +0000)
committerBen Gras <ben@minix3.org>
Mon, 13 Mar 2006 14:44:34 +0000 (14:44 +0000)
tools/mkboot

index 06824f3effb2b1c490fcfb4ce3089af538804ded..09939701189db2308c2218c08f7863d3b6236663 100755 (executable)
@@ -166,6 +166,7 @@ cdfdboot)
        # cdfdboot: Make a boot floppy image to go on a CD for booting from.
        if [ -z "$dev" ]
        then
+               ramdisk `expr 1440*1024` 2>/dev/null
                dev=/dev/ram
        fi
        umount $dev 2>/dev/null