This commit is contained in:
2022-01-17 11:54:36 +01:00
parent ec638a2189
commit 15cc5f1f53

View File

@@ -52,7 +52,7 @@ autoinstall:
late-commands:
- echo 'firstuser ALL=(ALL) NOPASSWD:ALL' > /target/etc/sudoers.d/firstuser
# - sed -i 's/^#*\(send dhcp-client-identifier\).*$/\1 = hardware;/' /target/etc/dhcp/dhclient.conf
- 'sed -i "s/dhcp4: true/&\n dhcp-identifier: mac/" /target/etc/netplan/00-installer-config.yaml'
# - 'sed -i "s/dhcp4: true/&\n dhcp-identifier: mac/" /target/etc/netplan/00-installer-config.yaml'
# - rm -fv /var/lib/dhcp/*
# - systemctl restart networking
# - curtin in-target --target=/target -- apt-get update