• 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
..
main Loading commit data...
rootfs Loading commit data...
stage1 Loading commit data...
stage2 Loading commit data...
Makefile Loading commit data...
README Loading commit data...