make a ramdisk if necessary
This commit is contained in:
parent
34b1f1c738
commit
3bd337d54c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue