Minor clean up for debian base boxes scripts
This commit is contained in:
parent
1fe6537c93
commit
4759adf143
2 changed files with 8 additions and 12 deletions
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# -*- mode:shell-mode;tab-width:2;indent-tabs-mode:nil;coding:utf-8 -*-
|
|
||||||
# vim: ft=shell syn=shell fileencoding=utf-8 sw=2 ts=2 ai eol et si
|
|
||||||
#
|
|
||||||
# This is the code extracted from /usr/share/lxc/templates/lxc-debian
|
# This is the code extracted from /usr/share/lxc/templates/lxc-debian
|
||||||
# that comes with Ubuntu 12.10 which is responsible for downloading the
|
# that comes with Ubuntu 12.10 which is responsible for downloading the
|
||||||
# rootfs files / packages
|
# rootfs files / packages
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# -*- mode:shell-mode;tab-width:2;indent-tabs-mode:nil;coding:utf-8 -*-
|
|
||||||
# vim: ft=shell syn=shell fileencoding=utf-8 sw=2 ts=2 ai eol et si
|
|
||||||
|
|
||||||
# This is a modified version of /usr/share/lxc/templates/lxc-debian
|
# This is a modified version of /usr/share/lxc/templates/lxc-debian
|
||||||
# that comes with Ubuntu 12.10 changed to suit vagrant-lxc needs
|
# that comes with Ubuntu 12.10 changed to suit vagrant-lxc needs
|
||||||
|
|
Loading…
Reference in a new issue