# Bootcd configuration options

# When booting from a readonly bootcd CD changes may be on a FLOPPY disk.
# This floppy could be changed with bootcdflopcp(1).
# The device of the floppy can be defined to the default with:
# FLOPPY=/dev/fd0 
FLOPPY=/dev/fd0

# If booting should be only possible if a floppy is inserted, use
# BOOT_ONLY_WITH_FLOPPY="yes"
# The default is BOOT_ONLY_WITH_FLOPPY="no"
BOOT_ONLY_WITH_FLOPPY="no"
