Skip to content

Commit a5ed5e1

Browse files
authored
Merge pull request kevoreilly#2934 from qux-bbb/master
add examples for WOOT
2 parents 6efdfad + 9786339 commit a5ed5e1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

installer/kvm-qemu.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,27 +112,27 @@ src_bios_table_date2="11\/03\/2018"
112112
#01\/01\/2011
113113
src_fw_smbios_date="11\/03\/2018"
114114

115-
# what to use as a replacement for QEMU in the tablet info
115+
# what to use as a replacement for QEMU in the tablet info (e.g., 'Wacom', 'Synaptics')
116116
PEN_REPLACER='<WOOT>'
117117

118-
# what to use as a replacement for QEMU in the scsi disk info
118+
# what to use as a replacement for QEMU in the scsi disk info (e.g., 'Samsung', 'Seagate', 'WD')
119119
SCSI_REPLACER='<WOOT>'
120120

121-
# what to use as a replacement for QEMU in the atapi disk info
121+
# what to use as a replacement for QEMU in the atapi disk info (e.g., 'Samsung', 'Toshiba', 'Hitachi')
122122
ATAPI_REPLACER='<WOOT>'
123123

124-
# what to use as a replacement for QEMU in the microdrive info
124+
# what to use as a replacement for QEMU in the microdrive info (e.g., 'Kingston', 'SanDisk', 'Transcend')
125125
MICRODRIVE_REPLACER='<WOOT>'
126126

127-
# what to use as a replacement for QEMU in bochs in drive info
127+
# what to use as a replacement for QEMU in bochs in drive info (e.g., 'Samsung', 'Toshiba', 'Hitachi')
128128
BOCHS_BLOCK_REPLACER='<WOOT>'
129129
BOCHS_BLOCK_REPLACER2='<WOOT>'
130130
BOCHS_BLOCK_REPLACER3='<WOOT>'
131131

132-
# what to use as a replacement for BXPC in bochs in ACPI info
132+
# what to use as a replacement for BXPC in bochs in ACPI info (e.g., 'DELL', 'HP', 'ASUS')
133133
BXPC_REPLACER='<WOOT>'
134134

135-
# what to use as a replacement for seabios in config.h
135+
# what to use as a replacement for seabios in config.h (e.g., 'AMI', 'Award', 'Phoenix')
136136
BOCHS_SEABIOS_BLOCK_REPLACER='<WOOT>'
137137

138138

0 commit comments

Comments
 (0)