Advertisement
s243a

LN#273-280 of rcS -- /etc/init.d -- TazPup Files

Mar 5th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.40 KB | None | 0 0
  1.         #############################
  2.  
  3.         # Parse cmdline args for earlier boot options. All other boot options
  4.         # are in /etc/init./bootopts.sh.
  5.         action 'Searching for early boot options...'
  6.         opt=$(cmdline_option modprobe); [ -z "$opt" ] || export MODPROBE='yes'
  7.         opt=$(cmdline_option config);   [ -z "$opt" ] || export CONFIG="$opt"
  8.         opt=$(cmdline_option screen);   [ -z "$opt" ] || export SCREEN="$opt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement