NetBSD/distrib/utils/sysinst/arch/pmax
jonathan 7bd6655894 Add check for overlapping partitions:
* Add `partinfo' type, for description of a single partition,
   so we can pass labels by reference..
 * Add label.c with label initialization, naive overlap-check code,
   and a UI entrypoint edit_and_check_label() which iterates through
   checking a label for overlaps, and if any, giving the user the choice of
   fixing them or punting back to the main menu.
 * Change return type of md_make_bsd_partitions from void to int.
   Return 0 if the partition has problems (or the user gave up on it)
   and 1 if the partition is completed and looks OK.
 * Change install() to check return value of md_make_bsd_partitions().
   If it returns zero,  print an `abort' message and return to main menu.
 * Add label.c to all ports' Makefile.

MD code tested on pmax and cut-and-pasted to other ports.
1997-12-04 11:27:56 +00:00
..
Makefile Add check for overlapping partitions: 1997-12-04 11:27:56 +00:00
md.c Add check for overlapping partitions: 1997-12-04 11:27:56 +00:00
md.h Update for the lay-of-the-land as described in release(7). As such, move 1997-11-25 06:53:07 +00:00
menus.md.eng Reposition some menus (the "change a partition" and "change distribution 1997-11-13 04:23:39 +00:00
menus.md.fr French version of the sysinst messages, contributed by Stephane Engel 1997-11-27 10:10:05 +00:00
msg.md.eng Old pmax-specific changes from my tree: 1997-10-29 03:06:35 +00:00
msg.md.fr French version of the sysinst messages, contributed by Stephane Engel 1997-11-27 10:10:54 +00:00