diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-12-17 19:08:44 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-12-17 19:08:44 +0000 |
commit | 32591a85e1da6a37178d5486c92216c8ef3bd632 (patch) | |
tree | e07f6b0169198790041e86abb0ad8207346b4705 /rescue/Flash/scripts/reset_userpass | |
parent | fd93fc077796fde386555413b34a0caac4b6ea72 (diff) | |
download | drakx-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_userpass')
-rwxr-xr-x | rescue/Flash/scripts/reset_userpass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rescue/Flash/scripts/reset_userpass b/rescue/Flash/scripts/reset_userpass index d392ecd18..e7c5477eb 100755 --- a/rescue/Flash/scripts/reset_userpass +++ b/rescue/Flash/scripts/reset_userpass @@ -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" @@ -92,7 +94,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 |