History log of /freebsd-13.1/usr.sbin/bsdinstall/scripts/keymap (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0
# 40bb18ef 11-Aug-2018 Kevin Lo <[email protected]>

Remove unused MAPDESCFILE.


Revision tags: release/11.2.0, release/10.4.0, release/11.1.0
# 9acc9041 18-Jul-2017 Ed Maste <[email protected]>

bsdinstall: remove EOL whitespace


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0
# 1a8cf17d 11-Sep-2015 Devin Teske <[email protected]>

Explicitly exit with success

MFC after: 3 days
X-MFC-to: stable/10


Revision tags: release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0
# 133e25d3 11-Oct-2013 Devin Teske <[email protected]>

Rewrite the keymap module to display an actual menu of selectable
keymaps *and* provide a mechanism for testing the selection. With
this commit, bsdinstall is no longer dependent on kbdmap(1). The
ke

Rewrite the keymap module to display an actual menu of selectable
keymaps *and* provide a mechanism for testing the selection. With
this commit, bsdinstall is no longer dependent on kbdmap(1). The
keymap test menu was originally submitted by Warren Block but was
modified).

Submitted by: Warren Block <[email protected]>
Reviewed by: Allan Jude <[email protected]>
Approved by: re (glebius)

show more ...


Revision tags: release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0
# 77d0854b 06-Oct-2011 Nathan Whitehorn <[email protected]>

Ask if you want to set the keymap before invoking kdbmap to prevent
confusion.

PR: bin/160913
MFC after: 3 days


# d474a634 11-Apr-2011 Nathan Whitehorn <[email protected]>

Make the keymap script continue to work now that stderr is being
redirected to the log file.


# 2118f387 18-Feb-2011 Nathan Whitehorn <[email protected]>

Import bsdinstall. This is meant to be (eventually in conjunction with
pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond.
Currently supported platforms are sparc64, pc98, i386

Import bsdinstall. This is meant to be (eventually in conjunction with
pc-sysinstall) a replacement for sysinstall in the 9.0 release and beyond.
Currently supported platforms are sparc64, pc98, i386, amd64, powerpc, and
powerpc64. Integration into the build system will occur in the coming
weeks.

Merging with pc-sysinstall will use this code as a frontend, while
temporarily retaining the interactive partition editor here. This work
will be done in parallel with improvements on this code and release
integration.

Thanks to all who have provided testing and comments!

show more ...