Compute 1440k for mkboot

This commit is contained in:
Ben Gras 2006-04-12 15:53:19 +00:00
parent c8196c483f
commit 0f0cb51072

View file

@ -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