Include the drivers recipe in the base system

All configs except the minimal config already include it. Several of the
drivers in the drivers recipe are essential for getting a system usable
outside of VMs or very old hardware. For example the usbhidd driver.
This commit is contained in:
bjorn3 2024-07-06 21:09:35 +02:00
parent 8df3c2ac10
commit a794c99e3b
4 changed files with 7 additions and 22 deletions

View file

@ -9,7 +9,6 @@ filesystem_size = 128
# Package settings
[packages]
drivers = {}
orbdata = {}
orbital = {}
orbterm = {}
@ -17,12 +16,6 @@ orbutils-background = {}
orbutils-launcher = {}
orbutils-orblogin = {}
[[files]]
path = "/usr/lib/init.d/00_drivers"
data = """
pcid /etc/pcid.d/
"""
[[files]]
path = "/usr/lib/init.d/20_orbital"
data = """