diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-06-23 14:52:35 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-06-23 14:52:35 +0000 |
commit | 358da9ee48e1f820bae7f54241ed661120bdb84c (patch) | |
tree | 1e06bf0ec7d2611c4e6c90bce94afeab22deedb7 | |
parent | 03f57b2e1352131844239dab247bfc336092662a (diff) | |
download | drakx-358da9ee48e1f820bae7f54241ed661120bdb84c.tar drakx-358da9ee48e1f820bae7f54241ed661120bdb84c.tar.gz drakx-358da9ee48e1f820bae7f54241ed661120bdb84c.tar.bz2 drakx-358da9ee48e1f820bae7f54241ed661120bdb84c.tar.xz drakx-358da9ee48e1f820bae7f54241ed661120bdb84c.zip |
use squashfs3 file system on flash rescue system
-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 cf8c2f7e9..3cbf97aab 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"; _ "chmod 755 $rescue"; _ "rm -rf $tmp"; |