5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/sh
|
|
|
|
# Actually, newroot is just like mounting on the root
|
|
exec mount -n "$*" / > /dev/null
|
|
|