diff options
-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' |