Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
89ae66b5
Commit
89ae66b5
authored
Sep 01, 2020
by
Kristian Klausen
🎉
Browse files
Set archiso mirror
parent
194be3ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
build-in-qemu.sh
View file @
89ae66b5
...
...
@@ -55,7 +55,7 @@ function start_qemu() {
-net
user
\
-kernel
vmlinuz-linux
\
-initrd
archiso.img
\
-append
"archisobasedir=arch archisolabel=
${
ISO_VOLUME_ID
}
ip=dhcp net.ifnames=0 console=ttyS0"
\
-append
"archisobasedir=arch archisolabel=
${
ISO_VOLUME_ID
}
ip=dhcp net.ifnames=0 console=ttyS0
mirror=
${
MIRROR
}
"
\
-drive
file
=
scratch-disk.img,format
=
raw,if
=
virtio
\
-drive
file
=
"
${
ISO
}
"
,format
=
raw,if
=
virtio,media
=
cdrom,read-only
\
-virtfs
"local,path=
${
ORIG_PWD
}
,mount_tag=host,security_model=none"
\
...
...
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