diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-06-24 22:21:47 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-06-24 22:21:47 +0000 |
| commit | 4bbc5bd8e0133af466edb0c0d691588750267c6d (patch) | |
| tree | c3089cf79d584cec44ba428bf01ed64dab215317 /usr.sbin/pc-sysinstall/examples/pcinstall.cfg.zfs | |
| parent | 5ea4d522bb036900a5f6f2e9b88fd19e332ef082 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pc-sysinstall/examples/pcinstall.cfg.zfs')
| -rw-r--r-- | usr.sbin/pc-sysinstall/examples/pcinstall.cfg.zfs | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.zfs b/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.zfs new file mode 100644 index 000000000000..2deb49801645 --- /dev/null +++ b/usr.sbin/pc-sysinstall/examples/pcinstall.cfg.zfs @@ -0,0 +1,59 @@ +# Auto-Generated pc-sysinstall configuration +#$FreeBSD$ +installInteractive=no +installMode=fresh +installType=FreeBSD +packageType=tar +installMedium=dvd +netSaveDev=AUTO-DHCP + +# Timezone +timeZone=America/New_York +enableNTP=yes + +# Keyboard Layout Options +localizeKeyModel=pc104 +localizeKeyLayout=us + +# Disk Setup for ad0 +disk0=ad0 +partition=ALL +bootManager=none +commitDiskPart + +# Partition Setup for ad0(ALL) +# All sizes are expressed in MB +# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP +# UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli +disk0-part=ZFS 0 /,/usr,/var,/data (mirror: ad1) +commitDiskLabel + +# Disk Setup for ad3 +disk1=ad3 +partition=ALL +bootManager=none +commitDiskPart + +# Partition Setup for ad3(ALL) +# All sizes are expressed in MB +# Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP +# UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli +disk1-part=SWAP 0 none +commitDiskLabel + +# Optional Components +installComponents= + +# Root Password +rootPass=mypass + +# Users +userName=kris +userComment=Kris Moore +userPass=mypass +userShell=/bin/csh +userHome=/home/kris +userGroups=wheel,operator +autoLoginUser=kris +commitUser + |
