diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-25 18:30:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-25 18:30:36 +0000 |
commit | 8ae22467e48daf9ae8b446a27c3e0ea73e01deb3 (patch) | |
tree | 60bd3e376141259d0a0f009664e902ff2e077dfe /rescue/make_rescue_img | |
parent | a6a5c10af0b2eae5cabda80764ab164b28f2a207 (diff) | |
download | drakx-8ae22467e48daf9ae8b446a27c3e0ea73e01deb3.tar drakx-8ae22467e48daf9ae8b446a27c3e0ea73e01deb3.tar.gz drakx-8ae22467e48daf9ae8b446a27c3e0ea73e01deb3.tar.bz2 drakx-8ae22467e48daf9ae8b446a27c3e0ea73e01deb3.tar.xz drakx-8ae22467e48daf9ae8b446a27c3e0ea73e01deb3.zip |
drop support for squashfs3
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 60769e922..a2c9fdf9b 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -56,6 +56,6 @@ if (my ($LANGUAGE) = map { if_(/LANGUAGE_(.*)/, $1) } keys %ENV) { exit 0 if $ARGV[0]; -_ "mksquashfs $tmp $rescue -all-root -noappend >/dev/null || mksquashfs3 $tmp $rescue -all-root -noappend >/dev/null"; +_ "mksquashfs $tmp $rescue -all-root -noappend >/dev/null"; _ "chmod 755 $rescue"; _ "rm -rf $tmp"; |