freebsd-skq/usr.sbin/sysinstall
dillon c956ace928 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
..
help Attempt to make key behavior more clear. 2001-08-31 03:29:25 +00:00
anonFTP.c Silence warnings : 2001-09-22 22:21:01 +00:00
cdrom.c Introduce the concept of previously mounted media to sysinstall. 2001-09-05 02:30:50 +00:00
command.c Silence warnings on alpha : 2001-09-22 22:34:14 +00:00
config.c Silence warnings on alpha : 2001-09-22 22:34:14 +00:00
dev2c.sh
devices.c Close all open file descriptors before restarting sysinstall. 2001-09-30 00:43:32 +00:00
dhcp.c sysinstall's primitive network configuration expects only one value 2001-09-06 10:27:28 +00:00
disks.c Silence more warnings. 2001-09-22 23:17:37 +00:00
dispatch.c
dist.c Silence more warnings. 2001-09-22 23:17:37 +00:00
dist.h
dmenu.c
doc.c
dos.c
floppy.c
ftp.c
globals.c DTRT in the restart case 2001-10-12 07:36:34 +00:00
http.c Use 'GET' method instaed of 'HEAD', since some proxy server doesn't work 2001-11-25 00:50:57 +00:00
index.c Silence warnings : 2001-09-22 22:21:01 +00:00
install.c Add auto-fill-on-delete. When deleting an 'A'uto created partition 2001-12-09 23:40:02 +00:00
install.cfg There is a problem in this example script. Setting ftp=time.cdrom.com 2001-09-06 10:04:27 +00:00
installUpgrade.c sysinstall's binary upgrade option used to display the contents of 2001-09-04 21:06:48 +00:00
keymap.c
label.c Add auto-fill-on-delete. When deleting an 'A'uto created partition 2001-12-09 23:40:02 +00:00
list.h
main.c DTRT in the restart case 2001-10-12 07:36:34 +00:00
Makefile Remove kget() feature, which is removed from 5-current kernel. 2001-12-01 13:13:27 +00:00
media.c
menus.c Grammar police (system console terminal type menu). 2001-11-26 23:14:21 +00:00
misc.c Silence warnings : 2001-09-22 22:21:01 +00:00
modules.c Add the ability to load klds from a floppy as part of the installation. 2001-10-12 22:39:02 +00:00
mouse.c
msg.c Return the *right* error codes for yes/no questions when non-interactive. 2001-09-11 20:42:07 +00:00
network.c
nfs.c
options.c Remove kget() feature, which is removed from 5-current kernel. 2001-12-01 13:13:27 +00:00
package.c
pccard.c
rtermcap.c
sysinstall.8
sysinstall.h Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonable 2001-12-09 09:47:09 +00:00
system.c MFS: Stop reaping children. It makes evil things happen to the extraction 2001-11-01 23:32:46 +00:00
tape.c Silence warnings. 2001-09-22 22:25:35 +00:00
tcpip.c Silence warnings. 2001-09-22 22:25:35 +00:00
termcap.c Use the isDebug() function rather than making up a new environment 2001-09-22 18:07:47 +00:00
ttys.c Silence more warnings. 2001-09-22 23:17:37 +00:00
ufs.c
usb.c
user.c
variable.c Add a couple of functions to create persistent variables that will 2001-09-24 10:16:23 +00:00
wizard.c