X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=initscripts%2Fpl_wrapper;h=ca5474cd8fb783e7d00639343fa878e52b41bee0;hb=156b69f9dc037be1df29e0f164d8b534f488771b;hp=6e08c84a21eb72d0fb7db2c762aa4fde1b91dc2f;hpb=b604aafa9d9de7d9bc3bcd9cf9d11da3659f6c50;p=bootcd.git diff --git a/initscripts/pl_wrapper b/initscripts/pl_wrapper index 6e08c84..ca5474c 100755 --- a/initscripts/pl_wrapper +++ b/initscripts/pl_wrapper @@ -1,10 +1,10 @@ #!/bin/bash # # nodes starting up with fedora18 - especially under kvm/qemu btw -# tend to unreliably startup, this is an attempt to get more details -# on what is actually going on by running pl_boot and pl_sysinit in -x mode -# and logging everything in /var/log/pl-boot +# tend to startup unreliably, this is an attempt to get more details by +# * running pl_boot and pl_sysinit in -x mode +# * and logging everything in /var/log/pl-boot # # also we just run both in sequence instead of relying on convoluted systemd dependencies -# -(bash -x /etc/init.d/pl_sysinit ; bash -x /etc/init.d/pl_boot) >> /var/log/pl-boot 2>&1 +# +(bash -x /etc/init.d/pl_sysinit ; bash -x /etc/init.d/pl_boot) >> /var/log/bootcd.log 2>&1