summaryrefslogtreecommitdiffstats
path: root/rescue/devices.pl
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-19 13:08:08 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-19 13:08:08 +0000
commit85e2e169a80005007d0b2db8050e3c8a97adad65 (patch)
tree6e8ec25285f2f08bb7e77a998436989ce30c2d67 /rescue/devices.pl
parent3da965926a96bd88eb40e48b02f74e8c3c37b283 (diff)
downloaddrakx-85e2e169a80005007d0b2db8050e3c8a97adad65.tar
drakx-85e2e169a80005007d0b2db8050e3c8a97adad65.tar.gz
drakx-85e2e169a80005007d0b2db8050e3c8a97adad65.tar.bz2
drakx-85e2e169a80005007d0b2db8050e3c8a97adad65.tar.xz
drakx-85e2e169a80005007d0b2db8050e3c8a97adad65.zip
- ".lst" makes the file hidden, use "lst" instead
- default timeout is much too short
Diffstat (limited to 'rescue/devices.pl')
0 files changed, 0 insertions, 0 deletions
ass='diff'>
diff --git a/rescue/Flash/scripts/reset_rootpass b/rescue/Flash/scripts/reset_rootpass
index 7d1cb0431..dbbaf394f 100755
--- a/rescue/Flash/scripts/reset_rootpass
+++ b/rescue/Flash/scripts/reset_rootpass
@@ -80,13 +80,8 @@ if ! insert_pendrive; then
exit 1
fi
-if [ x"$version" = x"1.0" ]; then
- sys_loop="$rootdir/loopbacks/system.loop"
- sfs_loop="$rootdir/loopbacks/distrib.sqfs"
-else
- sys_loop="$rootdir/.loopbacks/system.loop"
- sfs_loop="$rootdir/.loopbacks/distrib.sqfs"
-fi
+sys_loop="$rootdir$loopbacks_rel/system.loop"
+sfs_loop="$rootdir$loopbacks_rel/distrib.sqfs"
if ! prepare; then
cleanup