From cefb81ce9972d9d39009e6f9b9657168594ea50b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 4 Jul 2001 09:29:32 +0000 Subject: another too wide string truncated to 80 chars. --- perl-install/install_any.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') 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"); -- cgit v1.2.1