summaryrefslogtreecommitdiffstats
path: root/rescue/Flash/scripts/reset_rootpass
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-12-17 17:19:42 +0000
committerOlivier Blin <oblin@mandriva.com>2008-12-17 17:19:42 +0000
commitb96f2b6706654755d78572fffac151a087cf1ca9 (patch)
tree40aaf6aac1551e61ca14efea8ef8dc31549d1c41 /rescue/Flash/scripts/reset_rootpass
parent76232734e2a0f6e5bf4755b3a478a646a6c99c83 (diff)
downloaddrakx-b96f2b6706654755d78572fffac151a087cf1ca9.tar
drakx-b96f2b6706654755d78572fffac151a087cf1ca9.tar.gz
drakx-b96f2b6706654755d78572fffac151a087cf1ca9.tar.bz2
drakx-b96f2b6706654755d78572fffac151a087cf1ca9.tar.xz
drakx-b96f2b6706654755d78572fffac151a087cf1ca9.zip
try to load squashfs-lzma too
Diffstat (limited to 'rescue/Flash/scripts/reset_rootpass')
-rwxr-xr-xrescue/Flash/scripts/reset_rootpass1
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/Flash/scripts/reset_rootpass b/rescue/Flash/scripts/reset_rootpass
index 63b4e8b3a..fb4a26c8d 100755
--- a/rescue/Flash/scripts/reset_rootpass
+++ b/rescue/Flash/scripts/reset_rootpass
@@ -9,6 +9,7 @@ rootdir="$tmpdir/pen"
function prepare() {
modprobe unionfs > /dev/null 2>&1
+ modprobe squashfs-lzma > /dev/null 2>&1
modprobe squashfs > /dev/null 2>&1
modprobe loop > /dev/null 2>&1