Initial
This commit is contained in:
commit
b4d9399de6
16 changed files with 465 additions and 0 deletions
20
conf/distro/limbux.conf
Normal file
20
conf/distro/limbux.conf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# require conf/distro/poky.conf
|
||||
|
||||
DISTRO = "limbux"
|
||||
DISTRO_NAME = "Limux"
|
||||
DISTRO_VERSION = "1.0"
|
||||
|
||||
DISTRO_FEATURES:remove = "wifi irda zeroconf sysvinit"
|
||||
# DISTRO_FEATURES:remove = "wifi irda zeroconf systemd"
|
||||
|
||||
# Select systemd as the init manager for this distro
|
||||
# INIT_MANAGER = "systemd"
|
||||
|
||||
# VIRTUAL-RUNTIME_init_manager = "systemd"
|
||||
|
||||
# Select to use "mylinux" as provider of the linux kernel and set the
|
||||
# version to use to be 6.10.6
|
||||
#PREFERRED_PROVIDER_virtual/kernel = "limbux"
|
||||
#PREFERRED_VERSION_mylinux = "6.10.6%"
|
||||
|
||||
#PACKAGE_CLASSES ?= "package_ipk"
|
||||
Loading…
Add table
Add a link
Reference in a new issue