• Anton Midyukov's avatar
    stage2: create directory /root/.kbd · 23621f5e
    Anton Midyukov authored
    When logging in, the script /etc/profile.d/console.sh is executed,
    which run /usr/share/console-scripts/vt_activate_unicode.
    Which in turn run /bin/unicode_start.
    The directory /root/.kbd is created in /bin/unicode_start.
    There is a race between tty2 and tty3, who will create the directory
    /root/.kbd faster.
    
    Solution:
    Create the directory /root/.kbd in advance during building, so that
    the unicode_start script does not stumble when running in parallel.
    
    Link: https://bugzilla.altlinux.org/53223
    23621f5e
Name
Last commit
Last update
..
files Loading commit data...
image-patches.d Loading commit data...
image-scripts.d Loading commit data...
lib Loading commit data...
scripts.d Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README Loading commit data...