[PR #333] [MERGED] Update PI Installer #403

Closed
opened 2026-03-04 01:36:41 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: install-no-reboot


📝 Commits (10+)

  • 666415a [build] Add scripts to install without a reboot
  • 8d6862f [build] Add fixes
  • 964f352 More fixes
  • 3eea254 [build] Shrink pi images again
  • 2d08089 [build] move shrink to separate script
  • cdeb550 [build] run shrink separately
  • 17c9b95 [build] test builder
  • 10979de [build] Additional fixes for plugin container defaults, and actually install in container
  • d271e84 [build] Additional fixes for pull syntax
  • 1200188 [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.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/333 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 5/31/2024 **Status:** ✅ Merged **Merged:** 6/1/2024 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `dev` ← **Head:** `install-no-reboot` --- ### 📝 Commits (10+) - [`666415a`](https://github.com/spr-networks/super/commit/666415a0eb1d0e88c726836b3b31de82d1a2c82d) [build] Add scripts to install without a reboot - [`8d6862f`](https://github.com/spr-networks/super/commit/8d6862f62977ebc6156edef694c7062f8028f111) [build] Add fixes - [`964f352`](https://github.com/spr-networks/super/commit/964f3520bbac5016864694e5c560ee93925c8282) More fixes - [`3eea254`](https://github.com/spr-networks/super/commit/3eea254e06455bca2986940fa8c9df0632c1f4a8) [build] Shrink pi images again - [`2d08089`](https://github.com/spr-networks/super/commit/2d080892bae64e786b8de0f3c00042731dd62bdd) [build] move shrink to separate script - [`cdeb550`](https://github.com/spr-networks/super/commit/cdeb550645e6a53aa500427e2d4a6cfa99f41033) [build] run shrink separately - [`17c9b95`](https://github.com/spr-networks/super/commit/17c9b952012e6e8baf80b51d96611dce268a3d61) [build] test builder - [`10979de`](https://github.com/spr-networks/super/commit/10979ded3d09f6bd58c9dd990a7b9f419fe96500) [build] Additional fixes for plugin container defaults, and actually install in container - [`d271e84`](https://github.com/spr-networks/super/commit/d271e8495146717b8c8e26eb0ab1a3cc438d87b9) [build] Additional fixes for pull syntax - [`1200188`](https://github.com/spr-networks/super/commit/1200188b2cc458e16ec09821f3d3511a1e0d5071) [build] Additional fixes for apty ### 📊 Changes **9 files changed** (+227 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#403
No description provided.