From b8603e2ac2b8595f04e60987bcbb19284e82d5e8 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Sat, 13 Mar 2004 03:18:32 +0000 Subject: filesystem support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1399 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/config') diff --git a/src/config/Options.lb b/src/config/Options.lb index a175f358e8..6ce069540b 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -522,6 +522,32 @@ define CONFIG_ROM_STREAM_START export always comment "ROM stream start location" end +define CONFIG_FS_STREAM + default 0 + export always + comment "Boot from a filesystem" +end +define CONFIG_FS_EXT2 + default 0 + export always + comment "Enable ext2 filesystem support" +end +define CONFIG_FS_ISO9660 + default 0 + export always + comment "Enable ISO9660 filesystem support" +end +define AUTOBOOT_DELAY + default 2 + export always + comment "Delay (in seconds) before autobooting" +end +define AUTOBOOT_CMDLINE + default "hdc1:/vmlinuz root=/dev/hdc3 console=tty0 console=ttyS0,115200" + export always + format "\"%s\"" + comment "Default command line when autobooting" +end ############################################### # IRQ options -- cgit v1.2.3