diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-13 08:34:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-13 08:34:50 +0000 |
commit | e79950d93af06b735b86548120dc60b2c5be6ee0 (patch) | |
tree | cd0d96ad02a9febbbf7b00071c84d89adf81fdc0 /perl-install/share/devices | |
parent | 29a2a329574efc2b945de3d9f2dc08803c6dafd9 (diff) | |
download | drakx-e79950d93af06b735b86548120dc60b2c5be6ee0.tar drakx-e79950d93af06b735b86548120dc60b2c5be6ee0.tar.gz drakx-e79950d93af06b735b86548120dc60b2c5be6ee0.tar.bz2 drakx-e79950d93af06b735b86548120dc60b2c5be6ee0.tar.xz drakx-e79950d93af06b735b86548120dc60b2c5be6ee0.zip |
instead of keeping stage1 (mostly as temporary space but with a fixed size, and for the background init),
exit the stage1 giving hand to stage2 in a tmpfs (same as what was done for Mandrakemove)
Diffstat (limited to 'perl-install/share/devices')
-rw-r--r-- | perl-install/share/devices | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/perl-install/share/devices b/perl-install/share/devices new file mode 100644 index 000000000..844070b2e --- /dev/null +++ b/perl-install/share/devices @@ -0,0 +1,18 @@ +/dev/console c 5 1 +/dev/ttyS0 c 4 64 +/dev/null c1 3 +/dev/mem c 1 1 +/dev/tty0 c 4 0 +/dev/tty1 c 4 1 +/dev/tty2 c 4 2 +/dev/tty3 c 4 3 +/dev/tty4 c 4 4 +/dev/tty5 c 4 5 +/dev/tty6 c 4 6 +/dev/tty7 c 4 7 +/dev/tty8 c 4 8 +/dev/fb0 c 29 0 +/dev/loop3 b 7 3 +/dev/ram3 b 1 3 +/dev/fd0 b 2 0 +/dev/ram b 1 1 |