freebsd-dev/usr.sbin/bsdinstall
Alfonso S. Siciliano 9b4c606b96
bsdinstall/partedit: Fix UFS auto partitioning
Fix bsdinstall "Auto (UFS) Guided Disk Setup" and sade(8) "Auto".
The problem is a string comparison failure, it arose during the
dialog(3)/bsddialog(3) form conversion:

 * dialog uses only form.text while bsdialog differentiates between
   form.init and form.value.
 * dialog always allocates memory for form values while bsddialog only
   when a button is pressed.

Reviewed by:		bapt
Differential Revision:	https://reviews.freebsd.org/D35033
2022-04-30 01:24:23 +02:00
..
distextract disextract: eliminate last use of __DECONST 2022-01-28 10:09:08 +01:00
distfetch bsdinstall/distfetch: Remove duplicate header 2022-03-29 16:19:57 +02:00
partedit bsdinstall/partedit: Fix UFS auto partitioning 2022-04-30 01:24:23 +02:00
scripts bsdinstall: filter out disks that are unavailable from the list of options in ZFS 2022-04-10 15:09:14 -06:00
bsdinstall bsdinstall: Use TMPDIR if set 2020-01-15 00:45:05 +00:00
bsdinstall.8 bsdinstall(8): Usage example of tar doesn't work 2022-03-23 21:59:53 +01:00
Makefile Merge from head 2015-10-01 09:36:43 +00:00
Makefile.depend META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
Makefile.inc