aguslr / multibootusb

A collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files
https://mbusb.aguslr.com
GNU General Public License v3.0
571 stars 154 forks source link

-localtime flag is deprecated #249

Closed leliamesteban closed 5 years ago

leliamesteban commented 5 years ago

Use -rtc base=localtime instead.

qemu-system-x86_64 -enable-kvm -localtime -m 2G -vga std -drive file=/dev/sdb,readonly,cache=none,format=raw,if=virtio

qemu-system-x86_64: -localtime: warning: This option is deprecated, use '-rtc base=localtime' instead.
aguslr commented 5 years ago

Hi @leliamesteban! Didn't know about this. Thanks for the PR.