Anleitung für Erstellung USB-Sticks verbessert
This commit is contained in:
parent
d8dfb45081
commit
52dd2a8a97
|
@ -182,7 +182,7 @@ Wir nutzen dazu Linux Live Kit: https://www.linux-live.org.
|
||||||
5. Dateien generieren
|
5. Dateien generieren
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo build
|
sudo ./build
|
||||||
```
|
```
|
||||||
|
|
||||||
6. ZIP-Archiv erstellen
|
6. ZIP-Archiv erstellen
|
||||||
|
@ -191,15 +191,15 @@ Wir nutzen dazu Linux Live Kit: https://www.linux-live.org.
|
||||||
sudo /tmp/gen_linux_zip.sh
|
sudo /tmp/gen_linux_zip.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
7. ZIP-Archiv auf USB-Stick entpacken
|
7. ZIP-Archiv auf USB-Stick entpacken (Unterverzeichnis linux in Hauptverzeichnis!)
|
||||||
|
|
||||||
8. Auf USB-Stick das Script boot/bootinst.sh ausführen
|
8. Auf USB-Stick das Script boot/bootinst.sh ausführen
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir bain
|
|
||||||
sudo umount /dev/sda1
|
sudo umount /dev/sda1
|
||||||
sudo mount -t vfat -o rw,exec,uid=1000,gid=1000,umask=022 /dev/sda1 bain
|
mkdir usb
|
||||||
cd bain/linux/boot
|
sudo mount /dev/sda1 usb
|
||||||
|
cd usb/linux/boot
|
||||||
sudo ./bootinst.sh
|
sudo ./bootinst.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -260,4 +260,4 @@ Wir nutzen dazu Linux Live Kit: https://www.linux-live.org.
|
||||||
APPEND vga=normal initrd=/linux/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 nohd rw printk.time=0 consoleblank=0 slax.flags=toram apparmor=0
|
APPEND vga=normal initrd=/linux/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 nohd rw printk.time=0 consoleblank=0 slax.flags=toram apparmor=0
|
||||||
```
|
```
|
||||||
|
|
||||||
12. Früheren Snapshot in VirtualBox wiederherstellen
|
12. Früheren Snapshot in VirtualBox wiederherstellen
|
||||||
|
|
Loading…
Reference in New Issue