]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC revisions 256321-256323,256331,256333,256335,256343:
authordteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 11 Oct 2013 23:12:05 +0000 (23:12 +0000)
committerdteske <dteske@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 11 Oct 2013 23:12:05 +0000 (23:12 +0000)
commit103974551b4bceef1eefb141a8aa5673ccfbd942
treee91e00a2760af23e32a9218c6d71595249a35fe7
parentb406551bb543bf7d2185d36eb98224013891bd5c
MFC revisions 256321-256323,256331,256333,256335,256343:
Bring in a new zfsboot auto script for performing automatic setup of a boot
pool (optionally encrypted) with many other options, validations, features.
Originally submitted by Allan Jude; modified in collaboration.

MFC revisions 256325,256330,256345:
Rewrite the keymap selection menu to display keymaps and provide a test
mechanism. Test mechanism originally submitted by Warren Block; modified.

MFC r256347:
Prominently display "Wireless" for each wireless network interface. Part
of PR bin/161547; submitted by Warren Block; slightly modified.

MFC r256348:
Remove the dumpdev configuration dialog, merge it into the regular
services configuration and enable it by default. Originally submitted by
Allan Jude; slightly modified.

PR: bin/161547
Submitted by: Allan Jude, Warren Block <wblock@wonkity.com>
In collaboration with: Allan Jude <freebsd@allanjude.com>
Approved by: re (glebius)

git-svn-id: svn://svn.freebsd.org/base/stable/10@256361 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
15 files changed:
usr.sbin/bsdconfig/include/messages.subr
usr.sbin/bsdconfig/share/Makefile
usr.sbin/bsdconfig/share/device.subr
usr.sbin/bsdconfig/share/dialog.subr
usr.sbin/bsdconfig/share/keymap.subr [new file with mode: 0644]
usr.sbin/bsdconfig/share/strings.subr
usr.sbin/bsdconfig/share/variable.subr
usr.sbin/bsdinstall/bsdinstall
usr.sbin/bsdinstall/scripts/Makefile
usr.sbin/bsdinstall/scripts/auto
usr.sbin/bsdinstall/scripts/config
usr.sbin/bsdinstall/scripts/keymap
usr.sbin/bsdinstall/scripts/netconfig
usr.sbin/bsdinstall/scripts/services
usr.sbin/bsdinstall/scripts/zfsboot [new file with mode: 0755]