Cleaned up and merge other Linux snippit repo

Meged https://git.bprieshof.nl/brammp/linux into ./Linux
This commit is contained in:
2023-11-17 00:05:49 +01:00
parent 0638efa018
commit 9fb35960f9
53 changed files with 1851 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
Install `qemu-user-static` on the proxmox host
Add an `armhf` or `arm64(aarch64)` image to the proxmox image store
Use this image to create a container
## Image links
Always download `rootfs.tar.xz`
(Distro releases current as of 20-10-2021)
### armhf
* Alpine https://uk.images.linuxcontainers.org/images/alpine/3.14/armhf/default/
* Debian https://uk.images.linuxcontainers.org/images/debian/bullseye/armhf/default/
* Ubuntu https://uk.images.linuxcontainers.org/images/ubuntu/focal/armhf/default/
### arm64
* Alpine https://uk.images.linuxcontainers.org/images/alpine/3.14/arm64/default/
* Debian https://uk.images.linuxcontainers.org/images/debian/bullseye/arm64/default/
* Ubuntu https://uk.images.linuxcontainers.org/images/ubuntu/focal/arm64/default/