From 257132a4cfc07030ead2d9df2deb5b0ac30046bf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 30 Jan 2009 10:37:16 +0000 Subject: (ask_suppl_media_method) better layout --- perl-install/install/NEWS | 2 +- perl-install/install/any.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 6224a6e57..75c63a7a2 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,7 +3,7 @@ - use a file selector in text mode too - include mke2fs.conf from e2fsprogs-1.41.3-3mdb - media management: - o better layout for DVD/CD copy + o better layout for DVD/CD copy & media selection o drop support for parsing the "media_info/hdlists" file o drop support for parsing the "media_info/hdlists" file and for getting hdlists diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 8edef5c9c..b484248ee 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -113,7 +113,7 @@ sub ask_suppl_media_method { Do you have a supplementary installation medium to configure?", - join(", ", map { $_->{name} } install::media::allMediums($o->{packages})))); + "\n\n\n" . join(",\n\n", map { "- $_->{name}" } install::media::allMediums($o->{packages})))); my %l = my @l = ( '' => N("None"), -- cgit v1.2.1