diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-12 06:30:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-03-31 14:30:16 +0000 |
commit | 66663bd243ff29219b9f0090b6cb02be29b1d059 (patch) | |
tree | 1ec0136e3580f5473d1c2b40e1a72511d2bc22f7 /share/scripts | |
parent | Adding container-shell program. (diff) | |
download | compute-tools-66663bd243ff29219b9f0090b6cb02be29b1d059.tar.xz compute-tools-66663bd243ff29219b9f0090b6cb02be29b1d059.zip |
Adding container-autostart program.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debootstrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/scripts/debootstrap b/share/scripts/debootstrap index 0961fc9..c1699f7 100755 --- a/share/scripts/debootstrap +++ b/share/scripts/debootstrap @@ -45,6 +45,11 @@ Parameters () shift 2 ;; + --cnt.autostart) + # ignore + shift 2 + ;; + -s|--script) # ignore shift 2 |