summaryrefslogtreecommitdiff
path: root/modules.d
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-11-27 14:29:32 +0100
committerHarald Hoyer <harald@redhat.com>2009-11-27 14:29:32 +0100
commitba67b9239bd72f9311d695dd694aab944b0976d3 (patch)
tree57a46956736e92a9d2a8b60c38f247f6a608d8a8 /modules.d
parentf4f45af792d9009f04cc51874997264853edca07 (diff)
changed hostonly documentation and handling
Diffstat (limited to 'modules.d')
-rwxr-xr-xmodules.d/90kernel-modules/installkernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/90kernel-modules/installkernel b/modules.d/90kernel-modules/installkernel
index 95036fe..b966370 100755
--- a/modules.d/90kernel-modules/installkernel
+++ b/modules.d/90kernel-modules/installkernel
@@ -10,7 +10,7 @@ if [[ -z $drivers ]]; then
instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"
instmods $(filter_kernel_modules block_module_test)
# if not on hostonly mode, install all known filesystems if the required list is not set via the filesystems variable
- if [[ $hostonly = '' ]]; then
+ if ! [[ $hostonly ]]; then
if [[ -z $filesystems ]]; then
instmods '=fs'
else