Skip to content

Instantly share code, notes, and snippets.

@CodeAsm
Created January 23, 2021 11:02
Show Gist options
  • Save CodeAsm/a5c7c4796b0e027f75d58a452f86f2f7 to your computer and use it in GitHub Desktop.
Save CodeAsm/a5c7c4796b0e027f75d58a452f86f2f7 to your computer and use it in GitHub Desktop.
#!/bin/sh
HDD=~/SchoolProject/lfs.qcow2
qemu-system-x86_64 \
-enable-kvm -smp 4 -cpu host -m 4G \
-sdl -vga std -drive file=$HDD,format=qcow2 \
-net nic,model=rtl8139,macaddr=E4:1F:13:AD:B0:0B -net user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment