freebsd-dev/lib/libdisk
Matthew Dillon 173592263d Add auto-fill-on-delete. When deleting an 'A'uto created partition
sysinstall will automatically expand the previous partition to take up
the freed up space.  So you can 'D'elete /home and /usr will get the
combined space, or you can 'D'elete /tmp and /var will get the combined space.

This gives the user, developer, or lay person a huge amount of flexibility
in constructing partitions from an 'A'uto base.  It takes only 3 or 4
keystrokes to achieve virtually any combination of having or not having
a /tmp and/or /home after doing an 'A'uto create.

Change 'A'uto creation of /var/tmp to 'A'uto creation /tmp, which should
be less controversial.

MFC after:	6 days
2001-12-09 23:40:02 +00:00
..
blocks.c Add __FBSDID()s to libdisk 2001-09-30 21:16:57 +00:00
change.c Add __FBSDID()s to libdisk 2001-09-30 21:16:57 +00:00
chunk.c Add auto-fill-on-delete. When deleting an 'A'uto created partition 2001-12-09 23:40:02 +00:00
create_chunk.c One more fix for sysinstall/libdisk to create a device file 2001-11-11 12:16:50 +00:00
disk.c Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF) 2001-10-15 07:25:29 +00:00
disklabel.c Add __FBSDID()s to libdisk 2001-09-30 21:16:57 +00:00
libdisk.3 Fixed bitrot in synopsis. The change of the return type of 2001-10-03 03:49:48 +00:00
libdisk.h Add auto-fill-on-delete. When deleting an 'A'uto created partition 2001-12-09 23:40:02 +00:00
Makefile MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
rules.c Add __FBSDID()s to libdisk 2001-09-30 21:16:57 +00:00
tst01.c Add __FBSDID()s to libdisk 2001-09-30 21:16:57 +00:00
write_disk.c Add __FBSDID()s to libdisk 2001-09-30 21:16:57 +00:00