diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-18 20:12:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-18 20:12:49 +0100 |
commit | 434f07ef1c5d536e9e94561b5e7a066f1d9cd954 (patch) | |
tree | d950fe8c21b18b257ed0771cec1f192ffd3886d6 /scripts | |
parent | a1de502070e3fdd18aecd91d0ae8d5611d351d21 (diff) |
optimize shuttle and ibmx40 hardware profile
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh index 98a93bdb5..e1a80d787 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -125,7 +125,7 @@ EOF --grub-setup=./bin/tools/sbin/grub-setup \ --grub-mkimage=./bin/tools/bin/grub-mkimage \ --grub-mkdevicemap=./bin/tools/sbin/grub-mkdevicemap \ - --no-floppy --root-directory=$tmp $1 + --no-floppy --modules=ext2 --root-directory=$tmp $1 umount $tmp printf "Successfully installed.\n" rm -rf $tmp |