Skip to content
Snippets Groups Projects
Verified Commit b6f77c68 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

lxc-generator: Fix Turris URL

parent 64338a64
No related branches found
No related tags found
No related merge requests found
...@@ -77,8 +77,8 @@ get_arch() { ...@@ -77,8 +77,8 @@ get_arch() {
sed -i 's|/dev/sda1[[:blank:]]\([[:blank:]]*\)/boot\([[:blank:]]*\)vfat|#/dev/sda1\1/boot\2vfat|' ArchLinuxARM-mirabox-latest.tar sed -i 's|/dev/sda1[[:blank:]]\([[:blank:]]*\)/boot\([[:blank:]]*\)vfat|#/dev/sda1\1/boot\2vfat|' ArchLinuxARM-mirabox-latest.tar
} }
add_image "Turris_OS" "stable" "armv7l" https://repo.turris.cz/omnia/medkit/omnia-medkit-latest-full.tar.gz add_image "Turris_OS" "stable" "armv7l" https://repo.turris.cz/omnia/medkit/omnia-medkit-latest.tar.gz
add_image "Turris_OS" "stable" "ppc" "https://repo.turris.cz/turris/openwrt-mpc85xx-p2020-nand-TURRISNAND-rootfs.tar.gz" add_image "Turris_OS" "stable" "ppc" "https://repo.turris.cz/turris/medkit/medkit.tar.xz"
add_image "Alpine" "3.4" "armv7l" "`get_lxc_url alpine/3.4/armhf`" add_image "Alpine" "3.4" "armv7l" "`get_lxc_url alpine/3.4/armhf`"
get_arch get_arch
add_image "ArchLinux" "latest" "armv7l" "`pwd`/ArchLinuxARM-mirabox-latest.tar" add_image "ArchLinux" "latest" "armv7l" "`pwd`/ArchLinuxARM-mirabox-latest.tar"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment