summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-28 23:30:01 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-28 23:30:01 +0000
commit8dc8f8d230754a00a8b1912ce673811f14ea4092 (patch)
treecbcbbc54a0fbfcf3d30c884005f3d3170f69716c /rescue
parent8e71e99b19a940799f8e70a50cea6cd705bd06b3 (diff)
downloaddrakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.tar
drakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.tar.gz
drakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.tar.bz2
drakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.tar.xz
drakx-8dc8f8d230754a00a8b1912ce673811f14ea4092.zip
revert unwanted commits
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/make_flash_rescuebin2336 -> 2335 bytes
-rwxr-xr-xrescue/make_rescue_img2
2 files changed, 1 insertions, 1 deletions
diff --git a/rescue/make_flash_rescue b/rescue/make_flash_rescue
index e8c73f222..420a458ca 100755
--- a/rescue/make_flash_rescue
+++ b/rescue/make_flash_rescue
Binary files differ
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";