From 8dc8f8d230754a00a8b1912ce673811f14ea4092 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 28 Feb 2008 23:30:01 +0000 Subject: revert unwanted commits --- rescue/make_flash_rescue | Bin 2336 -> 2335 bytes rescue/make_rescue_img | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/rescue/make_flash_rescue b/rescue/make_flash_rescue index e8c73f222..420a458ca 100755 Binary files a/rescue/make_flash_rescue and b/rescue/make_flash_rescue 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"; -- cgit v1.2.1