mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-04 20:35:46 +00:00
8 lines
113 B
Bash
Executable File
8 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/bin/mount -t tmpfs tmpfs /mnt
|
|
|
|
/bin/cp -a / /mnt 2>/dev/null
|
|
|
|
exec /sbin/switch_root /mnt /sbin/init
|