summaryrefslogtreecommitdiff
path: root/elements/initramfs/initramfs-gz.bst
blob: 81b5b7d3eb5b6b637c67b63b6187df876135f885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
kind: script
description: The compressed initramfs
depends:
- filename: initramfs/initramfs.bst
  type: build
- filename: foundation.bst
  type: build

config:
  base: foundation.bst
  input: initramfs/initramfs.bst

  commands:
  - mkdir -p %{install-root}/boot
  - (find . -print0 | cpio -0 -H newc -o) |
    gzip -c > %{install-root}/boot/initramfs.gz