1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 12:38:34 +00:00
morpheus/mkinitrd

6 lines
111 B
Plaintext
Raw Normal View History

2013-09-06 07:40:52 +00:00
#!/bin/sh
2013-09-05 11:35:27 +00:00
2013-09-17 14:26:52 +00:00
. ./prepare-env
2013-09-05 11:35:27 +00:00
2014-02-17 16:45:05 +00:00
cd $root && find . | cpio --quiet -H newc -o | gzip -9 -n > ../morpheus-initrd.img