From 66663bd243ff29219b9f0090b6cb02be29b1d059 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 12 Mar 2016 07:30:13 +0100 Subject: Adding container-autostart program. Signed-off-by: Daniel Baumann --- share/scripts/debootstrap | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'share/scripts/debootstrap') 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 -- cgit v1.2.3