diff options
author | Taijian | 2023-04-05 15:24:32 +0200 |
---|---|---|
committer | Taijian | 2023-04-05 15:24:32 +0200 |
commit | 48f92d96f21abdb3aa25ae2dca9ae3fa8419f029 (patch) | |
tree | 13adf5d58d29d443df669e1a934eebd162bbf795 /plymouth.initcpio_install | |
parent | e9ef8953fbdf21ef17e75e37dfeb164805d6d638 (diff) | |
download | aur-48f92d96f21abdb3aa25ae2dca9ae3fa8419f029.tar.gz |
add /dev/pts back to the initcpio_install, fix some issues with graphical password prompt
Diffstat (limited to 'plymouth.initcpio_install')
-rw-r--r-- | plymouth.initcpio_install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plymouth.initcpio_install b/plymouth.initcpio_install index 38a30a58f146..2b2d49cdb96a 100644 --- a/plymouth.initcpio_install +++ b/plymouth.initcpio_install @@ -46,6 +46,9 @@ build() { if [ "$PLYMOUTH_IMAGE_DIR" != "$PLYMOUTH_THEME_DIR" -a -d "$PLYMOUTH_IMAGE_DIR" ]; then add_full_dir "$PLYMOUTH_IMAGE_DIR" fi + + # adding this back in seems to help with getting the graphical password prompt so work + add_dir '/dev/pts' # needed to access DRM devices add_udev_rule '71-seat.rules' |