aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2023-03-29 13:39:46 -0500
committerBen Kohler <bkohler@gentoo.org>2023-03-31 08:27:37 -0500
commit0a8ca2598868cce8f3289a5f517e4d6f10234d9f (patch)
tree774c37c09b9bef929600c71fc65f21a4319d7da7
parentlivecdfs-update.sh: remove code obsoleted by sys-apps/hwids package (diff)
downloadcatalyst-0a8ca2598868cce8f3289a5f517e4d6f10234d9f.tar.gz
catalyst-0a8ca2598868cce8f3289a5f517e4d6f10234d9f.tar.bz2
catalyst-0a8ca2598868cce8f3289a5f517e4d6f10234d9f.zip
livecdfs-update.sh: remove old devfsd code
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rwxr-xr-xtargets/support/livecdfs-update.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
index a2ac26c8..9e0fd6cc 100755
--- a/targets/support/livecdfs-update.sh
+++ b/targets/support/livecdfs-update.sh
@@ -88,9 +88,6 @@ cat <<EOF > ${clst_make_conf}
EOF
cat ${clst_make_conf}.old >> ${clst_make_conf}
-# devfs tweaks
-[ -e /etc/devfsd.conf ] && sed -i '/dev-state/ s:^:#:' /etc/devfsd.conf
-
# Add some helpful aliases
cat <<EOF >> /etc/profile
alias cp='cp -i'