14
This commit is contained in:
parent
02215ef9d0
commit
c41423a3c3
64
14.html
64
14.html
@ -192,7 +192,7 @@ $ make menuconfig
|
||||
<section><img src="img/menu-1.png"></section>
|
||||
|
||||
<section>Folgendes bitte zu Hause probieren::<pre><code class="bash"># Das dauert jetzt....
|
||||
# ca 90min auf einem core i3 mit 2.4 MhZ
|
||||
# ca 90min auf einem Core i3 @2.4MHz
|
||||
# -j 4 -> Nutze 4 Kerne
|
||||
|
||||
~$ make -j4 deb-pkg
|
||||
@ -216,8 +216,65 @@ $ make menuconfig
|
||||
<li>Kann über <a href="/wiki/Trivial_File_Transfer_Protocol" title="Trivial File Transfer Protocol">TFTP</a> bereitgestellte <a href="/wiki/Linux_(Kernel)" title="Linux (Kernel)">Linux-Kernel</a> booten.</li></ul>
|
||||
</section>
|
||||
|
||||
|
||||
<section>
|
||||
<pre><code class="bash">~$ lsblk
|
||||
|
||||
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
|
||||
sda 8:0 0 223,6G 0 disk
|
||||
├─sda1 8:1 0 245M 0 part /boot/efi
|
||||
├─sda2 8:2 0 511M 0 part /boot
|
||||
└─sda3 8:3 0 222,9G 0 part
|
||||
└─sda3_crypt 253:0 0 222,8G 0 crypt
|
||||
├─xubuntu--vg-root 253:1 0 215,1G 0 lvm /
|
||||
└─xubuntu--vg-swap_1 253:2 0 7,7G 0 lvm
|
||||
|
||||
</code></pre>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
Interessante Dateien:
|
||||
<p>/etc/default/grub -> Anpassungen
|
||||
<p>/etc/grub.d/ -> scripts die boot.cfg generieren
|
||||
|
||||
|
||||
<pre><code class="bash">00_header*
|
||||
05_debian_theme*
|
||||
10_linux*
|
||||
20_linux_xen*
|
||||
20_memtest86+*
|
||||
30_os-prober*
|
||||
30_uefi-firmware*
|
||||
40_custom*
|
||||
41_custom*
|
||||
</code></pre>
|
||||
<p>/boot/grub/grub.cfg -> nicht bearbeiten!
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<p>/etc/default/grub
|
||||
<pre><code class="bash">
|
||||
GRUB_DEFAULT=0
|
||||
GRUB_HIDDEN_TIMEOUT=0
|
||||
GRUB_HIDDEN_TIMEOUT_QUIET=true
|
||||
GRUB_TIMEOUT=10
|
||||
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
|
||||
GRUB_CMDLINE_LINUX=""
|
||||
|
||||
GRUB_BACKGROUND="/usr/share/images/grub/050817-N-3488C-028.tga"
|
||||
|
||||
</code></pre>
|
||||
<a href="https://wiki.ubuntuusers.de/GRUB_2/Aussehen_-_einfache_Konfiguration/">Aussehen verändern</a>
|
||||
<p>nach Änderung: <pre><code>sudo update-grub</code></pre>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
optional: grub-customizer
|
||||
|
||||
<p><a href="https://answers.launchpad.net/grub-customizer/+faq/1397">grub-customizer aus quellen bauen</a>
|
||||
<p><a href="https://launchpad.net/~danielrichter2007/+archive/ubuntu/grub-customizer">grub-customizer ppa</a>
|
||||
</section>
|
||||
<section>
|
||||
<ul>
|
||||
<li class="fragment ">mysql</li>
|
||||
@ -226,7 +283,7 @@ $ make menuconfig
|
||||
<li class="fragment ">Gimp</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
<section>
|
||||
Übungen
|
||||
C 11.11 [3] Besorgen Sie sich eine geeignete Datei (etwa ein größeres tar -Ar-
|
||||
@ -239,6 +296,7 @@ vergleichen Sie die Laufzeit und die Größe des Resultats für xz mit verschie-
|
||||
denen Effizienz-Optionen. Was ist der Unterschied zwischen -1 und -6 und
|
||||
zwischen -6 und -9 ?
|
||||
</section>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
16
index.html
16
index.html
@ -66,6 +66,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- LINKS -->
|
||||
<div class="ui segment">
|
||||
<h2><i class="icon linkify"></i>Links</h2>
|
||||
|
||||
@ -107,6 +109,17 @@
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="ui segment">
|
||||
<div class="content"> <div class="header"><strong>Kernel kompilieren</strong></div> </div>
|
||||
<div class="content">
|
||||
<ul>
|
||||
<li><a href="https://linuxhint.com/how-to-upgrade-kernel-of-debian-9-stretch-from-source/" target="_blank">How to Upgrade Kernel from Source</a>
|
||||
<li><a href="https://www.kernel.org" target="_blank">https://www.kernel.org</a>
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
@ -174,8 +187,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user