History log of /freebsd-current/usr.sbin/bsdinstall/scripts/rootpass
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 3e1101f2 05-Aug-2022 Brad Davis <brd@FreeBSD.org>

bsdinstall: allow setting the root password via env variables

Reviewed by: 0mp, allanjude, asiciliano, dteske, pauamma, rpokala, sef
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D35588


# cc42ef53 24-May-2022 Brad Davis <brd@FreeBSD.org>

bsdinstall: allow whitelabeling the scripts

Approved by: allanjude, asiciliano
Differential Revision: https://reviews.freebsd.org/D35197
Sponsored by: Rubicon Communications, LLC ("Netgate")


# 88791bd8 01-Jan-2018 Eitan Adler <eadler@FreeBSD.org>

bsdinstall: inform users that typing will not be visible

Some users, especially those that are new, might be confused when passwd
does not echo anything. Inform users that the password will not be
visible.

PR: 196113
Submitted by: Byron Grobe <grobe0ba@gmail.com>


# 521414eb 11-Sep-2015 Devin Teske <dteske@FreeBSD.org>

Remove trailing newline at EOF

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


# af600465 21-Aug-2011 Nathan Whitehorn <nwhitehorn@FreeBSD.org>

Make messages about typos appear on the screen instead of in the log file.

Reported by: lev
Approved by: re (kib)


# 2118f387 18-Feb-2011 Nathan Whitehorn <nwhitehorn@FreeBSD.org>

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!