1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/usr.sbin/bsdinstall
Nathan Whitehorn 5eca7e06a1 Add a simple scripted partitioner. Documentation and more scripting support
will come soon. This lets the install process have a line like:

bsdinstall scriptedpart 'ada0 GPT {1.5G freebsd-ufs /, 10G freebsd-swap,
    auto freebsd-ufs /usr}'

to set up a system with a 1.5GB /, some swap space, and a /usr using the
rest of ada0.

MFC after:	1 month
2013-01-20 22:25:58 +00:00
..
distextract
distfetch
partedit Add a simple scripted partitioner. Documentation and more scripting support 2013-01-20 22:25:58 +00:00
scripts Note that cpufreq(4) is not available on all hardware. 2013-01-12 16:01:58 +00:00
bsdinstall Optimize syntax to use builtins and reduce unnecessary forking where possible. 2012-10-22 18:14:27 +00:00
bsdinstall.8 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
Makefile