Advertisement
kemo_2001

Untitled

Apr 21st, 2024
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # Distro Layer configuration
  2. # include and overwrite default poky distro
  3. include conf/distro/poky.conf
  4. DISTRO = "homeOS"
  5. DISTRO_NAME = "homeOS"
  6. DISTRO_VERSION = "1.0"
  7.  
  8.  
  9. # Use systemd as init manager
  10. INIT_MANAGER = "systemd"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement