summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-07-04 09:29:32 +0000
committerFrancois Pons <fpons@mandriva.com>2001-07-04 09:29:32 +0000
commitcefb81ce9972d9d39009e6f9b9657168594ea50b (patch)
tree1e3c63c3aff05bea5192ebba1e01ecacf9f8f16a /perl-install/install_any.pm
parent17a7112dccea0edbb931a21824ca1a15813be0b3 (diff)
downloaddrakx-cefb81ce9972d9d39009e6f9b9657168594ea50b.tar
drakx-cefb81ce9972d9d39009e6f9b9657168594ea50b.tar.gz
drakx-cefb81ce9972d9d39009e6f9b9657168594ea50b.tar.bz2
drakx-cefb81ce9972d9d39009e6f9b9657168594ea50b.tar.xz
drakx-cefb81ce9972d9d39009e6f9b9657168594ea50b.zip
another too wide string truncated to 80 chars.
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 376280c9b..8bbc30fde 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -666,8 +666,8 @@ sub g_default_packages {
require Data::Dumper;
output('/floppy/auto_inst.cfg',
- "# You should always check the syntax with 'perl -cw auto_inst.cfg.pl' before testing\n",
- "# To use it, boot with ``linux defcfg=floppy''\n",
+ "# You should always check the syntax with 'perl -cw auto_inst.cfg.pl'\n",
+ "# before testing. To use it, boot with ``linux defcfg=floppy''\n",
Data::Dumper->Dump([ { default_packages => pkgs::selected_leaves($o->{packages}) } ], ['$o']), "\0");
fs::umount("/floppy");