https://github.com/archstrike/archstrike-installer
Full ArchStrike Installer for the ArchStrike ISO
https://github.com/archstrike/archstrike-installer
Last synced: 10 months ago
JSON representation
Full ArchStrike Installer for the ArchStrike ISO
- Host: GitHub
- URL: https://github.com/archstrike/archstrike-installer
- Owner: ArchStrike
- License: mit
- Created: 2016-07-11T18:57:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T16:24:10.000Z (about 5 years ago)
- Last Synced: 2025-04-18T19:40:59.373Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 373 KB
- Stars: 9
- Watchers: 7
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archstrike-installer
Full ArchStrike Installer for ArchStrike ISO
## Maintenance
For testing purposes, one may wish to use RAM disk to speed up the process.
```
# modprobe brd rd_size=25165824
```
To verify the previous command resulted in new devices, run `fdisk -l` as root. The `asinstaller` module can be ran as
a script to avoid the modified environment used by `bin/archstrike-installer`.
```
# python -m asinstaller'
```