This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
minix
Watch
1
Star
0
Fork
You've already forked minix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
2e8d1eda1b
minix
/
commands
/
newroot
/
newroot.sh
6 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
Replace newroot with a call to mount, will make type autodetect easier
2010-08-02 16:15:48 +02:00
#!/bin/sh
# Actually, newroot is just like mounting on the root
Silence newroot
2010-08-03 15:58:36 +02:00
exec
mount -n
"
$*
"
/ > /dev/null
Replace newroot with a call to mount, will make type autodetect easier
2010-08-02 16:15:48 +02:00
Reference in a new issue
Copy permalink