diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-04-10 22:35:13 +0200 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-04-10 22:35:13 +0200 |
commit | 40d2daea11738408b7bf7b60f14a558ff8c47fb0 (patch) | |
tree | 4d2580a8416be9b462cf7b549db5435432e93d5f /share/grub.cfg | |
parent | ba9c7eaf854957fc51445d28a760f2395550169e (diff) | |
download | freebsd-wifibox-alpine-40d2daea11738408b7bf7b60f14a558ff8c47fb0.zip |
Mark TSC unstable.
Diffstat (limited to 'share/grub.cfg')
-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 c38142d..eee4556 100644 --- a/share/grub.cfg +++ b/share/grub.cfg @@ -1,3 +1,3 @@ -linux (host)%%ROOT%%/vmlinuz modules=squashfs root=/dev/vda rootfstype=squashfs clocksource=hpet +linux (host)%%ROOT%%/vmlinuz modules=squashfs root=/dev/vda rootfstype=squashfs clocksource=hpet tsc=unstable initrd (host)%%ROOT%%/initramfs boot |