1. 28 Jan, 2025 4 commits
  2. 27 Jan, 2025 32 commits
  3. 26 Jan, 2025 4 commits
    • Anton Midyukov's avatar
      main+builder: remove list · 4c0a83ba
      Anton Midyukov authored
      Very weird list.
      propagator is removed and the rest seems unnecessary as it is very
      basic.
      4c0a83ba
    • Anton Midyukov's avatar
      545e86c6
    • Anton Midyukov's avatar
      regular.mk: refactor regular-server · b6d1839e
      Anton Midyukov authored
      We use jeos as a basis, since it is now a good base based on live
      with installer.
      b6d1839e
    • Anton Midyukov's avatar
      regular.mk: refactor regular-jeos · 8ab050f8
      Anton Midyukov authored
      Now these are live images instead of altinst, which have almost
      nothing cut out. It is possible to use the rw-mode of live, which
      can be useful for experiments and debugging the installer.
      Added firmware-linux both to live and to the installed system to
      expand the range of platforms on which the system can be installed.
      Added the drm module to the installed system so that it is possible
      most video cards support.
      Now the installer can be connected via vnc.
      A standard set of installer steps is used, as in other regular.
      Such jeos images can be used as a base for both a desktop and a
      server. This is exactly what users expect from jeos, but it was so
      cut that it could not be installed on real hardware. This has now
      been fixed.
      8ab050f8