From 80108725af940dcc7e0818ed3fbc67fe5419a527 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 9 Jun 2010 15:08:33 +0200 Subject: Removing serialtty bottom script. --- scripts/live-bottom/22serialtty | 52 ----------------------------------------- 1 file changed, 52 deletions(-) delete mode 100755 scripts/live-bottom/22serialtty (limited to 'scripts') diff --git a/scripts/live-bottom/22serialtty b/scripts/live-bottom/22serialtty deleted file mode 100755 index ee9ddb1..0000000 --- a/scripts/live-bottom/22serialtty +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/sh - -#set -e - -# initramfs-tools header - -PREREQ="" - -prereqs() -{ - echo "${PREREQ}" -} - -case "${1}" in - prereqs) - prereqs - exit 0 - ;; -esac - -# live-boot header - -# this bottom script currently only works with upstart -if [ ! -d /root/etc/init ] -then - exit 0 -fi - -. /scripts/live-functions - -# live-boot script - -for ARGUMENT in $(cat /proc/cmdline) -do - case ${ARGUMENT} in - serialtty=*) - tty="${ARGUMENT#serialtty=}" - - log_begin_msg "Setting up a serial tty..." - -cat > /root/etc/init/${tty}.conf <