Changeset 1861 in ProjectBuilder


Ignore:
Timestamp:
Feb 28, 2014, 10:34:48 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • ocument the need of perl-Data-Dumper (which may be a separate perl module) to install pb during sbx2setupvm e.g.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

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