blob: 59c5c8151b188ff325a10941b35e5f369bcb8ca0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# USB Armory + Arch Linux ARM
Helper scripts, files and configs for running [Arch Linux ARM](http://archlinuxarm.org/) on the [USB Armory](http://inversepath.com/usbarmory).
## Installation
Follow the [official instructions](http://archlinuxarm.org/platforms/armv7/freescale/usb-armory).
## Usage
Each configuration is packaged separately and can be installed like so:
```bash
$ cd package-name
$ makepkg -i
```
## References
- https://wiki.archlinux.org/index.php/User:Yuvadm/USB_Armory
- https://wiki.archassault.org/USB_Armory
- https://github.com/inversepath/usbarmory/wiki
- https://github.com/ckuethe/usbarmory
|