Remove obsolete login.live and eject_cd.sh

This commit is contained in:
Silvan Calarco 2015-03-14 17:19:48 +01:00
parent 64a85d4455
commit a80aac26f7
3 changed files with 0 additions and 19 deletions

View File

@ -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)

View File

@ -1,11 +0,0 @@
#! /bin/sh
#
# eject_cd.sh - openmamba livecd eject CD and halt/reboot script
#
# Copyright (c) 2003-2013 by Silvan Calarco <silvan.calarco@qilinux.it>
# Copyright (c) 2003-2004 by Davide Madrisan <davide.madrisan@qilinux.it>
# FIXME: support SCSI cdroms
CDROMDEV=`cat /etc/mtab | sed -n '/ \/cdrom /{h;s/ .*//p}'`
# eject live CDROM
eject -m $CDROMDEV

View File

@ -1,6 +0,0 @@
#!/bin/bash
echo
echo $"Press ENTER to login"
echo
read
/bin/login $@