1. 27 Jan, 2025 17 commits
  2. 26 Jan, 2025 8 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
    • Anton Midyukov's avatar
      cleanup: do not cleanup locales in live · d359efb0
      Anton Midyukov authored
      1. The default locale for root is now C.UTF-8 (/root/.i18n)
      2. When connecting via ssh, the locale is the one in the system we are
      connecting from.
      
      That's why we need locales.
      d359efb0
    • Anton Midyukov's avatar
      cleanup: run 'apt-get autoremove -y' after remove packages · 8bb0831c
      Anton Midyukov authored
      Before mkimage 0.3.6 this did not make sense, all packages were
      considered manually installed. This is no longer the case, and
      it makes sense to remove packages installed by dependencies.
      8bb0831c
    • Anton Midyukov's avatar
      regular.mk: add glibc-locales for jeos-sysv also · 0355eae8
      Anton Midyukov authored
      1. The default locale is now C.UTF-8 (/root/.i18n)
      2. When connecting via ssh, the locale is the one in the system we are
      connecting from.
      
      That's why we need locales.
      0355eae8
    • Anton Midyukov's avatar
      live-install: add missed alterator-wizardface · 67165fff
      Anton Midyukov authored
      Required to run alteratord in /mnt/destination.
      Will be removed after installation.
      67165fff
  3. 25 Jan, 2025 9 commits
  4. 17 Jan, 2025 1 commit
  5. 15 Jan, 2025 5 commits