mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-02 17:01:25 +00:00
8 lines
120 B
Bash
Executable File
8 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/bin/mount -t tmpfs tmpfs /mnt
|
|
|
|
/bin/cp -a / /mnt 2>/dev/null
|
|
|
|
exec /bin/busybox switch_root /mnt /sbin/init
|