diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-28 23:30:01 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-28 23:30:01 +0000 |
commit | 8dc8f8d230754a00a8b1912ce673811f14ea4092 (patch) | |
tree | cbcbbc54a0fbfcf3d30c884005f3d3170f69716c /rescue/make_rescue_img | |
parent | 8e71e99b19a940799f8e70a50cea6cd705bd06b3 (diff) | |
download | drakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.tar drakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.tar.gz drakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.tar.bz2 drakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.tar.xz drakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.zip |
revert unwanted commits
Diffstat (limited to 'rescue/make_rescue_img')
-rwxr-xr-x | rescue/make_rescue_img | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index 8ce96f8f8..c35be4399 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -105,6 +105,6 @@ EOF exit 0 if $ARGV[0]; -_ "./mksquashfs-2008.0 $tmp $rescue -all-root -noappend >/dev/null"; +_ "mksquashfs $tmp $rescue -all-root -noappend >/dev/null"; _ "chmod 755 $rescue"; _ "rm -rf $tmp"; |