Remove obsolete login.live and eject_cd.sh
This commit is contained in:
parent
64a85d4455
commit
a80aac26f7
2
Makefile
2
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)
|
||||
|
@ -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
|
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
echo
|
||||
echo $"Press ENTER to login"
|
||||
echo
|
||||
read
|
||||
/bin/login $@
|
Loading…
Reference in New Issue
Block a user