Skip to content

Commit

Permalink
usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Oct 26, 2023
1 parent 735113e commit 71bb1be
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@

Generate customized Debian ISO images for automatic deployments.

## Build
## Usage

Run `build.sh` to generate a hands-free iso image.

### Example

```sh
sudo apt update
sudo apt install curl git gnupg pwgen whois xorriso
git clone "https://github.com/nothub/debian-autoinstall.git"
cd "debian-autoinstall"
curl -sSLo "configs/authorized_keys" "https://github.com/nothub.keys"
git clone https://github.com/nothub/debian-autoinstall.git
cd debian-autoinstall
curl -sSLo configs/authorized_keys https://github.com/nothub.keys
./build.sh -u "hub" -n "mainframe" -d "hub.lol"
```

Expand Down

0 comments on commit 71bb1be

Please sign in to comment.