diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-26 05:43:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-26 05:43:35 +0000 |
commit | 9a718039a1c3b947534896318ec4500c60c5eb2f (patch) | |
tree | 39ab4e052d64fdf43f518b215cb5acfb798706c7 /perl-install/share | |
parent | 15459009833f8cb01fbb9b6fe00d1b65822d1e57 (diff) | |
download | drakx-9a718039a1c3b947534896318ec4500c60c5eb2f.tar drakx-9a718039a1c3b947534896318ec4500c60c5eb2f.tar.gz drakx-9a718039a1c3b947534896318ec4500c60c5eb2f.tar.bz2 drakx-9a718039a1c3b947534896318ec4500c60c5eb2f.tar.xz drakx-9a718039a1c3b947534896318ec4500c60c5eb2f.zip |
/dev/tty is needed to debug stage2
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/devices | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/share/devices b/perl-install/share/devices index dc314e28c..06f6d9fba 100644 --- a/perl-install/share/devices +++ b/perl-install/share/devices @@ -1,4 +1,5 @@ /dev/console c 5 1 +/dev/tty c 5 0 /dev/ttyS0 c 4 64 /dev/null c 1 3 /dev/mem c 1 1 |