From 8e71e99b19a940799f8e70a50cea6cd705bd06b3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 28 Feb 2008 23:29:13 +0000 Subject: 1.8 --- rescue/Makefile | 2 +- rescue/NEWS | 2 ++ rescue/make_flash_rescue | Bin 2335 -> 2336 bytes rescue/make_rescue_img | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) (limited to 'rescue') 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 Binary files a/rescue/make_flash_rescue and b/rescue/make_flash_rescue 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"; -- cgit v1.2.1