| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revisions being MFC-ed:
src/release/alpha/mkisoimages.sh 1.11
src/release/amd64/mkisoimages.sh 1.11
src/release/i386/mkisoimages.sh 1.13
src/release/ia64/mkisoimages.sh 1.11
src/release/sparc64/mkisoimages.sh 1.9
Warned by: trhodes
Notes:
svn path=/stable/5/; revision=143089
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Put the ispfw.ko module on the EFI boot partition when creating a
bootable ISO. HP machines (like the rx2600) that (also) have isp(4)
may have a non-standard firmware on the controller. Our isp(4) driver
is not able to work with those and even panics. This makes installing
FreeBSD rather impossible. By adding the ispfw.ko module, we give the
user a chance to upload a certified firmware onto the card and so make
it possible to either use the isp(4) successfully or otherwise avoid
the panic.
Missed for 5.3 by: marcel
Notes:
svn path=/stable/5/; revision=137360
|
| |
|
|
|
|
|
| |
Approved by: re (blanket)
Notes:
svn path=/stable/5/; revision=136045
|
| |
|
|
|
|
|
|
|
|
| |
hasn't been any package build for ia64 for a long time and in this
case it means that the cdrtools package on the FTP sites is one that
doesn't have mkisofs. This breaks the release build. By trying to
build the port first, we protect ourselves a bit more against this.
Notes:
svn path=/head/; revision=133426
|
| |
|
|
|
|
|
|
|
| |
this into the ISO headers by specifying the -P option to mkisofs.
Obtained from: share/examples/worm/makecdfs.sh
Notes:
svn path=/head/; revision=132203
|
| |
|
|
|
|
|
| |
XXX /usr/ports is still hardcoded, should be ${PORTSDIR}
Notes:
svn path=/head/; revision=132022
|
| |
|
|
|
|
|
| |
This will be instantly MFC'ed.
Notes:
svn path=/head/; revision=130016
|
| |
|
|
|
|
|
|
| |
MFS root file system now that these architectures always use the
GENERIC kernel for installs.
Notes:
svn path=/head/; revision=125141
|
| |
|
|
|
|
|
|
|
|
|
| |
- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options
(with corresponding modules).
- kiconv(3) for loadable charset conversion tables support.
Submitted by: Ryuichiro Imura <imura@ryu16.org>
Notes:
svn path=/head/; revision=120492
|
| |
|
|
|
|
|
|
|
|
| |
- Fixed the bootable CD-ROM support for IA64.
Reviewed by: marcel
Tested by: marcel
Notes:
svn path=/head/; revision=118393
|
| |
|
|
|
|
|
| |
Reviewed by: marcel
Notes:
svn path=/head/; revision=118180
|
| |
|
|
|
|
|
|
|
|
|
| |
Also make sure bsdlabel(8) (along with the disklabel(8) compat
link) still appear on the fixit floppies of platforms that use
it natively (alpha, i386, and pc98).
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115106
|
| |
|
|
|
|
|
|
|
| |
sunlabel(8) no longer being linked to disklabel(8).)
Reviewed by: phk
Notes:
svn path=/head/; revision=113899
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112866
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112865
|
| |
|
|
|
|
|
|
|
| |
if the script fails somewhere in the middle.
Prodded by: phk
Notes:
svn path=/head/; revision=112864
|
| |
|
|
|
|
|
|
|
|
|
| |
Do it so that systems without the -m option in disklabel(8),
e.g. 5.0-RELEASE, can still build current snapshots.
While here, drop the -s option from doFS.sh; we have not
been using the .size files for a long time.
Notes:
svn path=/head/; revision=112453
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109726
|
| |
|
|
|
|
|
| |
the EFI partition, because we intend to link /boot to /efi/boot.
Notes:
svn path=/head/; revision=107049
|
| |
|
|
|
|
|
| |
EFI partition.
Notes:
svn path=/head/; revision=106884
|
| |
|
|
|
|
|
| |
is not compressed.
Notes:
svn path=/head/; revision=106749
|
| |
|
|
|
|
|
|
|
|
| |
we created for the boot floppy, or 2) construct an EFI partition
by copying bits from /boot. The first approach creates a bootable
CD image that loads a memory disk and starts sysinstall, the second
approach creates a generic bootable CD.
Notes:
svn path=/head/; revision=106722
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
if it's not defined as efi. This makes sure we create a proper
MFS root filesystem and still allow the boot disk to be EFI
based.
At this time EFI auto boot works and we're properly loading the
MFS root file system. Time to create drivers.conf and get this
show on the road!
Notes:
svn path=/head/; revision=106481
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the loader in an EFI partition. This automaticly means we need the
kernel there as well.
In order to avoid having to worry about a geometry as much as
possible, we partition the disk with GPT.
With this, auto-boot works, but we have a problem mounting the
MFS.
Notes:
svn path=/head/; revision=106445
|
|
|
was no history to speak of, a repocopy would not have bought us
anything. Versions copied:
../sparc64/boot_crunch.conf,v 1.3 2002/11/01 15:29:35 jhb
../sparc64/dokern.sh,v 1.1 2002/10/13 18:36:06 jake
../sparc64/mkisoimages.sh,v 1.1 2002/10/13 18:36:06 jake
obtained from: jake, jhb
chapeau: jkh (mkisoimages.sh)
Notes:
svn path=/head/; revision=106356
|