correct bool

This commit is contained in:
tux 2023-05-18 19:22:25 +02:00
parent f1e348bf9a
commit 4d28b0a4f3
2 changed files with 2 additions and 1 deletions

View File

@ -1069,6 +1069,7 @@ find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf &&
userdel -r tester &&
cat > /etc/systemd/network/10-eth-dhcp.network << EOF &&
[Match]
Name="$NETWORKINTERFACE"
[Network]

View File

@ -3,7 +3,7 @@
export JOBS="4"
export MAKEFLAGS="-j$JOBS"
export NINJAJOBS=$JOBS
export TELNETD=true
export TELNETD=TRUE
export PAPERSIZE="A4"
export NETWORKINTERFACE="enp11s0"
export HOSTNAME="lfs"