mirror of
https://codeberg.org/metamuffin/abrechenbarkeit-sd.git
synced 2024-12-22 06:34:35 +00:00
fix dri problem. now works on real hardware
This commit is contained in:
parent
15fdf1163d
commit
4a5387acac
5 changed files with 6 additions and 2 deletions
|
@ -2,5 +2,5 @@ NAME="Abrechenbarkeit System Distribution"
|
|||
PRETTY_NAME="Abrechenbarkeit System Distribution"
|
||||
ID=abrechenbarkeit
|
||||
BUILD_ID=rolling
|
||||
ANSI_COLOR="38;2;23;147;209"
|
||||
ANSI_COLOR="38;2;230;0;255"
|
||||
HOME_URL="https://codeberg.org/metamuffin/abrechenbarkeit"
|
||||
|
|
|
@ -7,6 +7,8 @@ Wants=dbus.socket systemd-logind.service
|
|||
After=dbus.socket systemd-logind.service
|
||||
Conflicts=getty@%i.service
|
||||
After=getty@%i.service
|
||||
After=dev-dri-card1.device
|
||||
Requires=dev-dri-card1.device
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
1
airootfs/etc/systemd/system/default.target
Symbolic link
1
airootfs/etc/systemd/system/default.target
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/lib/systemd/system/graphical.target
|
1
airootfs/etc/udev/rules.d/99-dri.rules
Normal file
1
airootfs/etc/udev/rules.d/99-dri.rules
Normal file
|
@ -0,0 +1 @@
|
|||
SUBSYSTEM=="drm", KERNEL=="card1", TAG+="systemd"
|
|
@ -12,7 +12,7 @@ bootmodes=('uefi-ia32.systemd-boot.esp' 'uefi-x64.systemd-boot.esp')
|
|||
arch="x86_64"
|
||||
pacman_conf="pacman.conf"
|
||||
airootfs_image_type="squashfs"
|
||||
airootfs_image_tool_options=('-comp' 'zstd' '-Xcompression-level' '5')
|
||||
airootfs_image_tool_options=('-comp' 'zstd' '-Xcompression-level' '10')
|
||||
bootstrap_tarball_compression=(zstd -c -T0 --long -19)
|
||||
file_permissions=(
|
||||
["/etc/shadow"]="0:0:400"
|
||||
|
|
Loading…
Reference in a new issue