Remove dead code from common lxc template
This commit is contained in:
parent
bb51a51ecb
commit
58435e3462
1 changed files with 0 additions and 5 deletions
5
boxes/common/lxc-template
Normal file → Executable file
5
boxes/common/lxc-template
Normal file → Executable file
|
@ -77,11 +77,6 @@ copy_configuration()
|
||||||
path=$1
|
path=$1
|
||||||
rootfs=$2
|
rootfs=$2
|
||||||
name=$3
|
name=$3
|
||||||
arch=$4
|
|
||||||
|
|
||||||
if [ $arch = "i386" ]; then
|
|
||||||
arch="i686"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# if there is exactly one veth network entry, make sure it has an
|
# if there is exactly one veth network entry, make sure it has an
|
||||||
# associated hwaddr.
|
# associated hwaddr.
|
||||||
|
|
Loading…
Add table
Reference in a new issue