this sounds better although it does not fix anything
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 6 Mar 2015 23:14:56 +0000 (00:14 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 6 Mar 2015 23:14:56 +0000 (00:14 +0100)
prep.sh

diff --git a/prep.sh b/prep.sh
index b503145..05a7a69 100755 (executable)
--- a/prep.sh
+++ b/prep.sh
@@ -101,8 +101,8 @@ if [ -d $bootcd/etc/systemd/system ] ; then
     echo "* Enabling getty on tty2"
     # select pl_boot target this way instead of using kargs, as kargs apply to kexec boot as well
     ln -sf /etc/systemd/system/pl_boot.target $bootcd/etc/systemd/system/default.target
     echo "* Enabling getty on tty2"
     # select pl_boot target this way instead of using kargs, as kargs apply to kexec boot as well
     ln -sf /etc/systemd/system/pl_boot.target $bootcd/etc/systemd/system/default.target
-    [ -d $bootcd/etc/systemd/system/default.target.wants ] || mkdir -p $bootcd/etc/systemd/system/default.target.wants
-    ln -sf /usr/lib/systemd/system/getty@.service $bootcd/etc/systemd/system/default.target.wants/getty@tty2.service
+    [ -d $bootcd/etc/systemd/system/pl_boot.target.wants ] || mkdir -p $bootcd/etc/systemd/system/pl_boot.target.wants
+    ln -sf /usr/lib/systemd/system/getty@.service $bootcd/etc/systemd/system/pl_boot.target.wants/getty@tty2.service
 fi
 
 # Install fallback node configuration file
 fi
 
 # Install fallback node configuration file