History log of /freebsd-current/release/powerpc/generate-hfs.sh
Revision Date Author Comments
# 5919ab29 25-Sep-2023 John Baldwin <jhb@FreeBSD.org>

powerpc/generate-hfs.sh: Don't include $FreeBSD$ in prefix to uuencoded image

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41958


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 37d633c7 19-May-2019 Justin Hibbits <jhibbits@FreeBSD.org>

Update loader size on powerpc isos

Summary:
loader has grown to the point it's overflowing the existing 307200 bytes
allocated to it in the HFS boot partition on the isos.

Bump the space reservation up to 500k.

Submitted by: Brandon Bergren
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D20301


# ca987d46 14-Nov-2017 Warner Losh <imp@FreeBSD.org>

Move sys/boot to stand. Fix all references to new location

Sponsored by: Netflix


# d1640169 04-May-2011 Nathan Whitehorn <nwhitehorn@FreeBSD.org>

Change the way powerpc bootable CDs are generated to work around a bug
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.