Friday, 5 July 2013

Configure variable=value(sysvctl=1) in kernel Parameter

In exam question would be asked to ensure sysvctl=1 is available as a kernel parameter and it should reflect in /proc/cmdline

Make the corresponding changes in
#vim /boot/grub/grub.conf
<update the required thing eg . sysvctl=1 at the end of kernel section,>
save & quit
Note: This question will come after installing the new kernel question

2 comments:

  1. very Informative for the beginner !
    you can post, How we configure a system when it boot it should automatically get "max_loop 32" as wel.

    ReplyDelete
    Replies
    1. Hi Sunil, Thanks!
      I will do that some time soon.

      Delete