X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=prep.sh;h=6e256c0a74dc9392297fd1a38462609a0221d8a6;hb=e055e71be6bb506ac36abc1445e08f3fb4aac10f;hp=0c6989a913adc36704377d06c8bde5289eb9ec97;hpb=4107c190ec055aba6184a659c612212d86ee08b8;p=bootcd.git diff --git a/prep.sh b/prep.sh index 0c6989a..6e256c0 100755 --- a/prep.sh +++ b/prep.sh @@ -28,6 +28,7 @@ export PATH pldistro=$1 ; shift nodefamily=$1; shift +rpmversion=$1; shift # Packages to install, junk and precious : see build//bootcd.pkgs @@ -39,8 +40,8 @@ bootcd=$PWD/build/bootcd install -d -m 755 $bootcd # Write version number -rpmquery --specfile bootcd.spec --queryformat '%{VERSION}\n' | head -1 > build/version.txt -echo $nodefamily > build/nodefamily +echo ${rpmversion} > build/version.txt +echo ${nodefamily} > build/nodefamily # Install base system echo "* Creating fedora root image" @@ -95,8 +96,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