mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #333] [MERGED] Update PI Installer #403
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#403
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spr-networks/super/pull/333
Author: @lts-rad
Created: 5/31/2024
Status: ✅ Merged
Merged: 6/1/2024
Merged by: @lts-rad
Base:
dev← Head:install-no-reboot📝 Commits (10+)
666415a[build] Add scripts to install without a reboot8d6862f[build] Add fixes964f352More fixes3eea254[build] Shrink pi images again2d08089[build] move shrink to separate scriptcdeb550[build] run shrink separately17c9b95[build] test builder10979de[build] Additional fixes for plugin container defaults, and actually install in containerd271e84[build] Additional fixes for pull syntax1200188[build] Additional fixes for apty📊 Changes
9 files changed (+227 additions, -101 deletions)
View changed files
📝
installer/pi-arm64-image-build.sh(+7 -2)➕
installer/scripts/go-pi-target.sh(+10 -0)📝
installer/scripts/go-pi.sh(+10 -4)📝
installer/scripts/install.sh(+3 -1)➕
installer/scripts/pi-cross-install.sh(+42 -0)➕
installer/scripts/pi-target-install.sh(+134 -0)📝
installer/scripts/run-scripts/setup.sh(+3 -85)➕
installer/scripts/shrink.sh(+18 -0)📝
installer/scripts/unmount.sh(+0 -9)📄 Description
This splits out the installer into 2 parts. The first does apt using native binaries to download everything. The second part goes ahead and establishes the install inside the image mount as an aarch64 container.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.