summaryrefslogtreecommitdiffstats
path: root/rescue/Flash/scripts/reset_rootpass
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-12-17 19:08:44 +0000
committerOlivier Blin <oblin@mandriva.com>2008-12-17 19:08:44 +0000
commit32591a85e1da6a37178d5486c92216c8ef3bd632 (patch)
treee07f6b0169198790041e86abb0ad8207346b4705 /rescue/Flash/scripts/reset_rootpass
parentfd93fc077796fde386555413b34a0caac4b6ea72 (diff)
downloaddrakx-32591a85e1da6a37178d5486c92216c8ef3bd632.tar
drakx-32591a85e1da6a37178d5486c92216c8ef3bd632.tar.gz
drakx-32591a85e1da6a37178d5486c92216c8ef3bd632.tar.bz2
drakx-32591a85e1da6a37178d5486c92216c8ef3bd632.tar.xz
drakx-32591a85e1da6a37178d5486c92216c8ef3bd632.zip
handle path to lzma distrib loopbacks
Diffstat (limited to 'rescue/Flash/scripts/reset_rootpass')
-rwxr-xr-xrescue/Flash/scripts/reset_rootpass4
1 files changed, 3 insertions, 1 deletions
diff --git a/rescue/Flash/scripts/reset_rootpass b/rescue/Flash/scripts/reset_rootpass
index dbbaf394f..9fd81155a 100755
--- a/rescue/Flash/scripts/reset_rootpass
+++ b/rescue/Flash/scripts/reset_rootpass
@@ -23,6 +23,8 @@ function prepare() {
return 1
fi
+ set_sfs_loop $rootdir
+
mount -t squashfs -o loop $sfs_loop $tmpdir/squash > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo "Error mounting distrib.sqfs"
@@ -81,7 +83,7 @@ if ! insert_pendrive; then
fi
sys_loop="$rootdir$loopbacks_rel/system.loop"
-sfs_loop="$rootdir$loopbacks_rel/distrib.sqfs"
+sfs_loop= #
if ! prepare; then
cleanup