summaryrefslogtreecommitdiff
path: root/actions/debootstrap_action.go
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-02-08 16:31:53 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-02-08 16:31:53 +0100
commit4a31eda27ed921e8d8b8c705facd554c8fff490c (patch)
treeab0320e04e5fce394d8c8397c74db59c3634d501 /actions/debootstrap_action.go
parent1d3663fc3a861188bbf4343d1ffe5767e9815c57 (diff)
New upstream version 1.0.0+git20190123.d6e16be
Diffstat (limited to 'actions/debootstrap_action.go')
-rw-r--r--actions/debootstrap_action.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/debootstrap_action.go b/actions/debootstrap_action.go
index b4d6730..02cbb15 100644
--- a/actions/debootstrap_action.go
+++ b/actions/debootstrap_action.go
@@ -81,11 +81,6 @@ func (d *DebootstrapAction) RunSecondStage(context debos.DebosContext) error {
"--no-check-gpg",
"--second-stage"}
- if d.Components != nil {
- s := strings.Join(d.Components, ",")
- cmdline = append(cmdline, fmt.Sprintf("--components=%s", s))
- }
-
c := debos.NewChrootCommandForContext(context)
// Can't use nspawn for debootstrap as it wants to create device nodes
c.ChrootMethod = debos.CHROOT_METHOD_CHROOT