1. 10 Apr, 2023 1 commit
  2. 09 Apr, 2023 1 commit
  3. 04 Apr, 2023 1 commit
  4. 29 Mar, 2023 1 commit
    • Anton Midyukov's avatar
      install2: cleanup udev/rules.d/64-md-raid-assembly.rules · dbaa2f94
      Anton Midyukov authored
      evms fails to stop a RAID if a RAID is removed and a new one
      is created in its place. The problem appeared after we added
      mdadm to altinst.
      Reported by mcpain@
      NOTE: The problem is not observed in live. Either something is
      removed from altinst, or something is not installed.
      dbaa2f94
  5. 27 Mar, 2023 2 commits
    • Anton Midyukov's avatar
      live-install: set xterm as alternative to xvt · 2451a17c
      Anton Midyukov authored
      x11vnc doesn't work when xvt calls a terminal other than xterm.
      This is a regression in xinit. Does not work any more:
      
        xinit <command>
      
      Only:
      
        xinit -e <command>
      
      But they are not going to fix it.
      See also: https://bugzilla.altlinux.org/45574
      2451a17c
    • Anton Midyukov's avatar
      alternatives: initial feature · 2f0cf575
      Anton Midyukov authored
      This feature allows you to set alternatives [1].
      For example, like this:
      
         @$(call add,ALTERNATIVES,/usr/bin/xvt:/usr/bin/xterm)
      
      Also, in the config itself, targets for setting alternatives may already
      be predefined. For example, use/alternatives/xvt/% allows you to specify
      arbitrary alternatives for xvt:
      use/alternatives/xvt/xterm, use/alternatives/xvt/mate-terminal, etc.
      However, an alternative must be available.
      
      1. https://www.altlinux.org/Alternatives
      2f0cf575
  6. 26 Mar, 2023 4 commits
  7. 24 Mar, 2023 2 commits
  8. 22 Mar, 2023 1 commit
  9. 21 Mar, 2023 2 commits
  10. 18 Mar, 2023 2 commits
  11. 17 Mar, 2023 2 commits
  12. 13 Mar, 2023 2 commits
  13. 10 Mar, 2023 4 commits
  14. 05 Mar, 2023 1 commit
  15. 01 Mar, 2023 2 commits
  16. 27 Feb, 2023 12 commits