diff options
author | David Härdeman <david@hardeman.nu> | 2007-04-14 10:57:12 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2007-04-14 10:57:12 +0200 |
commit | 24973b26ba0b43594d6c2bdbc2680f51998b8294 (patch) | |
tree | e2040ddf00649d8845ab2356d14661b042fbd15d /scripts/local | |
parent | 8640586a5c7467a54ef1cc9cad77e5296aff26ae (diff) | |
download | initramfs-tools-24973b26ba0b43594d6c2bdbc2680f51998b8294.tar.gz initramfs-tools-24973b26ba0b43594d6c2bdbc2680f51998b8294.zip |
Revert NACK'ed change
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 47ef7fa..4e01472 100644 --- a/scripts/local +++ b/scripts/local @@ -67,7 +67,7 @@ mountroot () fi # FIXME This has no error checking - modprobe -Qb ${FSTYPE} + modprobe ${FSTYPE} # FIXME This has no error checking # Mount root |