This website requires JavaScript.
Explore
Help
Sign In
mr
/
openwrt
Watch
2
Star
0
Fork
1
You've already forked openwrt
Code
Issues
7
Pull Requests
Releases
Wiki
Activity
bc8fe9b40f
openwrt
/
package
/
base-files
/
files
/
lib
/
firstboot
/
05_firstboot_skip
11 lines
115 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add preinit modularization work by Daniel Dickinson (cshore) SVN-Revision: 19331
2010-01-26 01:11:17 +08:00
#!/bin/sh
check_skip() {
base-files: fix typo in 05_firstboot_skip script (#11359) SVN-Revision: 31492
2012-04-28 00:49:16 +08:00
if [ "$firstboot_skip_next" = "true" ]; then
add preinit modularization work by Daniel Dickinson (cshore) SVN-Revision: 19331
2010-01-26 01:11:17 +08:00
return 0
else
return 1
fi
}
Reference in New Issue
Copy Permalink