Removing ubuntu support.
[live-boot-grml.git] / scripts / live-bottom / 25configure_init
index bec5608..6ca1775 100755 (executable)
@@ -81,23 +81,6 @@ then
                                do
                                        sed -i -e "s|^respawn.*|respawn /bin/login -f ${USERNAME} </dev/$(basename ${f}) > /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 > /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