diff options
Diffstat (limited to 'share/scripts')
-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 |