X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=prep.sh;h=3b75b56837e2dc2b32c7241886041eda5653401d;hb=d572ca2df9a4fc79e0a55a26af76413f1efe7f5b;hp=59b80aae2b81c5cd017602f495635ae26051b73d;hpb=a1dc5376e0df2b95b1d3061f48352905f47b08ef;p=bootcd.git diff --git a/prep.sh b/prep.sh index 59b80aa..3b75b56 100755 --- a/prep.sh +++ b/prep.sh @@ -95,10 +95,13 @@ fi if [ -d $bootcd/etc/systemd/system ] ; then echo "* Installing systemd files" for file in pl_boot.service pl_boot.target ; do - install -D -m 644 systemd/$file $bootcd/etc/systemd/system + install -D -m 644 systemd/$file $bootcd/etc/systemd/system done + 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 fi # Install fallback node configuration file