#----------------------------------- # mu.cnf: muLinux filesystem info #----------------------------------- # generic VERSION=14r0 # exported in /startup/boot/info BOOT_FREE=30 # free space in BOOT partition (for profiles) KERNEL_BOOT_PARAMETERS= # # floppy-disk device # [ used by lilo ] FLOPPY=fd0H; SIZE=1722; MINOR=60; MAJOR=2 STARTUP_DEVICE="/dev/${FLOPPY}${SIZE}" # root partition # [ used by lilo ] ROOT_DEVICE=/dev/ram0 ROOT_SOURCE=/dev/$FLOPPY$SIZE ROOT_RAW_SIZE=2000 # root_inodes is the number of bytes for single inode. # higher values means less inodes in the root filesystem #ROOT_INODES=2500 ROOT_INODES=2300 # /usr partition previsional size USR_RAW_SIZE=1900 USR_INODES=3000