summaryrefslogtreecommitdiff
path: root/elements
diff options
context:
space:
mode:
Diffstat (limited to 'elements')
-rw-r--r--elements/initramfs/initramfs-gz.bst2
-rw-r--r--elements/systems/devel-system-image.bst2
2 files changed, 0 insertions, 4 deletions
diff --git a/elements/initramfs/initramfs-gz.bst b/elements/initramfs/initramfs-gz.bst
index 3ddc35ca..81b5b7d3 100644
--- a/elements/initramfs/initramfs-gz.bst
+++ b/elements/initramfs/initramfs-gz.bst
@@ -10,8 +10,6 @@ config:
base: foundation.bst
input: initramfs/initramfs.bst
- collect: "%{install-root}"
-
commands:
- mkdir -p %{install-root}/boot
- (find . -print0 | cpio -0 -H newc -o) |
diff --git a/elements/systems/devel-system-image.bst b/elements/systems/devel-system-image.bst
index 7a91a2b4..c480086f 100644
--- a/elements/systems/devel-system-image.bst
+++ b/elements/systems/devel-system-image.bst
@@ -23,8 +23,6 @@ config:
base: deploy-tools.bst
input: systems/devel-system.bst
- collect: "%{install-root}"
-
commands:
- |