forked from Ivasoft/openwrt
Do not overload mount-call - trying to reduce confusion
The behaviour of calling 'mount' differed depending on whether it called the busybox-mount, the mount of util-linux, the mount defined in /lib/functions.sh and /lib/functions/boot.sh /etc/preinit even included /lib/functions.sh and /lib/functions/boot.sh, both re-defining 'mount'. SVN-Revision: 34792
This commit is contained in:
@@ -7,7 +7,7 @@ init_devpts() {
|
||||
}
|
||||
|
||||
do_mount_devpts() {
|
||||
mount -t devpts devpts /dev/pts
|
||||
mount -o noatime -t devpts devpts /dev/pts
|
||||
}
|
||||
|
||||
boot_hook_add preinit_essential init_devpts
|
||||
|
||||
Reference in New Issue
Block a user