6 lines
87 B
Bash
6 lines
87 B
Bash
#!/bin/sh
|
|
|
|
# Actually, newroot is just like mounting on the root
|
|
exec mount -n "$*" /
|
|
|