diff options
author | maximilian attems <maks@debian.org> | 2005-12-12 11:52:57 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-12-12 11:52:57 +0100 |
commit | 1c8330542d7a5d35c10e02db4e210352517176b3 (patch) | |
tree | a8b0e6f6ac9229f94277bae096f18e88356a518d /scripts/local | |
parent | 0734f56e32c5711ef4a046146c40efcabdfdda00 (diff) | |
download | initramfs-tools-1c8330542d7a5d35c10e02db4e210352517176b3.tar.gz initramfs-tools-1c8330542d7a5d35c10e02db4e210352517176b3.zip |
debian's module-init-tools of testing doesn't have yet the
modprobe -Qb interface, keep the change for next time. :(
Diffstat (limited to 'scripts/local')
-rw-r--r-- | scripts/local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local b/scripts/local index 6c08f39..979f07d 100644 --- a/scripts/local +++ b/scripts/local @@ -25,7 +25,7 @@ mountroot () fi # FIXME This has no error checking - modprobe -Qb ${FSTYPE} + modprobe ${FSTYPE} # FIXME This has no error checking # Mount root |