prepare-root.sh: removed old comments

This commit is contained in:
Harald Hoyer 2018-11-21 09:32:07 +01:00
parent 4f679cde73
commit 6df9a1c5e4

View file

@ -623,13 +623,6 @@ sed -i -e 's#ReadWritePaths=/etc#ReadWritePaths=/cfg#g' \
"$sysroot"/lib/systemd/system/systemd-timedated.service \ "$sysroot"/lib/systemd/system/systemd-timedated.service \
"$sysroot"/lib/systemd/system/systemd-hostnamed.service "$sysroot"/lib/systemd/system/systemd-hostnamed.service
#cat > "$sysroot"/lib/systemd/system-generators/machine-id <<EOF
##!/bin/bash -x
#/sbin/restorecon -m -F -v /cfg /var /home /cfg/machine-id /var/run /var/lock
#exit 0
#EOF
#chmod a+x "$sysroot"/lib/systemd/system-generators/machine-id
cat >> "$sysroot"/usr/lib/tmpfiles.d/00-basics.conf <<EOF cat >> "$sysroot"/usr/lib/tmpfiles.d/00-basics.conf <<EOF
C /cfg/vconsole.conf - - - - - C /cfg/vconsole.conf - - - - -
C /cfg/locale.conf - - - - - C /cfg/locale.conf - - - - -