diff options
author | Harald Hoyer <harald@redhat.com> | 2009-08-31 11:39:21 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-09-01 15:42:26 +0200 |
commit | ba72631039df2962514d85e9059ef022c18916ba (patch) | |
tree | e11b23d8fdcfc798db281de56a51a87101ae769f /dracut.conf | |
parent | a89fb6daa56dac4036eb5f810c0fa63f093bd564 (diff) | |
download | dracut-ba72631039df2962514d85e9059ef022c18916ba.tar.gz dracut-ba72631039df2962514d85e9059ef022c18916ba.tar.bz2 dracut-ba72631039df2962514d85e9059ef022c18916ba.zip |
add hostonly to dracut.conf
Diffstat (limited to 'dracut.conf')
-rw-r--r-- | dracut.conf | 3 |
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" |