diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-27 16:41:10 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-27 16:41:10 +0100 |
commit | 551b469484ce2d0947bbde6f37e0c65c77304992 (patch) | |
tree | 748787db26df5fc175d7c559dc0250534024d3ae | |
parent | c59d96106ef16a31c2572852b04b5cf34fd83bd8 (diff) |
Remove image alias
-rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -5,7 +5,6 @@ set -e arch=x86 subarch=64 ver=17.01.4 -image=openwrt dist=lede @@ -160,7 +159,7 @@ EOF } build_image() { - lxc image import $lxc_tar --alias $image + lxc image import $lxc_tar } download_rootfs |