diff options
-rwxr-xr-x | rescue/make_flash_rescue | bin | 2336 -> 2335 bytes | |||
-rwxr-xr-x | rescue/make_rescue_img | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/rescue/make_flash_rescue b/rescue/make_flash_rescue Binary files differindex e8c73f222..420a458ca 100755 --- a/rescue/make_flash_rescue +++ b/rescue/make_flash_rescue 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"; |