Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aleksey R. (aka EreTIk)
redox
Commits
286e0911
Commit
286e0911
authored
Aug 23, 2021
by
Aleksey R. (aka EreTIk)
Browse files
Fix CDROM ISO run for wsl_qemu
parent
dd39e94c
Pipeline
#9659
failed with stage
in 8 minutes and 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
mk/qemu.mk
View file @
286e0911
...
...
@@ -133,7 +133,7 @@ qemu_live_no_build: build/extra.bin
qemu_iso
:
build/livedisk.iso build/extra.bin
$(QEMU)
$(QEMUFLAGS)
\
-boot
d
-cdrom
build/livedisk.iso
\
-boot
d
-cdrom
$(WORKING_DIR)
build/livedisk.iso
\
-drive
file
=
$(WORKING_DIR)
build/extra.bin,format
=
raw
qemu_iso_no_build
:
build/extra.bin
...
...
@@ -144,13 +144,13 @@ qemu_iso_no_build: build/extra.bin
qemu_iso_efi
:
build/livedisk-efi.iso build/extra.bin
$(QEMU)
$(QEMUFLAGS)
\
-bios
$(QEMU_EFI)
\
-boot
d
-cdrom
build/livedisk-efi.iso
\
-boot
d
-cdrom
$(WORKING_DIR)
build/livedisk-efi.iso
\
-drive
file
=
$(WORKING_DIR)
build/extra.bin,format
=
raw
qemu_iso_efi_no_build
:
build/extra.bin
$(QEMU)
$(QEMUFLAGS)
\
-bios
$(QEMU_EFI)
\
-boot
d
-cdrom
build/livedisk-efi.iso
\
-boot
d
-cdrom
$(WORKING_DIR)
build/livedisk-efi.iso
\
-drive
file
=
$(WORKING_DIR)
build/extra.bin,format
=
raw
qemu_extra
:
build/extra.bin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment