Compare commits
2 Commits
cfd5d30f74
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 39b6aa7c54 | |||
| cd29d63533 |
+2
-2
@@ -23,7 +23,7 @@ uutils = {}
|
|||||||
|
|
||||||
## Configuration files
|
## Configuration files
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/usr/lib/init.d/00_base.service"
|
path = "/etc/init.d/00_base.service"
|
||||||
data = """
|
data = """
|
||||||
[unit]
|
[unit]
|
||||||
description = "Base environment setup (tmpdir)"
|
description = "Base environment setup (tmpdir)"
|
||||||
@@ -35,7 +35,7 @@ type = "oneshot"
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/usr/lib/init.d/00_sudo.service"
|
path = "/etc/init.d/00_sudo.service"
|
||||||
data = """
|
data = """
|
||||||
[unit]
|
[unit]
|
||||||
description = "Sudo privilege daemon"
|
description = "Sudo privilege daemon"
|
||||||
|
|||||||
+3
-3
@@ -17,7 +17,7 @@ pkgutils = {}
|
|||||||
kibi = {}
|
kibi = {}
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/usr/lib/init.d/29_activate_console.service"
|
path = "/etc/init.d/29_activate_console.service"
|
||||||
data = """
|
data = """
|
||||||
[unit]
|
[unit]
|
||||||
description = "Activate console VT"
|
description = "Activate console VT"
|
||||||
@@ -30,7 +30,7 @@ type = "oneshot_async"
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/usr/lib/init.d/30_console.service"
|
path = "/etc/init.d/30_console.service"
|
||||||
data = """
|
data = """
|
||||||
[unit]
|
[unit]
|
||||||
description = "Console terminals"
|
description = "Console terminals"
|
||||||
@@ -43,7 +43,7 @@ type = "oneshot_async"
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/usr/lib/init.d/31_debug_console.service"
|
path = "/etc/init.d/31_debug_console.service"
|
||||||
data = """
|
data = """
|
||||||
[unit]
|
[unit]
|
||||||
description = "Debug console"
|
description = "Debug console"
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ libdrm = {}
|
|||||||
|
|
||||||
libwayland = "ignore"
|
libwayland = "ignore"
|
||||||
wayland-protocols = {}
|
wayland-protocols = {}
|
||||||
# redbear-compositor = {}
|
redbear-compositor = {}
|
||||||
|
|
||||||
# Keyboard/input
|
# Keyboard/input
|
||||||
# libxkbcommon = {} # build needed
|
# libxkbcommon = {} # build needed
|
||||||
|
|||||||
Reference in New Issue
Block a user