Christian Brueffer
|
c9c00408c5
|
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 |
|
Josh Paetzel
|
6e545fce9a
|
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 |
|
Warner Losh
|
b3b8bde704
|
Indent things consistently
PR: 149926
Submitted by: John Hixson
|
2010-08-24 06:11:46 +00:00 |
|
Warner Losh
|
a5a3ab24a4
|
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 |
|
Warner Losh
|
9ae036550c
|
Add support for packages.
PR: 148584
Submitted by: John Hixon
|
2010-07-13 23:47:12 +00:00 |
|
Warner Losh
|
73d3a33a3f
|
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 |
|