diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-28 23:29:13 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-28 23:29:13 +0000 |
commit | 8e71e99b19a940799f8e70a50cea6cd705bd06b3 (patch) | |
tree | c8cd3a0aa55eb84a400b853d30e96fa44cb93180 /rescue | |
parent | ae4b6e5ced416aa6cfd44e95f1a879e1dde625ab (diff) | |
download | drakx-8e71e99b19a940799f8e70a50cea6cd705bd06b3.tar drakx-8e71e99b19a940799f8e70a50cea6cd705bd06b3.tar.gz drakx-8e71e99b19a940799f8e70a50cea6cd705bd06b3.tar.bz2 drakx-8e71e99b19a940799f8e70a50cea6cd705bd06b3.tar.xz drakx-8e71e99b19a940799f8e70a50cea6cd705bd06b3.zip |
1.8
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/Makefile | 2 | ||||
-rw-r--r-- | rescue/NEWS | 2 | ||||
-rwxr-xr-x | rescue/make_flash_rescue | bin | 2335 -> 2336 bytes | |||
-rwxr-xr-x | rescue/make_rescue_img | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/rescue/Makefile b/rescue/Makefile index 5dc62873a..4bde267b6 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.7 +VERSION=1.8 PRODUCT=drakx-installer-rescue RESCUE = rescue.sqfs diff --git a/rescue/NEWS b/rescue/NEWS index c667c6f0e..4fb9433d1 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,5 @@ +Version 1.8 - 28 February 2008, by Olivier "blino" Blin + - support new modules location (#38207) - adapt to perl 5.10 - fix build (fix a workaround in partimage_whole_disk) diff --git a/rescue/make_flash_rescue b/rescue/make_flash_rescue Binary files differindex 420a458ca..e8c73f222 100755 --- a/rescue/make_flash_rescue +++ b/rescue/make_flash_rescue diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img index c35be4399..8ce96f8f8 100755 --- a/rescue/make_rescue_img +++ b/rescue/make_rescue_img @@ -105,6 +105,6 @@ EOF exit 0 if $ARGV[0]; -_ "mksquashfs $tmp $rescue -all-root -noappend >/dev/null"; +_ "./mksquashfs-2008.0 $tmp $rescue -all-root -noappend >/dev/null"; _ "chmod 755 $rescue"; _ "rm -rf $tmp"; |