diff options
Diffstat (limited to 'index.mdwn')
-rw-r--r-- | index.mdwn | 39 |
1 files changed, 11 insertions, 28 deletions
@@ -42,31 +42,8 @@ Just clone And then leave it somewhere, optionally adding it to your `$PATH` environment variable or package it to your preferred distro. -Current workflow ----------------- - -Based on the [Hydra Suite](https://hydra.fluxo.info). - -Creating the repository: - - hydra example bootless init admin.example.org:bootless.git - hydra example bootless git pull - hydra example bootless git commit -a - -Creating an image: - - hydra example bootless image - -Create image file: - - hydra example bootless image output.iso - -Record directly: - - hydra example bootless image /dev/sdb - -Proposed workflow ------------------ +Workflow +-------- Initialize: @@ -74,9 +51,9 @@ Initialize: Create an image: - boootless image <folder> output.iso + boootless image <folder> bootless.iso -Write image to thumb drive +Write image to thumb drive: boootless image <folder> <device> @@ -84,6 +61,12 @@ Check device/image signatures: bootless check <folder> <device> +Customization +------------- + +- Place your custom images into `custom` folder. +- Edit `custom/custom.cfg` to suit your needs. + Threat Model ------------ @@ -99,4 +82,4 @@ Threat Model 4. From inside threats such as preloaded backdoors in the hardware, the best you can do is to look for open hardware and try to build stuff yourself :P -- Check your boot using something like [anti-evil-maid](http://theinvisiblethings.blogspot.com.br/2011/09/anti-evil-maid.html) ([repository](https://github.com/QubesOS/qubes-antievilmaid)) or [smartmonster](https://git.fluxo.info/smartmonster). +- Check your boot using something like [anti-evil-maid](http://theinvisiblethings.blogspot.com.br/2011/09/anti-evil-maid.html) ([repository](https://github.com/QubesOS/qubes-antievilmaid)), [smartmonster](https://git.fluxo.info/smartmonster) ([original repository](https://github.com/ioerror/smartmonster)) or [chkboot](https://wiki.archlinux.org/index.php/Dm-crypt/Specialties#chkboot). |