#
0e4b6f5e |
| 08-Jan-2013 |
Hiroki Sato <hrs@FreeBSD.org> |
ISO 9660 specification allows only "d-characters" and "a-characters" in the Volume Descriptor (section 7.4). In short, upper-case alphanumeric + some symbols only. While the makefs utility automati
ISO 9660 specification allows only "d-characters" and "a-characters" in the Volume Descriptor (section 7.4). In short, upper-case alphanumeric + some symbols only. While the makefs utility automatically converts the characters, $LABEL should be consistent in the scripts.
show more ...
|
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0 |
|
#
aa8b9e07 |
| 07-May-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
a7a34796 |
| 05-May-2011 |
Attilio Rao <attilio@FreeBSD.org> |
MFC
|
#
eadacd13 |
| 05-May-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Garbage collect some unused variables and stray debug code.
Submitted by: marius
|
#
cf6ba592 |
| 05-May-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Repair release CD generation on PC98 and sun4v after release building changes, and backport the new logic (ISO images are TARGET dependant, not TARGET_CPUARCH dependant) to Makefile.sysinstall. While
Repair release CD generation on PC98 and sun4v after release building changes, and backport the new logic (ISO images are TARGET dependant, not TARGET_CPUARCH dependant) to Makefile.sysinstall. While modifying ISO image scripts, change several archs to use makefs (from base) instead of mkisofs (from ports) which makes release CD generation both faster and self-hosting.
show more ...
|
#
0877c11e |
| 22-Mar-2011 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Use labels to find release media instead of hard-coded device paths. This makes booting more reliable (and working at all on USB sticks). While here, move responsibility for setting up fstab into the
Use labels to find release media instead of hard-coded device paths. This makes booting more reliable (and working at all on USB sticks). While here, move responsibility for setting up fstab into the various platform mk-*.sh scripts.
Suggested by: many
show more ...
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
92536187 |
| 30-Jan-2005 |
Ken Smith <kensmith@FreeBSD.org> |
The current version of mkisofs is warning us that the -P option will be changing with the next version, and we should be using -publisher instead.
Also warned by: trhodes MFC after: 1 week
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
f0096481 |
| 15-Jul-2004 |
Murray Stokely <murray@FreeBSD.org> |
Add a publisher variable with the URL for the FreeBSD Project, and put this into the ISO headers by specifying the -P option to mkisofs.
Obtained from: share/examples/worm/makecdfs.sh
|
#
57a3bc41 |
| 12-Jul-2004 |
Kris Kennaway <kris@FreeBSD.org> |
Set BATCH=yes to avoid bumping into interactivity in the port builds.
XXX /usr/ports is still hardcoded, should be ${PORTSDIR}
|
#
156b04cc |
| 03-Jun-2004 |
Marius Strobl <marius@FreeBSD.org> |
mkisofs(8) is now installed by sysutils/cdrtools.
This will be instantly MFC'ed.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
64973963 |
| 11-Apr-2002 |
John Baldwin <jhb@FreeBSD.org> |
Switch to using cdboot for booting i386 CD's by default.
Approved by: murray
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
e4e61f78 |
| 24-Jan-2002 |
Murray Stokely <murray@FreeBSD.org> |
Providing long filename support on the Macintosh requires over 30 megabytes of additional space on the install CD. Given our premium for space, I don't think this is a wise use of 30MB. HFS support
Providing long filename support on the Macintosh requires over 30 megabytes of additional space on the install CD. Given our premium for space, I don't think this is a wise use of 30MB. HFS support was not provided on the FreeBSD 4.4 CDs and I received a grand total of 0 complaints.
show more ...
|
#
074aec36 |
| 03-Sep-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Try to build `mkisofs' first, and only `pkg_add -r' if you cannot.
|
#
d0f44c4d |
| 03-Sep-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Fix my backwards logic.
Submitted by: dirk
|
#
9c2ee316 |
| 20-Aug-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
+ do not hard code where a port may be installed to + uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger of the two + checks for `setcdboot's existsance and tries to pkg_add it
+ do not hard code where a port may be installed to + uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger of the two + checks for `setcdboot's existsance and tries to pkg_add it if needed + removes English contraction
Approved by: jkh
show more ...
|
#
2ef74d22 |
| 23-Jul-2001 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Add scripts and Makefile support for building ISO images automatically as part of the release if MAKE_ISOS is set. Will also build the first CD with packages (in addition to the "minimal" CD) if CD_
Add scripts and Makefile support for building ISO images automatically as part of the release if MAKE_ISOS is set. Will also build the first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS points to them. This probably need a bit more work to get fully useful, but it at least covers the basics for now.
show more ...
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
92536187 |
| 30-Jan-2005 |
Ken Smith <kensmith@FreeBSD.org> |
The current version of mkisofs is warning us that the -P option will be changing with the next version, and we should be using -publisher instead.
Also warned by: trhodes MFC after: 1 week
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
f0096481 |
| 15-Jul-2004 |
Murray Stokely <murray@FreeBSD.org> |
Add a publisher variable with the URL for the FreeBSD Project, and put this into the ISO headers by specifying the -P option to mkisofs.
Obtained from: share/examples/worm/makecdfs.sh
|
#
57a3bc41 |
| 12-Jul-2004 |
Kris Kennaway <kris@FreeBSD.org> |
Set BATCH=yes to avoid bumping into interactivity in the port builds.
XXX /usr/ports is still hardcoded, should be ${PORTSDIR}
|
#
156b04cc |
| 03-Jun-2004 |
Marius Strobl <marius@FreeBSD.org> |
mkisofs(8) is now installed by sysutils/cdrtools.
This will be instantly MFC'ed.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
64973963 |
| 11-Apr-2002 |
John Baldwin <jhb@FreeBSD.org> |
Switch to using cdboot for booting i386 CD's by default.
Approved by: murray
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
e4e61f78 |
| 24-Jan-2002 |
Murray Stokely <murray@FreeBSD.org> |
Providing long filename support on the Macintosh requires over 30 megabytes of additional space on the install CD. Given our premium for space, I don't think this is a wise use of 30MB. HFS support
Providing long filename support on the Macintosh requires over 30 megabytes of additional space on the install CD. Given our premium for space, I don't think this is a wise use of 30MB. HFS support was not provided on the FreeBSD 4.4 CDs and I received a grand total of 0 complaints.
show more ...
|
#
074aec36 |
| 03-Sep-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Try to build `mkisofs' first, and only `pkg_add -r' if you cannot.
|
#
d0f44c4d |
| 03-Sep-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
Fix my backwards logic.
Submitted by: dirk
|
#
9c2ee316 |
| 20-Aug-2001 |
David E. O'Brien <obrien@FreeBSD.org> |
+ do not hard code where a port may be installed to + uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger of the two + checks for `setcdboot's existsance and tries to pkg_add it
+ do not hard code where a port may be installed to + uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger of the two + checks for `setcdboot's existsance and tries to pkg_add it if needed + removes English contraction
Approved by: jkh
show more ...
|