https://github.com/integral-tech/archiso-apfs
Custom ArchISO with APFS Support
https://github.com/integral-tech/archiso-apfs
Last synced: about 1 month ago
JSON representation
Custom ArchISO with APFS Support
- Host: GitHub
- URL: https://github.com/integral-tech/archiso-apfs
- Owner: Integral-Tech
- License: gpl-3.0
- Created: 2024-10-05T04:29:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-16T00:32:26.000Z (7 months ago)
- Last Synced: 2025-11-16T10:20:51.088Z (7 months ago)
- Language: Shell
- Size: 106 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arch Linux ISO with **Experimental** APFS support
[](https://github.com/Integral-Tech/archiso-apfs/actions/workflows/archiso.yml)
## Packages Added
### core
- [linux-headers](https://archlinux.org/packages/core/x86_64/linux-headers)
### extra
- [linux-apfs-rw-dkms](https://archlinux.org/packages/extra/any/linux-apfs-rw-dkms)
- [apfsprogs](https://archlinux.org/packages/extra/x86_64/apfsprogs)
## Notes
- By default, APFS partitions will be mounted as read-only.
To enable the experimental write support, append `-o readwrite` when mounting APFS partitions.
## Thanks
- [linux-apfs](https://github.com/linux-apfs)
- [x0rzavi/archiso-zfs](https://github.com/x0rzavi/archiso-zfs)