Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
misc
Commits
aab22af6
Verified
Commit
aab22af6
authored
Aug 17, 2020
by
Josef Schlehofer
💬
Browse files
lxc: download ArchLinux from linuxcontainers.org
parent
f305726d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lxc-generator/generate-lxc.sh
View file @
aab22af6
...
...
@@ -91,8 +91,8 @@ add_image "Alpine" "3.12" "armv7l" "`get_lxc_url alpine/3.12/armhf`"
add_image
"Alpine"
"3.12"
"aarch64"
"
`
get_lxc_url alpine/3.12/arm64
`
"
add_image
"Alpine"
"Edge"
"armv7l"
"
`
get_lxc_url alpine/edge/armhf
`
"
add_image
"Alpine"
"Edge"
"aarch64"
"
`
get_lxc_url alpine/edge/arm64
`
"
add_image
"ArchLinux"
"latest"
"armv7l"
"
http://os.archlinuxarm.org/os/ArchLinuxARM-armv7-latest.tar.gz
"
add_image
"ArchLinux"
"latest"
"aarch64"
"
http://os.archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz
"
add_image
"ArchLinux"
"latest"
"armv7l"
"
`
get_lxc_url archlinux/current/armhf
`
"
add_image
"ArchLinux"
"latest"
"aarch64"
"
`
get_lxc_url archlinux/current/arm64
`
"
add_image
"Debian"
"Stretch"
"armv7l"
"
`
get_lxc_url debian/stretch/armhf
`
"
add_image
"Debian"
"Stretch"
"aarch64"
"
`
get_lxc_url debian/stretch/arm64
`
"
add_image
"Debian"
"Buster"
"armv7l"
"
`
get_lxc_url debian/buster/armhf
`
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment