| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use ln -fs to create a symlink.
- Remove pkgadd for docports.
- Use WITHOUT_JADETEX=yes instead of WITH_JADETEX=no.
- Add {WORLD,KERNEL}_FLAGS to [BTWK]MAKE.
- Use makefs(8) and gpart(8) for sparc64 ISO image[2].
- Add publisher option to makefs(8)[2].
Based on work by: gjb[1]
Discussed with: marius, nwhitehorn[2]
Notes:
svn path=/head/; revision=246283
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=245177
|
|
|
|
|
|
|
|
|
|
|
| |
digit beyond your time.
Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.)
will be cleaned up in coming days. Some will take longer than others due to
a few other consumers (tzsetup and sade).
Notes:
svn path=/head/; revision=225937
|
|
|
|
|
|
|
|
|
| |
Playstation 3 consoles running kboot or petitboot.
Approved by: re (bz)
Notes:
svn path=/head/; revision=224866
|
|
|
|
|
|
|
|
|
| |
user modifications and subsequently preventing a functioning installation.
Approved by: re (kib)
Notes:
svn path=/head/; revision=224504
|
|
|
|
| |
Notes:
svn path=/head/; revision=223001
|
|
|
|
|
|
|
|
| |
IBM SLOF is (a) case-sensitive and (b) accepts only booting files in
certain subdirectories of the CD.
Notes:
svn path=/head/; revision=221825
|
|
|
|
|
|
|
|
|
| |
systems. In principle, FreeBSD should run on at least some of these
already, and support for the remainder will hopefully show up eventually,
so add this while I'm thinking about it.
Notes:
svn path=/head/; revision=221814
|
|
|
|
|
|
|
| |
Submitted by: marius
Notes:
svn path=/head/; revision=221494
|
|
|
|
|
|
|
|
|
|
|
| |
in hybrid image generation in cdrtools. This produces a small HFS partition
containing loader, mapped in by an oddly-formed APM table using a new
feature in makefs. This does not appear to work yet on early-model G3
systems, which will be fixed later, but produces bootable CDs on
everything else.
Notes:
svn path=/head/; revision=221465
|
|
|
|
|
|
|
| |
since glabel doesn't know about APM partitioning yet, but works well enough.
Notes:
svn path=/head/; revision=219918
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=219856
|
|
|
|
| |
Notes:
svn path=/head/; revision=217391
|
|
|
|
|
|
|
|
|
|
| |
the hybrid disk. This is a stopgap until a better solution can be found,
but lets the powerpc release build complete for the time being.
MFC after: 1 week
Notes:
svn path=/head/; revision=216469
|
|
|
|
|
|
|
|
|
| |
-allow-leading-dots to fix "make release" for FreeBSD/powerpc.
Reviewed by: marcel
Notes:
svn path=/head/; revision=213381
|
|
|
|
|
|
|
| |
the current ordering :(
Notes:
svn path=/head/; revision=208577
|
|
|
|
| |
Notes:
svn path=/head/; revision=208545
|
|
|
|
|
|
|
|
|
|
|
| |
cannot partition disks on powerpc, this will allow the user to.
PR: powerpc/93203
Obtained from: ia64
MFC after: 1 week
Notes:
svn path=/head/; revision=206881
|
|
|
|
|
|
|
|
|
| |
to quiet a warning from crunchgen.
MFC after: 1 week
Notes:
svn path=/head/; revision=203031
|
|
|
|
|
|
|
|
|
| |
PR: 136071
Submitted by: Scot Hetzel
Approved by: re (kensmith), bz (mentor)
Notes:
svn path=/head/; revision=195156
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports tree so that programs use libusb from the base by default. Thanks to
Stanislav Sedov for sorting out the ports build.
Bump __FreeBSD_version to 800069
Help and testing by: stas
Notes:
svn path=/head/; revision=189585
|
|
|
|
|
|
|
|
|
|
| |
Remove the usbdevs and add the usbconfig.
Spotted by: hrs
Tested on: i386
Notes:
svn path=/head/; revision=189300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
complains about "Malformed numbers" while unpacking the dists and
what winds up on the disk isn't correct. Use this as an opportunity
to switch over to bsdcpio since at this point we don't even build
and install the gnu cpio by default. Note sysinstall needed to be
tweaked a bit (dropping tape block size setting) because it seems
bsdcpio doesn't do anything with block sizes, at least as far as
reading from archives goes. That wasn't really a problem since
installations from tape have been broken for a while and the rest
of sysinstall's tape support code will be removed shortly.
Notes:
svn path=/head/; revision=181927
|
|
|
|
|
|
|
| |
Submitted by: Florian Smeets
Notes:
svn path=/head/; revision=178428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
can't find fsck_4.2bsd because there was no fstab file saying what
filesystem type it is looking at so it got the filesystem type from
the disk's label. When that fails admins who haven't been in this
situation before are most likely to try "fsck -t ufs /dev/ad0s1a" because
ufs is the type used in fstab files on working systems but that also fails
complaining it can't find fsck_ufs.
This just sets it up so /stand in the MFS image (/sbin is a symlink
to /stand) includes hard links pointing fsck_4.2bsd and fsck_ufs to
fsck_ffs which is what is present in /sbin on installed systems.
Prodded by: obrien
MFC after: 1 day
Notes:
svn path=/head/; revision=175567
|
|
|
|
|
|
|
|
|
| |
since devd(8) now provides the same functionality.
Submitted by: Anish Mistry
Notes:
svn path=/head/; revision=153430
|
|
|
|
|
|
|
| |
*_crunch.conf files are easier to read.
Notes:
svn path=/head/; revision=136018
|
|
|
|
| |
Notes:
svn path=/head/; revision=136017
|
|
HFS/ISO9660 extensions to be bootable on Power Macs.
boot.tbxi - the CHRP script executed by Open Firmware when auto-booting
CDs
hfs.map - map Unix files to HFS creator/type fields
Reviewed by: ru
Submitted by: ssouhlal
Notes:
svn path=/head/; revision=133950
|