<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://xinux.net/index.php?action=history&amp;feed=atom&amp;title=Erstellen_eines_Rettungssystems_Bullseye</id>
	<title>Erstellen eines Rettungssystems Bullseye - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://xinux.net/index.php?action=history&amp;feed=atom&amp;title=Erstellen_eines_Rettungssystems_Bullseye"/>
	<link rel="alternate" type="text/html" href="https://xinux.net/index.php?title=Erstellen_eines_Rettungssystems_Bullseye&amp;action=history"/>
	<updated>2026-08-27T22:07:49Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://xinux.net/index.php?title=Erstellen_eines_Rettungssystems_Bullseye&amp;diff=73105&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „ =Installation von live-build= *'''sudo apt install live-build firmware-linux''' *'''cd /daten'''  =Erstellen ein neues Verzeichnis= *Wir erstellen ein neues V…“</title>
		<link rel="alternate" type="text/html" href="https://xinux.net/index.php?title=Erstellen_eines_Rettungssystems_Bullseye&amp;diff=73105&amp;oldid=prev"/>
		<updated>2026-08-27T11:52:20Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „ =Installation von live-build= *&amp;#039;&amp;#039;&amp;#039;sudo apt install live-build firmware-linux&amp;#039;&amp;#039;&amp;#039; *&amp;#039;&amp;#039;&amp;#039;cd /daten&amp;#039;&amp;#039;&amp;#039;  =Erstellen ein neues Verzeichnis= *Wir erstellen ein neues V…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
=Installation von live-build=&lt;br /&gt;
*'''sudo apt install live-build firmware-linux'''&lt;br /&gt;
*'''cd /daten'''&lt;br /&gt;
&lt;br /&gt;
=Erstellen ein neues Verzeichnis=&lt;br /&gt;
*Wir erstellen ein neues Verzeichnis für unser Live-System und wechseln in dieses Verzeichnis:&lt;br /&gt;
*'''mkdir livecd &amp;amp;&amp;amp; cd livecd'''&lt;br /&gt;
&lt;br /&gt;
=Initialisierung das live-build-System=&lt;br /&gt;
*Wir initialisieren das live-build-System mit folgendem Befehl:&lt;br /&gt;
*'''lb config'''&lt;br /&gt;
*Dieser Befehl erstellt eine Reihe von Verzeichnissen und Skripten, die verwendet werden, um unser Live-System zu erstellen.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
[2023-06-13 11:14:37] lb config &lt;br /&gt;
P: Creating config tree for a debian/bullseye/amd64 system&lt;br /&gt;
P: Symlinking hooks...&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=Installation von zusätzliche Paket=&lt;br /&gt;
*Um zusätzliche Pakete in unserem Live-System zu installieren, fügen wir sie zur Datei config/package-lists/mylist.list.chroot hinzu. &lt;br /&gt;
*Wir erstellen die Datei und fügen die Namen der Pakete hinzu, die wir installieren möchten, jeweils eines pro Zeile&lt;br /&gt;
*'''vim config/package-lists/mylist.list.chroot'''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
gparted&lt;br /&gt;
ntfs-3g&lt;br /&gt;
testdisk&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
=Kernel kopieren=&lt;br /&gt;
*mkdir -p chroot/boot&lt;br /&gt;
*cp -v /boot/{vmlinuz,initrd.img}-$(uname -r) chroot/boot/&lt;br /&gt;
&lt;br /&gt;
=Erstellen das Live-System=&lt;br /&gt;
*Jetzt können wir das Live-System mit folgendem Befehl erstellen:&lt;br /&gt;
*'''sudo lb build'''&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
Reading package lists... Done&lt;br /&gt;
Building dependency tree... Done&lt;br /&gt;
Reading state information... Done&lt;br /&gt;
[2023-06-13 12:27:33] lb source &lt;br /&gt;
P: Source stage disabled, skipping&lt;br /&gt;
P: Build completed successfully&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
*Am Ende sollte eine ISO-Datei (binary.hybrid.iso) im aktuellen Verzeichnis erstellt werden. Dies ist unser bootfähiges Live-System.&lt;br /&gt;
*[[Image:Erstellung_eines_Rettungssystems_1.png]]&lt;br /&gt;
*[[Image:Erstellung_eines_Rettungssystems_2.png]]&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>