CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/02/07 18:11:55
Modified files:
distrib/miniroot: install.sub
Log message:
rework "Default IPv6 router?" to behave like the rest
The only interactive question backed by ksh(1)'s select has a few drawbacks:
no ! or ? support, no record in the response file and unexpected behaviour.
Switch to ask_until() like 'Default IPv4 route?' and 'Access Point?' to fix
all this; now one can drop into a shell without restarting an install to
follow route(8)'s last EXAMPLE.
florian likes it
OK afresh1