|
|
--makeopts=-jX: Specifies the number of concurrent threads that the make utility can implement while the kernel (and utilities) are being compiled. The variable 'X' is a number obtained by adding one (1) to the number of CPUs used by the system.
|
|
|
--debuglevel=NiveauVerbosité : contrôle le niveau de verbosité des informations fournies par genkernel. La variable NiveauVerbosité doit être un nombre entier compris entre 0 et 5. Le niveau « 0 » représentant le minimum d'information, tandis qu'une valeur de « 5 » fournira le plus d'informations possible sur le déroulement des opérations.
|
|
|
--callback="echo hello": Memanggil argumen yang ditentukan (echo hello, pada contoh ini) setelah proses kompilasi kernel dan modul selesai, sebelum proses pembuatan imej initrd. Hal ini berguna jika anda ingin menambahkan modul eksternal pada imej initrd dengan meng-emerge paket terkait melalui fitur callbak, kemudian mendefinisikan ulang grup modul kernel.
|
|
|
--callback="echo Witaj": To polecenie wywołuje podane polecenia (w tym przypadku echo Witaj), po tym jak jądro i powiązane z nim moduły zostaną zbudowane, ale jeszcze przed utworzeniem obrazu initrd. Jest to użyteczne jeśli trzeba załadować zewnętrzne moduły do initrd przez zainstalowanie stosownych rzeczy wraz z funkcją callback, a wtedy ponownie jest definiowana grupa modułów genkernela.
|
|
|
--callback="echo hello": Execută argumentele specificate (echo hello, în acest caz) după ce kernel-ul şi modulele relevante au fost construite, dar înainte de a compila imaginea initrd. Aceasta poate fi utilă în cazul în care doriţi să instalaţi module externe în imaginea initrd prin instalarea cu ajutorul emerge a pachetelor relevante cu ajutorul opţiunii de callback, şi apoi redefinirea unui grup de module genkernel.
|
|
|
--callback="echo hello": вызвать указанные аргументы (здесь: echo hello) после компиляции ядра и необходимых модулей, но до сборки образа начального корневого диска (initrd). Это может быть полезно, если вы хотите установить (emerge) внешние модули в образ initrd с помощью параметра callback, а затем переопределить группу модулей genkernel.
|