mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-10 23:38:09 +00:00
4 lines
63 B
Bash
Executable File
4 lines
63 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find / -xdev | cpio -H newc -o > /export/initrd.img
|