fixed license echo
This commit is contained in:
parent
c7a0420970
commit
f4f18cfc3d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!doctypE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Encrypted Gentoo install</title>
|
<title>Encrypted Gentoo install</title>
|
||||||
|
@ -273,7 +273,7 @@ export PS1="(chroot) ${PS1}"</pre>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<p><u>Only with @FREE ACCEPT_LICENSE option:</u> Adding license of the package to portage config. </p>
|
<p><u>Only with @FREE ACCEPT_LICENSE option:</u> Adding license of the package to portage config. </p>
|
||||||
<p class="cdblk">echo "linux-fw-redistributable license(s)" >> /etc/portage/package.license/package.license</p>
|
<p class="cdblk">echo "sys-kernel/linux-firmware linux-fw-redistributable license(s)" >> /etc/portage/package.license/package.license</p>
|
||||||
<br>
|
<br>
|
||||||
<p>And then you just install the package.</p>
|
<p>And then you just install the package.</p>
|
||||||
<p class="cdblk">emerge sys-kernel/linux-firmware</p>
|
<p class="cdblk">emerge sys-kernel/linux-firmware</p>
|
||||||
|
|
Loading…
Reference in a new issue