Compute 1440k for mkboot
This commit is contained in:
parent
c8196c483f
commit
0f0cb51072
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +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
|
||||
ramdisk `expr 1440 \* 1024` 2>/dev/null
|
||||
dev=/dev/ram
|
||||
fi
|
||||
umount $dev 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue