summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-06-11 08:18:02 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-06-11 09:39:30 +0200
commite07551ebb52e93af424de2d3a2bf07b01c94de92 (patch)
tree5b05c567225ed409fdbe703e445f78e14b739011
parentff01c8dc4585fcc7735ced95a4b767b48dd55c82 (diff)
downloaddrakx-e07551ebb52e93af424de2d3a2bf07b01c94de92.tar
drakx-e07551ebb52e93af424de2d3a2bf07b01c94de92.tar.gz
drakx-e07551ebb52e93af424de2d3a2bf07b01c94de92.tar.bz2
drakx-e07551ebb52e93af424de2d3a2bf07b01c94de92.tar.xz
drakx-e07551ebb52e93af424de2d3a2bf07b01c94de92.zip
include cfdisk too in debug builds
-rw-r--r--perl-install/install/NEWS1
-rw-r--r--perl-install/install/share/list.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 77b9a759b..b4038331d 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -3,6 +3,7 @@
- debug build:
o gdb needs python3 instead of python2 (and guile as well)
o fix loadkeys in debug mode on tty1
+ o include cfdisk too
- partionning:
o MBR limit really is 2TiB, not 4, so use GPT for disks > 2TiB
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml
index 9d1d7b6e3..00d54fbb2 100644
--- a/perl-install/install/share/list.xml
+++ b/perl-install/install/share/list.xml
@@ -70,7 +70,7 @@
</if>
<if set="DEBUG_INSTALL">
- strace bash less ps top gdb busybox
+ strace bash less ps top gdb busybox cfdisk
</if>
</from>