summaryrefslogtreecommitdiffstats
path: root/release/powerpc/make-memstick.sh
Commit message (Collapse)AuthorAgeFilesLines
* MFC r293188:gjb2016-01-121-0/+2
| | | | | | | | | | Prevent memstick installation medium from attempting to mount the root filesystem read-write. This causes problems booting the memstick installation medium from write-protected USB flash drives. PR: 187161, 205886 Sponsored by: The FreeBSD Foundation
* MFC r265171 by nwhitehorn: Use mkimg instead of md(4) and gpart [for powerpc].emaste2014-09-151-32/+1
| | | | Approved by: re
* Mount memsticks read-only by default to prevent them being filled bynwhitehorn2011-07-301-1/+1
| | | | | | user modifications and subsequently preventing a functioning installation. Approved by: re (kib)
* Add support for memstick generation on PowerPC. This is a little suboptimalnwhitehorn2011-03-231-0/+78
since glabel doesn't know about APM partitioning yet, but works well enough.
OpenPOWER on IntegriCloud