Skip to content

Commit

Permalink
Add hgame to kld_list
Browse files Browse the repository at this point in the history
The hgame driver "provides support for generic game controllers" which is extremely helpful for a desktop implementation of an operating system since most people like games. Some games throw fatal errors if it is not loaded even if a gamepad is not intended to be connected.
  • Loading branch information
adrylain authored Sep 6, 2024
1 parent 6ee485a commit 2797e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ rc()
chroot ${release} touch /etc/rc.conf
chroot ${release} sysrc hostname='livecd'
chroot ${release} sysrc zfs_enable="YES"
chroot ${release} sysrc kld_list="linux linux64 cuse fusefs"
chroot ${release} sysrc kld_list="linux linux64 cuse fusefs hgame"
chroot ${release} sysrc linux_enable="YES"
chroot ${release} sysrc devfs_enable="YES"
chroot ${release} sysrc devfs_system_ruleset="devfsrules_common"
Expand Down

0 comments on commit 2797e60

Please sign in to comment.