minix/commands/newroot/newroot.sh

6 lines
99 B
Bash
Raw Normal View History

#!/bin/sh
# Actually, newroot is just like mounting on the root
2010-08-03 15:58:36 +02:00
exec mount -n "$*" / > /dev/null