run floppinux in qemu
Some checks failed
run floppinux in qemu / run-floppinux-in-qemu (push) Failing after 3s
Some checks failed
run floppinux in qemu / run-floppinux-in-qemu (push) Failing after 3s
This commit is contained in:
parent
768dac4b7e
commit
fbfa4db1e3
1 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: run archlinux iso in qemu
|
name: run floppinux in qemu
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -6,18 +6,18 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-archlinux-iso-in-qemu:
|
run-floppinux-in-qemu:
|
||||||
runs-on: archlinux-latest
|
runs-on: archlinux-latest
|
||||||
container:
|
container:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: download iso
|
- name: download img
|
||||||
run: |
|
run: |
|
||||||
pacman -Sy wget qemu-full --noconfirm
|
pacman -Sy wget qemu-system-x86_64 --noconfirm
|
||||||
wget https://cat.fs.tlpteam.ru/archlinux-2026.02.01-x86_64.iso
|
wget https://cat.fs.tlpteam.ru/floppinux_0.1.0.img
|
||||||
|
|
||||||
- name: run iso
|
- name: run img
|
||||||
run: |
|
run: |
|
||||||
qemu-system-x86_64 -cdrom archlinux-2026.02.01-x86_64.iso -m 2048 -serial stdio -display none
|
qemu-system-x86_64 -fda floppinux_0.1.0.img -m 50 -nographic
|
||||||
Loading…
Add table
Add a link
Reference in a new issue