From 52dd2a8a976b7f3fc53442bca8d24403518ad93e Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Tue, 8 Oct 2019 22:26:57 +0200 Subject: [PATCH] =?UTF-8?q?Anleitung=20f=C3=BCr=20Erstellung=20USB-Sticks?= =?UTF-8?q?=20verbessert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- virtualbox-appliance.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/virtualbox-appliance.md b/virtualbox-appliance.md index f495ebf..ac31db1 100644 --- a/virtualbox-appliance.md +++ b/virtualbox-appliance.md @@ -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 \ No newline at end of file +12. Früheren Snapshot in VirtualBox wiederherstellen