5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd sysroot
|
|
find . -depth -print | cpio -o -H newc > ../isodir/boot/initrd.img
|
|
cd .. |