summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-06-23 16:16:29 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2011-06-23 16:49:42 -0500
commitc8415c21406f324876333ba97599ff3f7c594ea5 (patch)
tree2a9d3ed932662bca1aa4f2a7115d620ec283d82f /conf.d
parentcomment out the ttyB0 line in inittab (diff)
downloadlivecd-tools-c8415c21406f324876333ba97599ff3f7c594ea5.tar.gz
livecd-tools-c8415c21406f324876333ba97599ff3f7c594ea5.tar.bz2
livecd-tools-c8415c21406f324876333ba97599ff3f7c594ea5.zip
create defaults file for autoconfig
This moves the initial default settings for the flags used by autoconfig to a separate file and re-arranges some of the functions in the autoconfig script itself.
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/autoconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/conf.d/autoconfig b/conf.d/autoconfig
new file mode 100644
index 0000000..793c563
--- /dev/null
+++ b/conf.d/autoconfig
@@ -0,0 +1,31 @@
+#
+# These are the default settings for autoconfig.
+# They determine which functions will be automatically started on our
+# live cds.
+# These settings can all be overridden from the boot command line.
+#
+ACPI="yes"
+ALSA="yes"
+APM="no"
+BRLTTY="no"
+COLDPLUG="yes"
+DETECT="yes"
+DHCP="yes"
+DMRAID="yes"
+EVMS="no"
+FIREWIRE="yes"
+GPM="yes"
+IDEDMA="yes"
+LVM="no"
+MDADM="yes"
+NET="yes"
+NFS="yes"
+PASSWD="yes"
+PATA="yes"
+PCMCIA="yes"
+SATA="yes"
+SCSI="no"
+SPEAKUP="no"
+SSHD="no"
+USB="yes"
+X11="yes"