From 7bc13a32e0a74c6188fc3a0b70631b688be0da43 Mon Sep 17 00:00:00 2001 From: Marco Yuen Date: Thu, 23 Feb 2012 12:19:33 -0500 Subject: [PATCH] Change default target in bootstrapfs. --- config.planetlab/bootstrapfs.post | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.planetlab/bootstrapfs.post b/config.planetlab/bootstrapfs.post index a11afce9..41c86bc9 100644 --- a/config.planetlab/bootstrapfs.post +++ b/config.planetlab/bootstrapfs.post @@ -35,6 +35,9 @@ chroot ${vdir} /sbin/chkconfig cgconfig off || : # turn ON lxc-reference. chroot ${vdir} /sbin/chkconfig lxc-reference on || : +# Change default target. +chroot ${vdir} ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target || : + # turn OFF selinux if set # this may happen accidentally if you mention too much stuff in bootstrapfs.pkgs for file in /etc/sysconfig/selinux /sbin/load_policy; do -- 2.47.0