Running Alpine in Live mode in QEMU: Difference between revisions
Dubiousjim (talk | contribs) (Category:Virtualization) |
(Is there a way to pass an apkovl as paramater at this stage?) |
||
Line 1: | Line 1: | ||
If your just want to give Alpine Linux a try, qemu can be used without a disk image and further configuration. | If your just want to give Alpine Linux a try, qemu can be used without a disk image and further configuration. | ||
{{Cmd|qemu -m 512 -cdrom alpine- | {{Cmd|qemu -m 512 -cdrom alpine-3.2.0-x86_64.iso}} | ||
You need to issue {{Cmd|grsec nomodeset}} at boot prompt to avoid being forced in graphical mode and loosing access. | |||
<u>Question</u>: Is there a way to pass an apkovl as paramater at this stage? | |||
[[Category:Virtualization]] | [[Category:Virtualization]] |
Revision as of 06:29, 29 May 2015
If your just want to give Alpine Linux a try, qemu can be used without a disk image and further configuration.
qemu -m 512 -cdrom alpine-3.2.0-x86_64.iso
You need to issue
grsec nomodeset
at boot prompt to avoid being forced in graphical mode and loosing access.
Question: Is there a way to pass an apkovl as paramater at this stage?