Changeset 907 in ProjectBuilder for devel/pb/bin/pb


Ignore:
Timestamp:
Nov 24, 2009, 12:36:21 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Other improvements for opensuse
  • Warn at end of newvm about sshd+root access needed in VM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r902 r907  
    468468} elsif ($action =~ /^newvm$/) {
    469469    pb_launchv("vm",$ENV{'PBV'},1);
     470    pb_log(0, "Please ensure that sshd is running in your VM by default");
     471    pb_log(0, "and that it allows remote root login (PermitRootLogin yes in /etc/ssh/sshd_config)");
    470472} elsif ($action =~ /^setupve$/) {
    471473    pb_setup2v("ve");
Note: See TracChangeset for help on using the changeset viewer.