diff options
-rw-r--r-- | perl-install/install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 2 |
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> |