This commit is contained in:
Daniel Langbein 2023-09-07 20:46:09 +02:00
parent 4a6b43b2d6
commit af55ec855e

View File

@ -25,4 +25,6 @@
# dmesg -> enp0s20f0u1u2: renamed from eth0 # dmesg -> enp0s20f0u1u2: renamed from eth0
#boot.kernelParams = [ "ip=:::::eth0:dhcp" ]; #boot.kernelParams = [ "ip=:::::eth0:dhcp" ];
boot.kernelParams = [ "ip=dhcp" ]; boot.kernelParams = [ "ip=dhcp" ];
# TODO: Timeout if no Internet connection is available (to be able to enter password with a keyboard).
} }