summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-09-22 22:05:18 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-09-22 22:05:18 (EDT)
commit327448b67f64d417010c6f3930e3d20b15f9ccf9 (patch)
tree37d999a65a07ed1415dbcd66434301c636965321
parentcb0ecf001feacc36cc43b08479d466e1112308d2 (diff)
downloadpc-inst-327448b67f64d417010c6f3930e3d20b15f9ccf9.zip
pc-inst-327448b67f64d417010c6f3930e3d20b15f9ccf9.tar.gz
pc-inst-327448b67f64d417010c6f3930e3d20b15f9ccf9.tar.bz2
alsvid3: Make /etc/acpi/button.sh executable
Completes commit f3777c15f1e88bff05a2b6aa0d08d5072ce8d1bd.
-rw-r--r--hosts/alsvid3/postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst
index 2e23e5c..39c33a6 100644
--- a/hosts/alsvid3/postinst
+++ b/hosts/alsvid3/postinst
@@ -62,6 +62,7 @@ esac
# More events may be exposed if thinkpad_acpi is patched to support Taurinus:
# http://git.proteanos.com/pkg/linux-libre-4.19.git/tree/patches/03_thinkpad_acpi_support-libiquity-taurinus-laptops.patch
EOF
+in_target chmod a+x '/etc/acpi/button.sh'
# Turn on numlock on the VTs.
cat >"${target}/etc/rc.local" <<'EOF'