diff options
Diffstat (limited to 'rescue/Flash/scripts/reset_rootpass')
-rwxr-xr-x | rescue/Flash/scripts/reset_rootpass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/Flash/scripts/reset_rootpass b/rescue/Flash/scripts/reset_rootpass index fb4a26c8d..7d1cb0431 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 sqlzma > /dev/null 2>&1 modprobe squashfs-lzma > /dev/null 2>&1 modprobe squashfs > /dev/null 2>&1 modprobe loop > /dev/null 2>&1 |