From 492d6c97e9a0a64bbe46b77ffe297801c07fe206 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 17 Oct 2019 16:53:17 +0100 Subject: [PATCH] Add qemu command line for legacy OSes --- roles/home/files/shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home/files/shrc b/roles/home/files/shrc index 37c0a04..e69674f 100644 --- a/roles/home/files/shrc +++ b/roles/home/files/shrc @@ -84,6 +84,7 @@ alias ll="/bin/ls -l" alias ls="/bin/ls $LSOPTIONS" alias now="date +%Y%m%dT%H%M%S%z" alias nowu="date -u +%Y%m%dT%H%M%SZ" +alias qemu-legacy="qemu-system-i386 -m 1024 -vga cirrus -net none -usb -soundhw sb16" alias ta="$HOME/opt/textadept/textadept" alias tm="tmux -2 attach-session || tmux -2 new-session" alias wg="wordgrinder"