Only create symlink if /dev/ttyv0 exists.
PR: misc/39381 Submitted by: Dirk-Willem van Gulik <dirkx@covalent.net>
This commit is contained in:
parent
eebf98659e
commit
02010b74b4
@ -36,4 +36,6 @@ fi
|
||||
|
||||
# Setup DEVFS, ie permissions, links etc.
|
||||
#
|
||||
ln -fs /dev/ttyv0 /dev/vga
|
||||
if [ -c /dev/ttyv0 ]; then
|
||||
ln -fs /dev/ttyv0 /dev/vga
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user