Skip to content

Commit

Permalink
Merge pull request #198 from adrylain/master
Browse files Browse the repository at this point in the history
Add hgame to kld_list
  • Loading branch information
ericbsd authored Sep 7, 2024
2 parents 6ee485a + 2797e60 commit a3b1dac
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 a3b1dac

Please sign in to comment.