From: Thierry Parmentelat Date: Wed, 22 Jun 2011 15:55:42 +0000 (+0200) Subject: plain init style is problematic X-Git-Tag: 5.0-rc23~42^2~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=75f3bf612f7ec71f25940043a8cd499b799f0221;p=build.git plain init style is problematic --- diff --git a/vbuild-init-vserver.sh b/vbuild-init-vserver.sh index c2f1aeeb..4a649718 100755 --- a/vbuild-init-vserver.sh +++ b/vbuild-init-vserver.sh @@ -185,9 +185,10 @@ function setup_vserver () { # Start Vserver automatically on boot echo "default" > /etc/vservers/$vserver/apps/init/mark - # Set the init style of your vserver to plain for f13 and higher + # Set the init style of your vserver to plain for f15 and higher + # not working with f15 anyways, systemd requires 2.6.36 to work case $fcdistro in - f1[3-9]) echo plain > /etc/vservers/$vserver/apps/init/style ;; + f1[5-9]) echo plain > /etc/vservers/$vserver/apps/init/style ;; esac if [ "$pkg_method" = "yum" ] ; then