Add Debian 13 Packer build configuration
This commit is contained in:
24
debian-13/README.md
Normal file
24
debian-13/README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Debian Trixie Builds
|
||||
|
||||
This directory contains Packer configuration for building Debian 13 (Trixie)
|
||||
images
|
||||
|
||||
## Usage
|
||||
|
||||
Build the image:
|
||||
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
Remove build artifacts:
|
||||
|
||||
```
|
||||
make clean
|
||||
```
|
||||
|
||||
Build with a visible VM console for debugging:
|
||||
|
||||
```
|
||||
make HEADLESS=false
|
||||
```
|
Reference in New Issue
Block a user