diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-10-22 00:24:55 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-10-22 00:31:06 +0200 |
commit | a61d083034bc8a47a54bcc29f007643e374b8376 (patch) | |
tree | 76f0ded2a9795af551968f2e000d9619e910c9b4 /files/device_table-slugos.txt | |
parent | 243600420c28acd7ef4b2dfc46862f9151972657 (diff) |
device_table(s): fix the 'count' field in device_tables. Line up to the new 'count' field semantics in makedevs, it now means "number of device nodes to create" opposed to the old meaning "number of device nodes to create as if the 'start' field was 0".
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Diffstat (limited to 'files/device_table-slugos.txt')
-rw-r--r-- | files/device_table-slugos.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/files/device_table-slugos.txt b/files/device_table-slugos.txt index 17e8064b97..94b3c499f7 100644 --- a/files/device_table-slugos.txt +++ b/files/device_table-slugos.txt @@ -20,19 +20,19 @@ /dev/ram b 644 0 0 1 0 0 1 4 /dev/random c 644 0 0 1 8 - - - /dev/sda b 664 0 0 8 0 - - - -/dev/sda b 664 0 0 8 1 1 1 10 +/dev/sda b 664 0 0 8 1 1 1 9 /dev/sdb b 664 0 0 8 16 - - - -/dev/sdb b 664 0 0 8 17 1 1 5 +/dev/sdb b 664 0 0 8 17 1 1 4 /dev/sdc b 664 0 0 8 32 - - - -/dev/sdc b 664 0 0 8 33 1 1 5 +/dev/sdc b 664 0 0 8 33 1 1 4 /dev/sdd b 664 0 0 8 48 - - - -/dev/sdd b 664 0 0 8 49 1 1 5 +/dev/sdd b 664 0 0 8 49 1 1 4 /dev/sde b 664 0 0 8 64 - - - -/dev/sde b 664 0 0 8 65 1 1 5 +/dev/sde b 664 0 0 8 65 1 1 4 /dev/sdf b 664 0 0 8 80 - - - -/dev/sdf b 664 0 0 8 81 1 1 5 +/dev/sdf b 664 0 0 8 81 1 1 4 /dev/sdg b 664 0 0 8 96 - - - -/dev/sdg b 664 0 0 8 97 1 1 5 +/dev/sdg b 664 0 0 8 97 1 1 4 /dev/tty c 666 0 0 5 0 - - - /dev/tty c 644 0 0 4 0 0 1 10 /dev/ttyS c 644 0 0 4 64 0 1 2 |