summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/25configure_init
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-19 19:21:42 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commite5ed5f84c8dff7855284b6d37f14da6a2e85f1c5 (patch)
tree733883143e7d99ef1c0902874078dc4ba071c086 /scripts/live-bottom/25configure_init
parent6bfe95a7c93d84d0a2f9071bbe3809c173287402 (diff)
downloadlive-boot-e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5.tar.gz
live-boot-e5ed5f84c8dff7855284b6d37f14da6a2e85f1c5.zip
Removing ubuntu support.
Diffstat (limited to 'scripts/live-bottom/25configure_init')
-rwxr-xr-xscripts/live-bottom/25configure_init17
1 files changed, 0 insertions, 17 deletions
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}) > /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