diff options
-rw-r--r-- | perl-install/install_any.pm | 4 |
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"); |