From a80aac26f7f75aa04c754302ae4c84bd8d9c54f2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 14 Mar 2015 17:19:48 +0100 Subject: [PATCH] Remove obsolete login.live and eject_cd.sh --- Makefile | 2 -- tools/eject_cd.sh | 11 ----------- tools/login.live | 6 ------ 3 files changed, 19 deletions(-) delete mode 100755 tools/eject_cd.sh delete mode 100755 tools/login.live diff --git a/Makefile b/Makefile index d6b2f21..76bef5e 100644 --- a/Makefile +++ b/Makefile @@ -69,8 +69,6 @@ install-icons: done install: install-dirs install-locales install-icons - $(INSTALL_PROGRAM) tools/eject_cd.sh $(DESTDIR)$(sbindir) - $(INSTALL_PROGRAM) tools/login.live $(DESTDIR)$(sbindir) $(INSTALL_DATA) tools/autovt@.service $(DESTDIR)$(sysconfdir)/systemd/system/ $(INSTALL_PROGRAM) liveuser-sudoers $(DESTDIR)$(sysconfdir)/sudoers.d/liveuser $(INSTALL_DATA) openmamba-installer.desktop $(DESTDIR)$(SYSTEM_MENU_DIR) diff --git a/tools/eject_cd.sh b/tools/eject_cd.sh deleted file mode 100755 index 3354d40..0000000 --- a/tools/eject_cd.sh +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh -# -# eject_cd.sh - openmamba livecd eject CD and halt/reboot script -# -# Copyright (c) 2003-2013 by Silvan Calarco -# Copyright (c) 2003-2004 by Davide Madrisan - -# FIXME: support SCSI cdroms -CDROMDEV=`cat /etc/mtab | sed -n '/ \/cdrom /{h;s/ .*//p}'` -# eject live CDROM -eject -m $CDROMDEV diff --git a/tools/login.live b/tools/login.live deleted file mode 100755 index ac6e42a..0000000 --- a/tools/login.live +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -echo -echo $"Press ENTER to login" -echo -read -/bin/login $@