CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/11/25 16:02:04
Modified files:
distrib/miniroot: install.sub
Log message:
Allow auto install/upgrade in non-netbooted case.
Add some logic to get_responsefile() to select an interface for the
initial dhcp request which tells what to do (install/upgrade) and
where to fetch the responsefile from.
- if netbooted, use the interface in netboot group, or
- if only one interface exists, use it, or
- if more intefaces exist, ask user which one to use
Tweak ask_which() to be usable if $auto is true, but
$RESPSONSEFILE not yet set.
ok halex@ deraadt@