[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
kernel boot options
kernel の boot オプションについてなのですが、
現在、どこかからなんとなく持ってきたコードで下記のように
なっています。
-a autoboot
-d break into the kernel debugger
-m use miniroot in memory
-n ask for names
-h use serial console
-N dont ask for name
これを以下のように変更しようと思います。
-d break into the kernel debugger
-m use miniroot in memory
-s single user mode
-h use serial console
多くは使われていないものだと思いますが、
-a を -s に変更するので、なにも指定しなかった
場合の動作が変わります。
(single user mode で boot していたのが、multi user mode
で boot するようになる。)
皆さんのご意見をお聞かせください。
Takemura