Anleitung für Erstellung USB-Sticks verbessert

This commit is contained in:
Felix Lohmeier 2019-10-08 22:26:57 +02:00
parent d8dfb45081
commit 52dd2a8a97
1 changed files with 6 additions and 6 deletions

View File

@ -182,7 +182,7 @@ Wir nutzen dazu Linux Live Kit: https://www.linux-live.org.
5. Dateien generieren
```
sudo build
sudo ./build
```
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
```
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
```
mkdir bain
sudo umount /dev/sda1
sudo mount -t vfat -o rw,exec,uid=1000,gid=1000,umask=022 /dev/sda1 bain
cd bain/linux/boot
mkdir usb
sudo mount /dev/sda1 usb
cd usb/linux/boot
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
```
12. Früheren Snapshot in VirtualBox wiederherstellen
12. Früheren Snapshot in VirtualBox wiederherstellen