summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2022-04-10 22:30:28 +0200
committerPÁLI Gábor János <pali.gabor@gmail.com>2022-04-10 22:30:28 +0200
commitba9c7eaf854957fc51445d28a760f2395550169e (patch)
tree70315a39ebf17ebe1ef3592ed59243c2cea99437
parent11dfbc258655e888cae44af2c4b856889a1ba9a9 (diff)
downloadfreebsd-wifibox-alpine-ba9c7eaf854957fc51445d28a760f2395550169e.zip
Make HPET the default clock source.
-rw-r--r--share/grub.cfg2
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