Differences From Artifact [773353bac7]:
- File ifconfig.init — part of check-in [2f11a995dc] at 2019-10-19 08:52:13 on branch trunk — add bootfs, hostname, kld, wlans, config comment, network initialization (user: arcade, size: 194) [annotate] [blame] [check-ins using]
To Artifact [87db81b2a1]:
- File ifconfig.init — part of check-in [8f80b79392] at 2019-10-20 09:39:12 on branch trunk — fixing a lot of bugs (user: arcade, size: 203) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 | - + | # vim:ft=make: IFCONFIG_IFACES?=lo0 IFCONFIG_lo0?=inet 127.0.0.1/8 up ifconfig: adjkerntz wlans : Starting interfaces. .for iface in ${IFCONFIG_IFACES} |