aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/scripts
Commit message (Expand)AuthorAgeFilesLines
* bsdinstall: Add ntpdate optionEmmanuel Vadot2017-11-221-0/+2
* Fix indentation in bsdinstall-created wpa_supplicant.confEd Maste2017-11-221-38/+38
* bsdinstall(8) hardening menu: Utilize new kern.randompid=1 behaviourAllan Jude2017-10-021-1/+1
* Ignore error return from newaliases(1)Ed Maste2017-09-111-1/+1
* bsdinstall: record DHCP config after obtaining leaseEd Maste2017-08-101-2/+1
* bsdinstall: default to UEFI-only boot on arm64Ed Maste2017-07-301-9/+19
* Remove stack guard option from hardening menu.Bartek Rutkowski2017-07-211-8/+4
* bsdinstall: improve checksum mismatch error for snapshotsEd Maste2017-07-191-2/+10
* bsdinstall: remove EOL whitespaceEd Maste2017-07-187-9/+9
* usr.sbin/bsdinstall/scripts/hardening: fix options numbersBartek Rutkowski2017-07-061-1/+1
* Add option to bsdinstall to disable insecure console, update stack guard optionBartek Rutkowski2017-07-052-2/+11
* Add hardening menu item for security.bsd.see_jail_procSteve Wills2017-06-291-7/+11
* Fixed bsdinstall location of vfs.zfs.min_auto_ashiftSteven Hartland2017-06-202-2/+2
* bsdinstall: use consistent EFI configuration across platformsEd Maste2017-06-161-1/+1
* bsdinstall: support Auto ZFS mode for ARM64Allan Jude2017-06-121-1/+1
* bsdinstall: Make ZFS min_auto_ashift adjustment persistentAllan Jude2017-06-121-0/+6
* bsdinstall: do not use distextract in scripted modeRoger Pau Monné2017-05-221-1/+4
* bsdinstall: mount is not needed for the ZFS install caseRoger Pau Monné2017-05-221-4/+18
* Revert changes introduced in r314036 on demand by jhb and bapt.Bartek Rutkowski2017-03-171-9/+9
* Enable bsdinstall hardening options by default.Bartek Rutkowski2017-02-211-9/+9
* Add 0-8 as shortcuts for jumping to menu items in the hardening menu.Bartek Rutkowski2017-02-161-10/+10
* bsdinstall: Make sure chroot filesystems are umounted after useRenato Botelho2017-02-081-3/+4
* Revert r309918 -- modern POSIX has deprecated -<#>/+<#> syntaxDevin Teske2016-12-131-2/+2
* It's completely pointless to replace newlines with spaceDevin Teske2016-12-131-2/+1
* The flags of a WLAN need to be quoted (they contain things like brackets)Devin Teske2016-12-131-1/+1
* Simplify single-line if statementsDevin Teske2016-12-131-2/+1
* Simplify loop by moving predicate to clauseDevin Teske2016-12-131-6/+2
* WordsmithingDevin Teske2016-12-131-1/+1
* Why test $? when you can test the commandDevin Teske2016-12-131-2/+2
* Restore previous commentDevin Teske2016-12-131-0/+1
* Both simplify bringup of interface after changes and catch errors in debugDevin Teske2016-12-131-5/+4
* Calculate proper size of menu list dialogDevin Teske2016-12-131-0/+2
* There's an API function for catching errors and displaying them orDevin Teske2016-12-131-17/+11
* There's an API function for displaying pausesDevin Teske2016-12-131-6/+2
* There's an API function for displaying yes/no dialogsDevin Teske2016-12-131-10/+2
* There's an API function for displaying errorsDevin Teske2016-12-131-2/+2
* CommentDevin Teske2016-12-131-1/+1
* Whitespace alignmentDevin Teske2016-12-131-10/+10
* Relying on dialog auto-sizing (width/height/rows = 0) is a mistakeDevin Teske2016-12-131-15/+23
* Remove unnecessary quotesDevin Teske2016-12-131-1/+1
* Add missing quotesDevin Teske2016-12-131-3/+3
* In awk, if you're going to append a newline to your printfDevin Teske2016-12-131-1/+1
* This statement has too many backslashesDevin Teske2016-12-131-1/+1
* Neither printf (and as is commonly known) nor print need parens in awkDevin Teske2016-12-131-1/+1
* Whitespace and alignmentDevin Teske2016-12-131-20/+19
* You don't need parentheses for awk's printfDevin Teske2016-12-131-1/+1
* Continued resolution of conveluted statementDevin Teske2016-12-131-3/+5
* These two error messages have always been backwards since inceptionDevin Teske2016-12-131-2/+2
* Why use $? when you can use the command itselfDevin Teske2016-12-131-2/+1
* If the first ping succeeded, why on Earth should we ping it again?Devin Teske2016-12-131-10/+10