1. 14 Jul, 2022 35 commits
  2. 12 Jul, 2022 1 commit
  3. 11 Jul, 2022 4 commits
    • Anton Midyukov's avatar
      gear-store-tags · 9456dbd3
      Anton Midyukov authored
      9456dbd3
    • Anton Midyukov's avatar
      1.4.31-alt1 · fd77b998
      Anton Midyukov authored
      - arm-rpi4: add disabled option 'max_framebuffers=2' to config.txt
      - init: add startup to use/init
      - grub: add lowmem for nfs, samba methods to 88netinstall.cfg
      - kernel: add the same modules to initrd for riscv64 as for aarch64
      - regular-builder: add qemu support for non-ix86 platforms
      - dev: add systemd-settings-disable-kill-user-processes to
        builder/live/systemd
      - stage2: add copy devicetree in 95-copy-kernel, if $GLOBAL_COPY_DTB
        is set
      - efi: add use/efi/dtb for copy devicetree for default kernel to ESP
        partition
      - efi: not require EFI_FB kernel config support
      - office: fix for riscv64, add abiword, gnumeric
      - browser: made chromium available for x86_64, aarch64 only
      - slinux 10.1 (thanks sem@)
      - slinux: builded iso on riscv64
      - slinux: enhancement for e2k (thanks mike@)
      - fix lists for wine >= 7.6
      - education: switch to use/browser/chromium
      - alt-server: add latests commits (thanks jqt4@)
      - alt-workstation: add latests commits (thanks sem@)
      fd77b998
    • Dmitriy Terekhin's avatar
      mixin-alt-server.mk: keep smb.conf default · 1e7c6ed4
      Dmitriy Terekhin authored
      The installer-feature-network-shares-stage3 package replaces the /etc/samba/smb.conf file
      The generated file contains the setting:
      
      passdb backend = ldapsam:ldap://127.0.0.1/
      
      But the slapd service on the node is disabled.
      As a result, an error occurs:
      
      fetch_ldap_pw: neither ldap secret retrieved!
      pdb_init_ldapsam_common: Failed to retrieve LDAP password from secrets.tdb
      pdb backend ldapsam:ldap://127.0.0.1/ did not correctly init (error was NT_STATUS_NO_MEMORY)
      1e7c6ed4
    • Dmitriy Terekhin's avatar
      alt-server: now use own volumes-profile · f030a105
      Dmitriy Terekhin authored
      f030a105