summaryrefslogtreecommitdiff
path: root/user/livecd-support/dhcpcd-suid.start
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-10 20:49:08 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-24 01:46:01 -0500
commitf14e8e6f58195606e54a8e50770ccd0553cc7a96 (patch)
treedaca64a8c7189f32eefe04918aba5883013dbbba /user/livecd-support/dhcpcd-suid.start
parentd2b9ae16a59f918dc15ae1e2da744974345d093b (diff)
downloadpackages-f14e8e6f58195606e54a8e50770ccd0553cc7a96.tar.gz
packages-f14e8e6f58195606e54a8e50770ccd0553cc7a96.tar.bz2
packages-f14e8e6f58195606e54a8e50770ccd0553cc7a96.tar.xz
packages-f14e8e6f58195606e54a8e50770ccd0553cc7a96.zip
user/livecd-support: Many improvements
* Change install scripts to local.d scripts. * Add a local.d script to make dhcpcd setuid. (adelie/horizon#361) * Make the Desktop Entry file a real file instead of a heredoc. * Remove setuid bit from the shell script; we don't need this any more. * Pull in our new LXQt theme for a better experience. * Add XFCE subpackage. * Set PATH correctly for horizon-run-qt5 so it can find mkfs.vfat and friends. * Set the clock with chronyd if possible on boot, before the graphical environment starts. * Use sudo for partitionmanger. (adelie/horizon#368) Ref: #1081
Diffstat (limited to 'user/livecd-support/dhcpcd-suid.start')
-rw-r--r--user/livecd-support/dhcpcd-suid.start5
1 files changed, 5 insertions, 0 deletions
diff --git a/user/livecd-support/dhcpcd-suid.start b/user/livecd-support/dhcpcd-suid.start
new file mode 100644
index 000000000..6fb3cee11
--- /dev/null
+++ b/user/livecd-support/dhcpcd-suid.start
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Welcome to Adélie Linux.
+# This script ensures dhcpcd can be executed by the live user.
+
+chmod 4755 /sbin/dhcpcd