X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=blobdiff_plain;f=prep.sh;h=0c6989a913adc36704377d06c8bde5289eb9ec97;hp=38f2a0bd3f5630681e6150da4f4509063ce28d86;hb=4107c190ec055aba6184a659c612212d86ee08b8;hpb=7ef0b8ebd1e77a88dd3c1497117550b075e0cd41 diff --git a/prep.sh b/prep.sh index 38f2a0b..0c6989a 100755 --- a/prep.sh +++ b/prep.sh @@ -92,19 +92,11 @@ if [ -d $bootcd/etc/init ] ; then popd fi # Install systemd files for f16 and above -# NOTE: pl_sysinit is actually invoked in the pl_boot service file -# ExecStartPre=/etc/init.d/pl_sysinit -# this is auick and dirty but does the job if [ -d $bootcd/etc/systemd/system ] ; then echo "* Installing systemd files" - for file in pl_boot.service pl_boot.target pl_sysinit.service pl_sysinit.target; do - install -D -m 644 systemd/$file $bootcd/lib/systemd/system + for file in pl_boot.service pl_boot.target ; do + install -D -m 644 systemd/$file $bootcd/etc/systemd/system done - ln -sf /lib/systemd/system/pl_boot.target $bootcd/etc/systemd/system/default.target - mkdir -p $bootcd/lib/systemd/system/pl_boot.target.wants - mkdir -p $bootcd/lib/systemd/system/pl_sysinit.target.wants - ln -sf /lib/systemd/system/pl_boot.service $bootcd/lib/systemd/system/pl_boot.target.wants/pl_boot.service - ln -sf /lib/systemd/system/pl_sysinit.service $bootcd/lib/systemd/system/pl_sysinit.target.wants/pl_sysinit.service fi # Install fallback node configuration file