summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-28 23:29:13 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-28 23:29:13 +0000
commit8e71e99b19a940799f8e70a50cea6cd705bd06b3 (patch)
treec8cd3a0aa55eb84a400b853d30e96fa44cb93180 /rescue
parentae4b6e5ced416aa6cfd44e95f1a879e1dde625ab (diff)
downloaddrakx-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/Makefile2
-rw-r--r--rescue/NEWS2
-rwxr-xr-xrescue/make_flash_rescuebin2335 -> 2336 bytes
-rwxr-xr-xrescue/make_rescue_img2
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
index 420a458ca..e8c73f222 100755
--- a/rescue/make_flash_rescue
+++ b/rescue/make_flash_rescue
Binary files differ
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";