Page MenuHomeFreeBSD

partedit: limit APM partitions to __powerpc__
Needs ReviewPublic

Authored by emaste on Mar 8 2023, 1:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 10, 4:28 PM
Unknown Object (File)
Thu, Jul 9, 12:04 AM
Unknown Object (File)
May 4 2026, 9:02 AM
Unknown Object (File)
May 3 2026, 7:13 PM
Unknown Object (File)
Apr 29 2026, 10:08 PM
Unknown Object (File)
Apr 29 2026, 10:30 AM
Unknown Object (File)
Apr 28 2026, 7:46 AM
Unknown Object (File)
Apr 5 2026, 8:21 AM
Subscribers
None

Details

Reviewers
kevans
jrtc27
Summary

APM is used on old PowerPC Macs, and is not relevant on other machines.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Mar 8 2023, 1:09 PM
emaste created this revision.

I didn't try to limit MBR/GPT/BSD disklabels as they are potentially applicable to many different architectures.

What if I’m preparing a disk for another system? It only really makes sense to limit in the installer IMO.

Would you suggest we check argv[0] and remove APM only if it's not sade?