summaryrefslogtreecommitdiff
path: root/testusb.sh
blob: bed799bd5ef6db910a0a66278f232740c4ada8ea (plain)
1
2
3
4
5
6
#!/bin/sh
# Copyright (C)  2021 Iru Cai <mytbk920423@gmail.com>
# SPDX-License-Identifier: GPL-3.0-or-later

# Test the live USB in QEMU, you need to run this script as root
qemu-system-x86_64 -enable-kvm -cpu host -m 2G -drive "file=$1,format=raw"