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)
Sat, Jan 11, 12:36 AM
Unknown Object (File)
Nov 22 2024, 5:10 PM
Unknown Object (File)
Oct 24 2024, 2:43 AM
Unknown Object (File)
Oct 3 2024, 7:35 AM
Unknown Object (File)
Sep 23 2024, 6:18 PM
Unknown Object (File)
Sep 10 2024, 9:18 PM
Unknown Object (File)
Sep 10 2024, 6:40 PM
Unknown Object (File)
Sep 8 2024, 6:37 PM
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?