From 6df8e159f5f67426f5816e76bf36bb8cd4766292 Mon Sep 17 00:00:00 2001
From: Richard Purdie <rpurdie@rpsys.net>
Date: Wed, 22 Aug 2007 15:14:09 +0000
Subject: device_tables: Remove bogus /bin/ entries (never did anything, recent
 makedevs fixes showed up the problem though). Also create /dev directory
 before populating

---
 files/device_table-jlime.txt   |  6 ++----
 files/device_table-minimal.txt | 10 ++++------
 files/device_table-slugos.txt  |  1 +
 files/device_table-unslung.txt |  1 -
 4 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/files/device_table-jlime.txt b/files/device_table-jlime.txt
index 6c5d53d18e..d8fbc8e26a 100644
--- a/files/device_table-jlime.txt
+++ b/files/device_table-jlime.txt
@@ -1,4 +1,5 @@
-/dev/initctl	p	600	0	0	-	-	-	-
+/dev		d	755	0	0	-	-	-	-	-
+/dev/initctl	p	600	0	0	-	-	-	-       -
 /dev/dsp        c       644     0       0       14      3       -       -       - 
 /dev/apm_bios	c	660	0	46	10	134	-	-	-
 /dev/fb0	c	600	0	0	29	0	-	-	-
@@ -18,6 +19,3 @@
 /dev/console	c	662	0	5	5	1	-	-
 /dev/urandom    c       644     0       0       1       9       -       -       -
 /dev/random     c       644     0       0       1       8       -       -       -
-/bin/tinylogin	f	4755	0	0	-	-	-	-
-/bin/mount	f	4755	0	0	-	-	-	-
-/bin/umount	f	4755	0	0	-	-	-	-
diff --git a/files/device_table-minimal.txt b/files/device_table-minimal.txt
index 04fcc413a2..495b5d5635 100644
--- a/files/device_table-minimal.txt
+++ b/files/device_table-minimal.txt
@@ -8,7 +8,8 @@
 #    b	Block special device file
 #    p	Fifo (named pipe)
 
-/dev/initctl	p	600	0	0	-	-	-	-
+/dev		d	755	0	0	-	-	-	-	-
+/dev/initctl	p	600	0	0	-	-	-	-	-
 /dev/apm_bios	c	660	0	46	10	134	-	-	-
 /dev/fb0	c	600	0	0	29	0	-	-	-
 /dev/hda	b	660	0	6	3	0	-	-	-
@@ -21,12 +22,9 @@
 /dev/tty	c	666	0	5	4	0	0	1	9
 /dev/ttyS	c	640	0	5	4	64	0	1	1
 /dev/ttySA	c	640	0	5	204	5	0	1	1
-/dev/zero	c	644	0	0	1	5	-	-
+/dev/zero	c	644	0	0	1	5	-	-	-
 /dev/mtd	c	660	0	6	90	0	0	2	8
 /dev/mtdblock	b	640	0	0	31	0	0	1	8
-/dev/console	c	662	0	5	5	1	-	-
-/bin/tinylogin	f	4755	0	0	-	-	-	-
-/bin/mount	f	4755	0	0	-	-	-	-
-/bin/umount	f	4755	0	0	-	-	-	-
+/dev/console	c	662	0	5	5	1	-	-	-
 /dev/random	c	644	0	0	1	8	-	-	-
 /dev/urandom	c	644	0	0	1	9	-	-	-
diff --git a/files/device_table-slugos.txt b/files/device_table-slugos.txt
index 185d70f6ea..17e8064b97 100644
--- a/files/device_table-slugos.txt
+++ b/files/device_table-slugos.txt
@@ -8,6 +8,7 @@
 #	c	Character special device file
 #	b	Block special device file
 #	p	Fifo (named pipe)
+/dev		d	755	0	0	-	-	-	-	-
 /dev/buzzer	c	660	0	0	13	64	-	-	-
 /dev/console	c	622	0	0	5	1	-	-	-
 /dev/kmem	c	640	0	0	1	2	-	-	-
diff --git a/files/device_table-unslung.txt b/files/device_table-unslung.txt
index ef81494ee4..cd5d5f7bc5 100644
--- a/files/device_table-unslung.txt
+++ b/files/device_table-unslung.txt
@@ -49,4 +49,3 @@
 /dev/urandom	c	644	0	0	1	9	-	-	-
 /dev/video	c	664	0	0	81	0	0	1	4
 /dev/zero	c	666	0	0	1	5	-	-	-
-/bin/tinylogin	f	6755	0	0	-	-	-	-	-
-- 
cgit v1.2.3