summarylogtreecommitdiffstats
path: root/plymouth.initcpio_install
diff options
context:
space:
mode:
authorTaijian2023-04-05 15:24:32 +0200
committerTaijian2023-04-05 15:24:32 +0200
commit48f92d96f21abdb3aa25ae2dca9ae3fa8419f029 (patch)
tree13adf5d58d29d443df669e1a934eebd162bbf795 /plymouth.initcpio_install
parente9ef8953fbdf21ef17e75e37dfeb164805d6d638 (diff)
downloadaur-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_install3
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'