Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kristian Klausen
arch-boxes
Commits
e615c3e9
Commit
e615c3e9
authored
Sep 30, 2020
by
Kristian Klausen
🎉
Browse files
curses test
parent
df275b4d
Pipeline
#1978
failed with stages
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build-host.sh
View file @
e615c3e9
...
...
@@ -39,6 +39,14 @@ function prepare_boot() {
ISO
=
"
${
PWD
}
/
${
LATEST_ISO
}
"
fi
qemu-system-x86_64
\
-machine
accel
=
kvm:tcg
\
-smp
4
\
-m
768
\
-curses
\
"
${
ISO
}
"
exit
# We need to extract the kernel and initrd so we can set a custom cmdline:
# console=ttyS0, so the kernel and systemd sends output to the serial.
xorriso
-osirrox
on
-indev
"
${
ISO
}
"
-extract
arch
/boot/x86_64
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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