minix/commands/newroot/newroot.sh
Erik van der Kouwe 4eb7340395 Silence newroot
2010-08-03 13:58:36 +00:00

6 lines
99 B
Bash

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