diff options
author | Ben Kohler <bkohler@gentoo.org> | 2023-03-29 13:39:46 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-03-31 08:27:37 -0500 |
commit | 0a8ca2598868cce8f3289a5f517e4d6f10234d9f (patch) | |
tree | 774c37c09b9bef929600c71fc65f21a4319d7da7 | |
parent | livecdfs-update.sh: remove code obsoleted by sys-apps/hwids package (diff) | |
download | catalyst-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-x | targets/support/livecdfs-update.sh | 3 |
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' |