diff options
author | Roberto Berto <463349+robertoberto@users.noreply.github.com> | 2024-05-15 03:31:01 +0000 |
---|---|---|
committer | Roberto Berto <463349+robertoberto@users.noreply.github.com> | 2024-05-15 03:31:01 +0000 |
commit | b1b9151865275b52647e784c9a8f201e3f090a30 (patch) | |
tree | 3561c1523eb6dec0b2a6104a66451adec0a1fc8c /vyos.pkrvars.hcl | |
parent | 769d3a05284392068a3ae56542af64e786fda74e (diff) | |
download | packer-vyos-b1b9151865275b52647e784c9a8f201e3f090a30.tar.gz packer-vyos-b1b9151865275b52647e784c9a8f201e3f090a30.zip |
Improvements for v0.1
- Makefile now clone build1 to build2 to stop break build1 image if build2 fail
- Fix README.md github md syntax
- grub-serial.sh: bool should be integer and fixed grub default sed
- Improved build workflow between build1 to build2
- qmeuargs not create sparse files +detect-zeroes=on -discard=ignore
Diffstat (limited to 'vyos.pkrvars.hcl')
-rw-r--r-- | vyos.pkrvars.hcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vyos.pkrvars.hcl b/vyos.pkrvars.hcl index f08d109..91bdb2a 100644 --- a/vyos.pkrvars.hcl +++ b/vyos.pkrvars.hcl @@ -30,7 +30,7 @@ cloud_init_datasource = "nocloud_configdrive" # # for proxmox: # qm set 9000 --serial0 socket --vga serial0 -grub_serial = true +grub_serial = 1 # equuleus: debian 11 (branch 1.3.*) # sagitta: debian 12 (branch 1.4.*) @@ -41,8 +41,8 @@ vyos_release = "equuleus" # false will start vnc for console headless = false -# in MB (10GB x 1024 = 10240) -disk_size = 10240 +# in MB (10GB x 1024 = 10240, minimum 2048) +disk_size = 2048 |