2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Fix rcons boot output

Boot process was not shown via rcons with strict permissions
This commit is contained in:
Markus Hilger 2020-01-20 00:54:30 +01:00
parent b26e6bcb7b
commit bc18c25cd2

View File

@ -275,7 +275,7 @@ unless ($onlyinitrd) {
for (my $i = 0 ; $i <= 12 ; $i++)
{
unless (-e "$rootimg_dir/dev/tty$i") {
system "mknod -m 0620 $rootimg_dir/dev/tty$i c 4 $i"; #that's neccessary for SLES11+
system "mknod $rootimg_dir/dev/tty$i c 4 $i"; #that's neccessary for SLES11+
}
}