added option tags
This commit is contained in:
parent
f4f18cfc3d
commit
ac1758c2ec
1 changed files with 2 additions and 2 deletions
|
@ -265,7 +265,7 @@ export PS1="(chroot) ${PS1}"</pre>
|
|||
<span class="cdblk-m">-firmware</span> in the <span class="cdblk-m">/etc/portage/package.use/sys-kernel</span> file.
|
||||
</p>
|
||||
<br>
|
||||
<h4>I need linux firmware</h4>
|
||||
<h4>(Option 1:) I need linux firmware</h4>
|
||||
<p>If you use proprietary drivers, you will need the firmware. You need to add <span class="cdblk-m">~amd64</span>
|
||||
keyword to the <span class="cdblk-m">package.accept_keywords</span> file. </p>
|
||||
<p>Adding <span class="cdblk-m">~amd64</span> to the <span class="cdblk-m">/etc/portage/package.accept_keywords/sys-kernel</span> </p>
|
||||
|
@ -279,7 +279,7 @@ export PS1="(chroot) ${PS1}"</pre>
|
|||
<p class="cdblk">emerge sys-kernel/linux-firmware</p>
|
||||
|
||||
<br>
|
||||
<h4>I don't need linux firmware</h4>
|
||||
<h4>(Option 2:) I don't need linux firmware</h4>
|
||||
<p>If you are based and you use devices with free drivers, then you will need to put <span class="cdblk-m">-firmware</span>
|
||||
flag to the package.use. </p>
|
||||
<p class="cdblk">echo "sys-kernel/genkernel -firmware" >> /etc/portage/package.use/sys-kernel</p>
|
||||
|
|
Loading…
Reference in a new issue