diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-10-04 08:43:54 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | aaef53af49f57c7feccb7ed2eb4297e730d0e7a6 (patch) | |
| tree | 128582e574d2a8e580cc424afd1179ea46b14b1f /scripts/live-bottom/25configure_init | |
| parent | 7a89bfb777121ee55d870ffe605c6f553d26a7c9 (diff) | |
| download | live-boot-aaef53af49f57c7feccb7ed2eb4297e730d0e7a6.tar.gz live-boot-aaef53af49f57c7feccb7ed2eb4297e730d0e7a6.zip | |
Merging casper 1.107.
Diffstat (limited to 'scripts/live-bottom/25configure_init')
| -rwxr-xr-x | scripts/live-bottom/25configure_init | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/live-bottom/25configure_init b/scripts/live-bottom/25configure_init index b2a191c..bec5608 100755 --- a/scripts/live-bottom/25configure_init +++ b/scripts/live-bottom/25configure_init @@ -89,8 +89,11 @@ then 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]??gdm - rm -f /root/etc/rc?.d/[SK]??kdm + rm -f /root/etc/rc?.d/[SK]??[gkx]dm + ;; + + textonly) + rm -f /root/etc/rc?.d/[SK]??[gkx]dm ;; esac done |
