[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tyndur-devel] [PATCH] USB-Image
From: Max Reitz <max@xxxxxxxxxx>
+ Möglichkeit zur Erstellung eines Diskettenimages, das dann
(unter QEMU) per USB gebootet werden kann
Signed-off-by: Max Reitz <max@xxxxxxxxxx>
---
Makefile | 3 +++
buildmk.sh | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 9b63409..9272f47 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,9 @@ image-hd: updateroot
image-cdrom: updateroot
build/scripts/image_cdrom
+image-usb: updateroot
+ build/scripts/image_usb
+
test-qemu: image-floppy
qemu -serial stdio -fda build/images/floppy.img -boot a -net user -net nic,model=rtl8139 | tee qemu-serial.log
diff --git a/buildmk.sh b/buildmk.sh
index 4e3cd85..0315c12 100644
--- a/buildmk.sh
+++ b/buildmk.sh
@@ -249,6 +249,9 @@ image-hd: updateroot
image-cdrom: updateroot
build/scripts/image_cdrom
+image-usb: updateroot
+ build/scripts/image_usb
+
test-qemu: image-floppy
$LOST_TOOLS_QEMU -serial stdio -fda build/images/floppy.img -boot a -net user -net nic,model=rtl8139 | tee qemu-serial.log
--
1.6.5