Skip to content

Commit

Permalink
devbox shell example
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Apr 28, 2024
1 parent 5acd67f commit d597b21
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ Run `build.sh` to generate a hands-free ISO image.

### Dependencies

The following command installs all dependencies on a Debian based system:
Start a [devbox](https://www.jetify.com/devbox) [shell](https://www.jetify.com/devbox/docs/quickstart/#launch-your-development-environment) with:

```sh
devbox shell --pure
```

Or install all dependencies on a Debian 12 system:

```sh
sudo apt update
Expand Down Expand Up @@ -75,6 +81,10 @@ If the `-p` flag is not set, a random admin password will be generated, printed
If the `-n` flag is not set, a hostname will be generated at installation.
The hostname will be based on the installed machines mac addresses.

### Restart

If the `-x` flag is not set, the machine will restart after the installation is finished.

## Preseed Config

For an extended example, check:
Expand Down

0 comments on commit d597b21

Please sign in to comment.