pmb.config: make qemu-amd64 the default device (!1899)

At the moment we set samsung-i9100 as default device.
This is probably only for historical reasons.

For someone/something using pmbootstrap without a specific device in mind
(e.g. CI) it's really better to use a generic device. QEMU runs natively
in a virtual machine so everyone can use it for testing.
This commit is contained in:
Minecrell 2020-03-31 15:06:46 +02:00 committed by Alexey Min
parent 9249f36f16
commit 37cc4454a4
No known key found for this signature in database
GPG Key ID: EBF5ECFFFEE34DED
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ defaults = {
# kernel configs
"cipher": "aes-cbc-plain64",
"config": os.path.expanduser("~") + "/.config/pmbootstrap.cfg",
"device": "samsung-i9100",
"device": "qemu-amd64",
"extra_packages": "none",
"fork_alpine": False,
"hostname": "",