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