helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
806 stars 58 forks source link

0.7.0 Live: Make mouse work earlier #320

Open probonopd opened 2 years ago

probonopd commented 2 years ago

Possibly devmatch needs to be started earlier

/etc/rc.d/devmatch

# PROVIDE: devmatch
# REQUIRE: kldxref
# BEFORE: netif
# KEYWORD: nojail    
/etc/rc.d/kldxref

# PROVIDE: kldxref
# REQUIRE: FILESYSTEMS
# BEFORE:  netif
# KEYWORD: nojail
louies0623 commented 11 months ago

The language menu has been entered in live, but the mouse cannot be used "temporarily" because the USB is still being loaded. People will think that it cannot be used and mistakenly think that the system is broken.

probonopd commented 11 months ago

Yes, one needs to wait until the mouse becomes active. This will be solved when someone finds a way to fix this issue.