Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reconquest/archiso-zfs
archlinux iso with zfs (archzfs archiso)
https://github.com/reconquest/archiso-zfs
Last synced: 9 days ago
JSON representation
archlinux iso with zfs (archzfs archiso)
- Host: GitHub
- URL: https://github.com/reconquest/archiso-zfs
- Owner: reconquest
- Created: 2018-06-17T18:20:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T21:13:45.000Z (about 3 years ago)
- Last Synced: 2024-04-16T00:07:36.724Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 76.2 KB
- Stars: 14
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Archiso with zfs
* archzfs repo added
* zfs-linux installedBuild image:
```
mkarchiso -v -w work -o out .
```Record it on a device:
```
sudo dd if=out/archlinux_zfs-DATE-x86_64.iso of=/dev/sdevice status=progress
```