Guest User

Untitled

a guest
Mar 15th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. def pxe_kernel_options(params)
  2. options = super
  3. options << "modprobe.blacklist=#{params['blacklist'].gsub(' ', '')}" if params['blacklist']
  4. options
  5. end
Advertisement
Add Comment
Please, Sign In to add comment