root-odJJhXpcy38dnm+
2012-01-19 22:58:36 UTC
Revision: 2705
Author: tv
Date: 2012-01-19 23:58:36 +0100 (Thu, 19 Jan 2012)
Log Message:
-----------
reduce size of stage1 by removing busybox if not in debug mode
Modified Paths:
--------------
drakx/trunk/images/NEWS
drakx/trunk/images/make_boot_img
Modified: drakx/trunk/images/NEWS
===================================================================
--- drakx/trunk/images/NEWS 2012-01-19 21:06:51 UTC (rev 2704)
+++ drakx/trunk/images/NEWS 2012-01-19 22:58:36 UTC (rev 2705)
@@ -1,3 +1,5 @@
+- smaller stage1: remove busybox if not in debug mode
+
Version 1.60 - 5 January 2011 by Thierry Vignaud
- use upstream pppd & pppoe instead of a 10 years old snapshot
Modified: drakx/trunk/images/make_boot_img
===================================================================
--- drakx/trunk/images/make_boot_img 2012-01-19 21:06:51 UTC (rev 2704)
+++ drakx/trunk/images/make_boot_img 2012-01-19 22:58:36 UTC (rev 2705)
@@ -205,7 +205,7 @@
_ "cp -f $modz/modules.alias $modz/modules.description $tmp_initrd/modules/$ext";
}
# ka deploy need some files in all.rdz
- {
+ if ($ENV{DEBUGSTAGE1}) {
mkdir_p("$tmp_initrd/$_") foreach qw(dev ka proc var/tmp tmp/stage2);
symlink("/sbin", "$tmp_initrd/bin");
cp_af("/usr/bin/ka-d-client", "$tmp_initrd/ka/ka-d-client");
Author: tv
Date: 2012-01-19 23:58:36 +0100 (Thu, 19 Jan 2012)
Log Message:
-----------
reduce size of stage1 by removing busybox if not in debug mode
Modified Paths:
--------------
drakx/trunk/images/NEWS
drakx/trunk/images/make_boot_img
Modified: drakx/trunk/images/NEWS
===================================================================
--- drakx/trunk/images/NEWS 2012-01-19 21:06:51 UTC (rev 2704)
+++ drakx/trunk/images/NEWS 2012-01-19 22:58:36 UTC (rev 2705)
@@ -1,3 +1,5 @@
+- smaller stage1: remove busybox if not in debug mode
+
Version 1.60 - 5 January 2011 by Thierry Vignaud
- use upstream pppd & pppoe instead of a 10 years old snapshot
Modified: drakx/trunk/images/make_boot_img
===================================================================
--- drakx/trunk/images/make_boot_img 2012-01-19 21:06:51 UTC (rev 2704)
+++ drakx/trunk/images/make_boot_img 2012-01-19 22:58:36 UTC (rev 2705)
@@ -205,7 +205,7 @@
_ "cp -f $modz/modules.alias $modz/modules.description $tmp_initrd/modules/$ext";
}
# ka deploy need some files in all.rdz
- {
+ if ($ENV{DEBUGSTAGE1}) {
mkdir_p("$tmp_initrd/$_") foreach qw(dev ka proc var/tmp tmp/stage2);
symlink("/sbin", "$tmp_initrd/bin");
cp_af("/usr/bin/ka-d-client", "$tmp_initrd/ka/ka-d-client");