diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-26 22:48:02 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2018-02-26 22:48:02 +0100 |
commit | fbd52d66621f761e7ac311b3f0a79f17dc9d7a9b (patch) | |
tree | 76457c2ec05c00b762203adca02bb41c268504bb | |
parent | 823c4a37fa9beb4d3b107fc2f2483f9f56f659de (diff) |
Remove container name
-rwxr-xr-x | build.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -7,7 +7,6 @@ subarch=64 arch_dash=${arch}-${subarch} ver=17.01.4 image=openwrt -name=openwrt dist=lede rootfs_url=https://downloads.openwrt.org/releases/${ver}/targets/${arch}/${subarch}/${dist}-${ver}-${arch_dash}-generic-rootfs.tar.gz @@ -143,6 +142,6 @@ build_tarball build_image echo \# start -echo lxc launch $image $name +echo "lxc launch $image <name>" echo \# set root password -echo lxc exec $name passwd root +echo "lxc exec <name> passwd root" |