misc_lxc-template-generator/run.sh

10 lines
180 B
Bash
Raw Normal View History

# nix-shell -p lxc debootstrap distrobuilder
cp /etc/resolv.conf /etc/resolv.conf.bak
distrobuilder build-lxc base.yaml ./images/base
cp /etc/resolv.conf.bak /etc/resolv.conf