Date: Sun, 9 Dec 2001 15:40:02 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk chunk.c libdisk.h src/usr.sbin/sysinstall install.c label.c Message-ID: <200112092340.fB9Ne2280826@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2001/12/09 15:40:02 PST Modified files: lib/libdisk chunk.c libdisk.h usr.sbin/sysinstall install.c label.c Log: 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 Revision Changes Path 1.29 +13 -2 src/lib/libdisk/chunk.c 1.40 +26 -16 src/lib/libdisk/libdisk.h 1.313 +12 -12 src/usr.sbin/sysinstall/install.c 1.112 +35 -21 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112092340.fB9Ne2280826>