summaryrefslogtreecommitdiffstats
path: root/bin/build-preboot-initramfs
blob: b94eadd56c081a840b6e54d64a8e86312eee7b2a (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash

ROOT_DIR=$(readlink -f $(dirname $(readlink -f $0))/..)

cd ${ROOT_DIR}/build/rootfs
find . | cpio -H newc -o > ../initramfs-default.cpio
cd ..
gzip initramfs-default.cpio 
mv initramfs-default.cpio.gz initramfs-initramfs