jpaetzel
258e8a9d9d
Use gpart "-a" flag to 4k alignment.
...
Submitted by: kris
Obtained from: PC-BSD
2012-03-12 21:41:29 +00:00
jpaetzel
1f39c522b6
Add the ability to use a varity of ZFS dataset options.
...
While here fix a bug causing zpools with /tmp mount-points to fail
Submitted by: kris
Obtained from: PC-BSD
2012-03-12 21:32:43 +00:00
jpaetzel
67de24ef24
Improve ZFS exporting functionality, only export pools which are on a
...
specific device we happen to be writing to. This fixes an issue when
running pc-sysinstall on a running system which needs ZFS and the main
disk gets exported.
Submitted by: kris
Obtained from: PC-BSD
2012-03-12 21:28:54 +00:00
jpaetzel
7a6ef61eac
Fix a couple of bugs saving network config.
...
Don't duplicate wlans_ lines.
Enable ipv6 on wireless devices correctly.
Submitted by: kris
Obtained from: PC-BSD
2012-03-12 20:44:44 +00:00
jpaetzel
854a054ed5
Make sure when creating new MBR partition it is set to active by default.
...
Submitted by: kris
Obtained from: PC-BSD
2012-03-12 20:41:36 +00:00
jpaetzel
3f315385b2
Fix a bug running the autoinstall functionality.
...
Submitted by: kris
Obtained from: PC-BSD
2012-03-12 18:50:37 +00:00
eadler
abb18ceccb
Permit the use of raidz3 in pc-sysinstall
...
PR: conf/164709
Submitted by: Garrett Cooper <yanegomi@gmail.com>
Reviewed by: brd, brooks
Approved by: cperciva
MFC after: 3 days
2012-03-04 17:33:22 +00:00
uqs
415a3a9b96
Spelling fixes for usr.sbin/
2011-12-30 10:58:14 +00:00
jpaetzel
65c845ce4a
Welcome the initial patches for OSX bootcamp support!!!
...
This should let you select the ada0p3 hybrid MBR/GPT partition, and do an installation to it.
Approved by: kib (mentor)
Obtained from: kris@pcbsd.org
MFC after: 3 days
2011-11-08 23:44:26 +00:00
jpaetzel
2e79cf338b
Roll up several patches used by PC-BSD.
...
- Fix an issue with gmirror.
- Allow IPv4 DHCP and IPv6 SLAAC concurrently.
- Fix zpool options using the wrong device name.
Approved by: kib (mentor)
Obtained from: kris@pcbsd.org
MFC after: 3 days
2011-11-05 19:25:21 +00:00
jpaetzel
d3ab0cf954
Fix a logic bug in pc-sysinstall creating partitions.
...
Improve exit when an error occurs.
Fix parsing to grab values which contain extra '=' signs.
Fix a bug setting the timezone properly.
Fix a usage bug when setting up with gmirror.
Allow a uzip file from local media to be used.
Allow specifying flags for "newfs" when using UFS as the file system.
Run custom commands after doing final cleanup / fstab generation
and such. Also fix using relative path for config file.
Approved by: re (bz)
2011-09-19 05:12:53 +00:00
brueffer
0f94bf5e3e
Add ftp4.se.freebsd.org to the IPv4 and IPv6 mirror lists.
...
PR: 157210, 157211
Submitted by: Niclas Zeising <zeising@lysator.liu.se>
Approved by: re (kib)
2011-09-10 09:40:00 +00:00
bz
ca3458c071
Start teaching pc-sysinstall about IPv6.
...
Add some additional empty string checks for IPv4 and try to configure
a netmask along with the address rather than doing things twice.
Contrary to AUTO-DHCP, IPv6-SLAAC will accept static configuration
as well, which we will use at least for resolv.conf currently and
if we were given a static address configure that as an alias as well.
The pc-sysinstaller changes going along were committed to PC-BSD as r10773.
Reviewed by: kmoore
Sponsored by: The FreeBSD Foundation
Sponsored by: iXsystems
MFC after: 20 days
2011-05-31 15:02:30 +00:00
kevlo
bf340de008
Whitespace fixes
...
Reviewed by: jpaetzel
2011-05-27 16:17:35 +00:00
jpaetzel
c284bd0acc
Wipeout the end of disks, home to things like gmirror metadata, backup GPT tables,
...
and other potential evil.
Submitted by: Kris Moore <kris@pcbsd.org>
Approved by: kib (mentor)
Sponsored by: iXsystems
2011-05-18 20:38:28 +00:00
jpaetzel
305a27a26c
Extracting optional components requires mounting devfs
...
Submitted by: Kris Moore <kris@pcbsd.org>
Approved by: kib (mentor)
Sponsored by: iXsystems
2011-05-18 20:29:07 +00:00
jpaetzel
5826663523
- Allows using full device name paths, such as /dev/ad0 or /dev/mirror/gm0 in config files
...
- Fixes some issues creating gmirror devices, including on GPT partitions
- Bugfixes for ZFS mirroring
- Enhanced GELI to work with a passphrase only, or key-file only
- Bugfix to prevent crashing of PC-BSD Live media when checking for upgrade partitions
Submitted by: Kris Moore <kmoore@freebsd.org>
Approved by: kib (mentor)
Sponsored by: iXsystems
2011-04-21 06:25:12 +00:00
jpaetzel
b7152a7846
Fix syntax error from previous commit.
...
Approved by: kib (mentor)
2011-03-30 17:33:52 +00:00
jpaetzel
c0b9051b17
Fix a syntax error in a little-used function.
...
Replace expr with $(())
Replace grep > /dev/null with grep -q
Replace "$?" = "0" with $? -eq 0 in tests
Consolidate export statements with variable assignment
Replace tests for ! -z with -n
Approved by: kib (mentor)
2011-03-27 16:57:54 +00:00
jpaetzel
87a3622218
Increase size of boot partition to give breathing room in the future.
...
Approved by: kib (mentor)
2011-03-27 14:20:47 +00:00
jpaetzel
f4cf481489
Added patch-functions-upgrade which should fix some kernel panics
...
doing upgrades and uninstalling linux compat ports.
Submitted by: Joerg-Christian Boehme <joerg@chaosdorf.de>
Approved by: kib (mentor, implicit)
2011-02-22 19:37:12 +00:00
jpaetzel
7d7d9a901c
Improve pc-sysinstall's localization options to include support for GDM & KDM
...
desktop login managers.
PR: bin/154686
Submitted by: kmoore
Approved by: kib (mentor, implicit)
2011-02-18 15:06:35 +00:00
jpaetzel
38ea23ab3e
Add "Extract Only" functionality to pc-sysinstall. This allows disk setup to
...
be done manually, pc-sysinstall is pointed to a mount-point for installation.
PR: bin/154685
Submitted by: kmoore
Approved by: kib (mentor)
2011-02-17 16:33:41 +00:00
jpaetzel
9a29d48c18
Add support for using encrypted password strings when setting
...
the root / user passwords
PR: bin/152868
Submitted by: kmoore
Approved by: imp
2011-01-10 19:57:18 +00:00
jpaetzel
4f7c775086
Patch pc-sysinstall to deal with 4k sector size drives
...
PR: bin/151967
Submitted by: kmoore
Approved by: imp
2011-01-10 19:11:25 +00:00
jpaetzel
26e5735cfb
Push some PC-BSD specific fixes upstream.
...
PR: bin/152894
Submitted by: Kris Moore <kmoore@FreeBSD.org>
Approved by: imp
2011-01-08 22:42:56 +00:00
jpaetzel
0ed3bd02d8
More elegant way to detect MBR vs. GPT
...
Submitted by: nwhitehorn
Approved by: imp
2011-01-08 20:25:00 +00:00
imp
6071cd7e5f
When we switched to the gpart backend, and provided selection between
...
MBR & GPT, the MBR full-disk init failed to stamp boot1, and results
in a boot not found error. This patch fixes the issue.
PR: 151990
Submitted by: Kris Moore
2010-11-10 05:32:36 +00:00
imp
6aa346fcfa
Fix two typos
...
Submitted by: Benedict Reuschling
2010-10-21 23:08:42 +00:00
imp
1316729c46
More support for IMAGE installations
2010-10-21 22:46:10 +00:00
imp
c29e8203e9
Minor tweaks in compression support:
...
o We need an eval here to get the right expansion of the command
o bs=128k doesn't work in some cases, so eliminate it and cope with the
minor performance hit.
Submitted by: john hixson
2010-10-21 22:33:50 +00:00
imp
24f2e3e959
Left over from prior patch removed.
...
Submitted by: John Hixon
PR: 151442 (but the patch was backwards there)
2010-10-21 17:29:18 +00:00
imp
53eaae898f
This is an updated patch to the last patch to do this which fixes a
...
local variable issue. This patch decompresses compressed images to the
stdout when writing to a device to avoid running out of space issues.
Submitted by: John Hixson
Pr: 151049
2010-10-21 17:20:37 +00:00
imp
32ef4e45e3
This small patch updates the "geli setkey" flags pc-sysinstall uses
...
when saving a users passphrase, to make it work in HEAD with recent
geli improvements.
Submitted by: Kris Moore
PR: 151002
2010-10-21 17:14:44 +00:00
imp
3373ecde5c
Initial patches to install images...
...
PR: 150921
2010-10-09 08:52:09 +00:00
imp
69b5e27b62
Fix typo: thanks Kris for pointing this out.
2010-10-09 08:39:14 +00:00
imp
77a8584fd9
Enable softupdate + journals support.
...
PR: 150862
Submitted by: Kris Moore
2010-10-09 07:45:24 +00:00
imp
3ffc984d1d
Add file missed in r212337, my bad...
2010-09-09 03:33:07 +00:00
imp
608e1b84a9
pc-sysinstall(8) patch that allows images to be written to disks
...
This patch creates the "image" directive for the pc-sysinstall config
file. This allows disks to be configured with an image instead of
partitioning.
PR: 150137
Submitted by: John Hixson
2010-09-08 20:10:24 +00:00
imp
2060372a39
Indent things consistently
...
PR: 149926
Submitted by: John Hixson
2010-08-24 06:11:46 +00:00
imp
73299bcc05
This patch to pc-sysinstall allows the setting of a new config
...
variable for installation, which lets the user/front-end select
between MBR or GPT partitioning schemes when doing a dedicated disk
installation.
PR: 149772
Submitted by: Kris Moore
2010-08-19 06:11:06 +00:00
imp
3f6646190f
Simple patch to add support zpool virtual devices that are not
...
currently supported.
PR: 149599
Submitted by: John Hixson
2010-08-19 06:05:05 +00:00
imp
e2d4a5a85f
Some cleanup, changed some echo's to echo_log, check for PROGDIR so
...
that different PROGDIR's can be set.
PR: 148806
Submitted by: John Hixson
2010-08-19 06:02:31 +00:00
imp
bc2b00ae35
Updates to pc-sysinstall that allow FTP installation of FreeBSD.
...
PR: 148661
Submitted by: John Hixson
2010-08-19 06:01:25 +00:00
imp
23d9b9fddd
Various updates to support new pc-sysinstall directive
...
"installPackages" that will install packages and all package
dependencies.
PR: 148606
Submitted by: John Hixon
2010-08-19 05:59:27 +00:00
imp
994e84c9df
Fixes a bug when installing with a ZFS on root (/) and UFS /boot
...
partition. Don't stamp the zfs boot-loader in this case.
Submitted by: kris moore
2010-07-31 19:27:43 +00:00
imp
ed05266834
Adds the async option for journaled file systems (UFS + journaling)
...
Submitted by: kris moore (kris at pcbsd org)
2010-07-31 19:25:51 +00:00
imp
c07c5231a1
Add support for packages.
...
PR: 148584
Submitted by: John Hixon
2010-07-13 23:47:12 +00:00
imp
9a58224e94
Update pc-sysinstall to output list of FTP mirrors as well as some
...
installation information. Export architecture to install.
PR: 148184
Submitted by: John Hixson
2010-06-27 17:04:03 +00:00
imp
c9c43d45af
Spell iXsystems, Inc properly
...
Submitted by: delphij@
2010-06-27 16:46:11 +00:00