From e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Oct 2007 19:21:42 +0200 Subject: Removing ubuntu support. --- scripts/live-bottom/25configure_init | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'scripts/live-bottom/25configure_init') diff --git a/scripts/live-bottom/25configure_init b/scripts/live-bottom/25configure_init index bec5608..6ca1775 100755 --- a/scripts/live-bottom/25configure_init +++ b/scripts/live-bottom/25configure_init @@ -81,23 +81,6 @@ then do sed -i -e "s|^respawn.*|respawn /bin/login -f ${USERNAME} /dev/$(basename ${f}) 2>\&1|" ${f} done - - if [ "${BUILD_SYSTEM}" = "Ubuntu" ] - then - for x in $(cat /proc/cmdline) - do - case ${x} in - noninteractive) - sed -i -e "s|^exec.*|exec /usr/bin/ubiquity noninteractive /dev/tty1 2>\&1|" /root/etc/event.d/tty1 - rm -f /root/etc/rc?.d/[SK]??[gkx]dm - ;; - - textonly) - rm -f /root/etc/rc?.d/[SK]??[gkx]dm - ;; - esac - done - fi fi fi -- cgit v1.2.3