Changeset 2387 in ProjectBuilder


Ignore:
Timestamp:
Mar 19, 2019, 1:23:45 AM (5 years ago)
Author:
Bruno Cornec
Message:

Improve message given after newve for perl-YAML requirement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2384 r2387  
    10411041    pb_log(0, "and that it allows remote root login (PermitRootLogin yes in /etc/ssh/sshd_config)\n");
    10421042    pb_log(0, "Also ensure that network is up, firewalling correctly configured\n");
    1043     pb_log(0, "and perl, Data::Dumper, tar, sudo, ntpdate and scp/ssh installed\n");
     1043    pb_log(0, "and perl-YAML, tar, sudo, ntpdate and scp/ssh installed\n");
    10441044    pb_log(0, "You should then be able to login with ssh -p VMPORT root\@localhost (if VM started with pb)\n");
    10451045} elsif ($action =~ /^setuprm$/) {
Note: See TracChangeset for help on using the changeset viewer.