This website requires JavaScript.
Explore
Help
Sign In
fish
/
immortalwrt
Watch
1
Star
0
Fork
0
You've already forked immortalwrt
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5d8a7a0ce5
immortalwrt
/
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