X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=blobdiff_plain;f=prep.sh;h=05a7a6937aab52be5f16489b21f1042d7d0a442e;hp=b5031454eb8750c14db43594de498eab6ca31fb2;hb=025e3234621c9dfe7e30dee61e4fa896d24629f2;hpb=e68f51317f1b48a26c8994fe077f58408b13473a diff --git a/prep.sh b/prep.sh index b503145..05a7a69 100755 --- 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 - [ -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