mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-21 11:29:25 +01:00
Compare commits
2 Commits
nodejs-upd
...
amd64-fatp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ad13e8c65 | ||
|
|
6f0ca71646 |
4
.github/workflows/amd64-fatpack-image.yml
vendored
4
.github/workflows/amd64-fatpack-image.yml
vendored
@@ -76,9 +76,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Run the build script
|
- name: Run the build script
|
||||||
run: |
|
run: |
|
||||||
echo "Using the variables: --pack fatpack --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --preseed_file preseed.cfg --boot uefi --desktop none"
|
echo "Using the variables: --pack fatpack --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --preseed_file preseed.cfg --boot uefi --desktop none --image_size 31000"
|
||||||
cd ci/amd64
|
cd ci/amd64
|
||||||
bash packer.build.amd64-debian.sh --pack fatpack --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --preseed_file preseed.cfg --boot uefi --desktop none
|
bash packer.build.amd64-debian.sh --pack fatpack --github_user ${{steps.set_values.outputs.GITHUB_USER}} --branch ${{env.BRANCH_NAME}} --preseed_file preseed.cfg --boot uefi --desktop none --image_size 31000
|
||||||
|
|
||||||
- name: Compute checksum of the raw image
|
- name: Compute checksum of the raw image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ variable "boot" { default = "uefi" }
|
|||||||
variable "preseed_file" { default = "preseed.cfg" }
|
variable "preseed_file" { default = "preseed.cfg" }
|
||||||
variable "hostname" { default = "raspiblitz-amd64" }
|
variable "hostname" { default = "raspiblitz-amd64" }
|
||||||
|
|
||||||
variable "disk_size" { default = "27000" }
|
variable "image_size" { default = "27000" }
|
||||||
variable "memory" { default = "4096" }
|
variable "memory" { default = "4096" }
|
||||||
variable "cpus" { default = "4" }
|
variable "cpus" { default = "4" }
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ source "qemu" "debian" {
|
|||||||
boot_command = local.boot_command
|
boot_command = local.boot_command
|
||||||
boot_wait = "5s"
|
boot_wait = "5s"
|
||||||
cpus = var.cpus
|
cpus = var.cpus
|
||||||
disk_size = var.disk_size
|
disk_size = var.image_size
|
||||||
http_directory = "./http"
|
http_directory = "./http"
|
||||||
iso_checksum = var.iso_checksum
|
iso_checksum = var.iso_checksum
|
||||||
iso_url = "https://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/${var.iso_name}"
|
iso_url = "https://cdimage.debian.org/cdimage/release/current/amd64/iso-cd/${var.iso_name}"
|
||||||
|
|||||||
Reference in New Issue
Block a user