blob: 5f88bc8176af626a2c7145772d5eb37ed4302bea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Amenthes
Amenthes ~~is~~ will be a single purpose, live USB-based, Linux distribution which enables secure viewing of a batch of (leaked? :smirk:) files via a hardened desktop.
The project is based on the wonderful [archiso](https://wiki.archlinux.org/index.php/Archiso) scripts.
## Build
Naturally, requires Arch. First, make sure you have `archiso` or `archiso-git` installed.
```bash
$ sudo su # become root now, otherwise you get ugly permissions problems
$ chown -R root:root liveusb
$ cd liveusb
$ ./build.sh -v
```
You should now see `out/amenthes-YYYY.MM.DD-x86_64.iso`.
|