diff --git a/templates/lxc-plamo.in b/templates/lxc-plamo.in index 644b8d03a..24ecb7e6f 100644 --- a/templates/lxc-plamo.in +++ b/templates/lxc-plamo.in @@ -237,6 +237,10 @@ configure_plamo() { rm -f $rootfs/etc/rc.d/rc.inet1.tradnet sh /tmp/netconfig.rconly rm -f /tmp/netconfig.rconly + ed - $rootfs/etc/rc.d/rc.inet1.tradnet <<- "EOF" + g/cmdline/s/if/& false \&\&/ + w + EOF return 0 }