summaryrefslogtreecommitdiff
path: root/dracut.conf
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-08-31 11:39:21 +0200
committerHarald Hoyer <harald@redhat.com>2009-09-01 15:42:26 +0200
commitba72631039df2962514d85e9059ef022c18916ba (patch)
treee11b23d8fdcfc798db281de56a51a87101ae769f /dracut.conf
parenta89fb6daa56dac4036eb5f810c0fa63f093bd564 (diff)
downloaddracut-ba72631039df2962514d85e9059ef022c18916ba.tar.gz
dracut-ba72631039df2962514d85e9059ef022c18916ba.tar.bz2
dracut-ba72631039df2962514d85e9059ef022c18916ba.zip
add hostonly to dracut.conf
Diffstat (limited to 'dracut.conf')
-rw-r--r--dracut.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/dracut.conf b/dracut.conf
index 8e8e90f5..f4e4daa8 100644
--- a/dracut.conf
+++ b/dracut.conf
@@ -8,3 +8,6 @@
# Additional kernel modules to install
#drivers=""
+
+# build initrd only to boot current hardware
+#hostonly="-h"