diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-04-10 22:30:28 +0200 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-04-10 22:30:28 +0200 |
commit | ba9c7eaf854957fc51445d28a760f2395550169e (patch) | |
tree | 70315a39ebf17ebe1ef3592ed59243c2cea99437 | |
parent | 11dfbc258655e888cae44af2c4b856889a1ba9a9 (diff) | |
download | freebsd-wifibox-alpine-ba9c7eaf854957fc51445d28a760f2395550169e.zip |
Make HPET the default clock source.
-rw-r--r-- | share/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/grub.cfg b/share/grub.cfg index ba84ab9..c38142d 100644 --- a/share/grub.cfg +++ b/share/grub.cfg @@ -1,3 +1,3 @@ -linux (host)%%ROOT%%/vmlinuz modules=squashfs root=/dev/vda rootfstype=squashfs +linux (host)%%ROOT%%/vmlinuz modules=squashfs root=/dev/vda rootfstype=squashfs clocksource=hpet initrd (host)%%ROOT%%/initramfs boot |