Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
087f817
misc scripts: add support for arm64
asylumexp Mar 7, 2026
6f62656
Replace tools.func call that checks arch
asylumexp Mar 7, 2026
b9d401b
Update misc/build.func
asylumexp Mar 10, 2026
e4db6be
Update misc/build.func
asylumexp Mar 10, 2026
a6a83b9
Update misc/build.func
asylumexp Mar 10, 2026
7897918
Update misc/build.func
asylumexp Mar 11, 2026
35b3b93
build.func: change back to VE
asylumexp Mar 11, 2026
6f8aa6e
build.func: remove arm64 support for focal, bullseye
asylumexp Mar 11, 2026
7c051fb
Improve arm64 support and arch-specific downloads
MickLesk Mar 11, 2026
231945d
remove arm64 overlay
MickLesk Mar 11, 2026
4ab3a24
Merge branch 'main' into arm64-build-support
MickLesk Mar 11, 2026
44ec223
update ifupdown2 source
MickLesk Mar 11, 2026
866b695
Revert "remove arm64 overlay"
asylumexp Mar 12, 2026
24f1347
Revert changes from "Improve arm64 support and arch-specific downloads"
asylumexp Mar 12, 2026
73e121b
Reapply "Improve arm64 support and arch-specific downloads"
asylumexp May 12, 2026
314b1b8
Reapply "remove arm64 overlay"
asylumexp May 12, 2026
9f7b951
Redo template name handling
asylumexp May 12, 2026
0aeaa5a
fix template name handling change
asylumexp May 12, 2026
079afa4
add ensure_whiptail function
asylumexp May 12, 2026
5f6a029
add arm64_notice function
asylumexp May 12, 2026
39c514a
Merge branch 'main' into arm64-build-support
asylumexp May 12, 2026
16ac440
Potential fix for pull request finding
asylumexp May 12, 2026
2c1f216
Potential fix for pull request finding
asylumexp May 12, 2026
88a6b07
fix for copilot detected bugs
asylumexp May 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion misc/api.func
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ explain_exit_code() {
103) echo "Validation: Shell is not Bash" ;;
104) echo "Validation: Not running as root (or invoked via sudo)" ;;
105) echo "Validation: Proxmox VE version not supported" ;;
106) echo "Validation: Architecture not supported (ARM / PiMox)" ;;
106) echo "Validation: Unsupported architecture (requires amd64 or arm64)" ;;
107) echo "Validation: Kernel key parameters unreadable" ;;
108) echo "Validation: Kernel key limits exceeded" ;;
109) echo "Proxmox: No available container ID after max attempts" ;;
Expand Down
Loading
Loading