An open API service indexing awesome lists of open source software.

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

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'
```