Add new Skeleton.
This commit is contained in:
7
bsp/board/raspberrypi/ovl/etc/init.d/umount
Executable file
7
bsp/board/raspberrypi/ovl/etc/init.d/umount
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
|
||||
STOP=99
|
||||
stop() {
|
||||
sync
|
||||
/bin/umount -a -d -r
|
||||
}
|
||||
Reference in New Issue
Block a user