NetBSD/distrib/common/99-print-sysinst
joerg 4764c235e5 Change ramdisks from dhclient to dhcpcd and add corresponding glue to
sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed,
60KB compressed.
2009-04-07 11:49:16 +00:00

12 lines
261 B
Plaintext

# $NetBSD: 99-print-sysinst,v 1.1 2009/04/07 11:49:17 joerg Exp $
case "${reason}" in
BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT)
cat > /tmp/dhcpcd-lease << EOF
host-name=${new_host_name}
domain-name=${new_domain_name}
EOF
set > /tmp/dhcpcd-lease-all
;;
esac