Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
ok
  • Loading branch information
shinmorisawa committed Jan 18, 2024
1 parent 521d78e commit f05b74d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
File renamed without changes.
22 changes: 7 additions & 15 deletions packer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
{
"variables": {
"hostname": "alarm",
"username": "bret",
"github_keys": "https://github.com/bcomnes.keys",
"git_user_email": "[email protected]",
"git_user_name": "Bret Comnes",
"size": "2G",
"img_url": "http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-3-latest.tar.gz",
"file_unarchive_bin": "bsdtar",
"file_unarchive_flags": "-xpf",
"img_name": "raspberry-pi3.img",
"hostname": "alarm-rpi-aarch64",
"size": "4G",
"img_url": "http://os.archlinuxarm.org/os/ArchLinuxARM-rpi-aarch64-latest.tar.gz",
"img_name": "raspberry-pi4-aarch64.img",
"qemu_binary": "/usr/bin/qemu-aarch64-static",
"pi4_alt_fstab": "false",
"lockdown_root": "false",
"pi4_bootloader": "false",
"pi5_bootloader": "false",
"cm4_usb": "false"
"pi4_alt_fstab": "true",
"lockdown_root": "true",
"pi4_bootloader": "true"
},
"builders": [{
"type": "arm",
Expand Down

0 comments on commit f05b74d

Please sign in to comment.