Discussion:
[2812] drop support for squashfs3
root-odJJhXpcy38dnm+
2012-01-25 18:30:37 UTC
Permalink
Revision: 2812
Author: tv
Date: 2012-01-25 19:30:36 +0100 (Wed, 25 Jan 2012)
Log Message:
-----------
drop support for squashfs3

Modified Paths:
--------------
drakx/trunk/rescue/NEWS
drakx/trunk/rescue/make_rescue_img

Modified: drakx/trunk/rescue/NEWS
===================================================================
--- drakx/trunk/rescue/NEWS 2012-01-25 18:30:33 UTC (rev 2811)
+++ drakx/trunk/rescue/NEWS 2012-01-25 18:30:36 UTC (rev 2812)
@@ -1,3 +1,4 @@
+- drop support for squashfs3
- enable rescue through serial line (mga#2052)
- fix mounting / (mga#3327)
- fix mounting / on LV

Modified: drakx/trunk/rescue/make_rescue_img
===================================================================
--- drakx/trunk/rescue/make_rescue_img 2012-01-25 18:30:33 UTC (rev 2811)
+++ drakx/trunk/rescue/make_rescue_img 2012-01-25 18:30:36 UTC (rev 2812)
@@ -56,6 +56,6 @@

exit 0 if $ARGV[0];

-_ "mksquashfs $tmp $rescue -all-root -noappend >/dev/null || mksquashfs3 $tmp $rescue -all-root -noappend >/dev/null";
+_ "mksquashfs $tmp $rescue -all-root -noappend >/dev/null";
_ "chmod 755 $rescue";
_ "rm -rf $tmp";

Loading...