Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=06f4a0d0a771293b7f6562bed71d514d23e36beb

commit 06f4a0d0a771293b7f6562bed71d514d23e36beb
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Fri Mar 28 15:34:28 2008 +0100

add /dev/tty{4,5} manually for log/tetris

diff --git a/Makefile b/Makefile
index 84e6492..c546e3b 100644
--- a/Makefile
+++ b/Makefile
@@ -154,6 +154,8 @@ devices: compile
mknod -m 700 $(MDIR)/dev/tty1 c 4 1
mknod -m 700 $(MDIR)/dev/tty2 c 4 2
mknod -m 700 $(MDIR)/dev/tty3 c 4 3
+       mknod -m 700 $(MDIR)/dev/tty4 c 4 4
+       mknod -m 700 $(MDIR)/dev/tty5 c 4 5

# this target just updates the setup source itself and the initrd, suitable for 
qemu testing
initrd: install-setup
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to