File: README.Debian

package info (click to toggle)
dumputils 1.0.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 184 kB
  • ctags: 175
  • sloc: ansic: 2,403; makefile: 133; sh: 88
file content (13 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13

dumputils
---------

You will need to manually create the proper device files for dumputils to work, until
the Debian MAKEDEV supports the dump device target. Please do the following after installing
dumputils:

1. If you are running a 2.6 kernel then create the character special /dev/dump (if it does not exist)
   by running /bin/mknod /dev/dump c 10 230

2. If you are running a 2.4 kernel, then create the character special /dev/dump (if it does not exist)
   by running /bin/mknod /dev/dump c 227 0