summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
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";