IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
- image.in/Makefile: fix show out image size
- distro.mk: fix VOL_SET when is empty (fixed typo)
- x11, mixim.mk: replace pulseaudio with pipewire
- x11: enable dm.service as a fallback and other improvements
- regular-vm.mk: increaze size vm image (desktops to 8 GiB, jeos to 4 GiB)
- deflogin: add missing groups (video, camera, cdrom, floppy)
- alternatives: add x-terminal-emulator
- regular.mk, regular-vm.mk: set KFLAVOUR=un-def for BRANCH=p10 on
x86_64, aarch64
- regular-server: drop php8.0 group
- e2k fixes from mike@
- alt-server: latest commits from jqt4@
- kworkstation: latest commits from zerg@
- install2: do not remove library without dependencies
- sub.in: run 'dconf update' for rootfs, if available
- hdt: refactoring 10-hdt-img
- stage1: Continue building when BOOTLOADER is not set and
IMAGE_PACKTYPE=isodata
- lib/boot.mk: do not define BOOTLOADER type for e2k
- tar2fs, e2k: replace creating boot.conf from tar2fs to feature e2k
- Drop refind and elilo support everything
- lib/boot.mk: change BOOTLOADER=grubpcboot on i586, x86_64
- vm.mk: use grub for sysvinit targets
- memtest, grub: add EFI support
- efi, grub: use/efi/shell is now compatible with grub and doesn't
use mki-efiboot
- tar2fs: do not install grub to /EFI/altlinux, install prebuilt grub
image always
- bootloader: deprecate a lilo
- lists/grub: update architectures supported of grub-efi
- init: replace udev-rule-generator to udevd-final
- regular-vm.mk: remove guest addition for vmware and virtualbox
- base+rescue: Add mdmon for IMSM (thanks jqt4)
- initrd-bootchain: update for new make-initrd-bootchain
- initrd-bootchain: save more reproducible command in mkinitrd
- initrd-propagator: save more reproducible command in mkinitrd
- grub: clean 'showopts' from boot args
- remove rescue+backup package list
- remove desktop+lxqt+extra package list
- mixin.mk: clean extra package from cinnamon
- cleanup: fix conditions in 90-cleanup-live-pkgs
- x11: remove lightdm-qt-greeter, lightdm-lxqt-greeter
- x11: add use/x11/lightdm/autologin (lightdm-autologin-greeter)
- deflogin: set default session for lightdm autologin-session
- tar2fs: install grub-efi to EFI/altlinux also (--no-nvram) (See: 41959)
- tar2fs: install grub-pc for x86_64 with UEFI
- Initial loongarch64 support
- stage2: add kernel/fs/smb path to 50-stage2-net-cifs (Closes: 46980)
- set GLOBAL_HSH_PROC=1 in lib/profile.mk
- phone.mk: many changes
- phone.mk: many changes, add waydroid support
- sound: use wireplumber for pipewire on branch also
- tar2fs: create /boot partition with ext4, if extlinux.conf and '/' is not ext4
- tar2fs, build-vm: add VM_BOOTSIZE for change size /boot partition
- stage2: add f2fs support to 50-stage2-fs kernel modules list
- x11: reduce gnome3
- rename targets *-gnome3 -> *-gnome
- remove eepm, aptitude from regular-*
- workstation-cloud: Add missing repo feature (thanks obirvalger@)
- QUICKSTART: add link to online documentation
- l10n: fix setup language without alterator-sysconfig
- tty: cleanup quiet from cmdline (extlinux, grub)
- install2: remove target use/install2/cleanup/crypto
- regular.mk: add btrfs support for jeos-full (Closes: 46212)
- grub: add missing info messages about bootloading of kernel, initrd and other
- stage2: save cpe from /etc/os-release to .disk/cpe (Closes: 46271)
- reports: DEBUG must be enabled, CHECK must be disabled
- reports.mk: allow read access to the report to everyone
- plymouth: add kernel cmdline parameter 'loglevel=3' after 'quiet'
- base+regular: add apt-https
- plymouth: add feature plymouth to initrd.mk for rootfs
- Add latests commits from zerg@ and cas@
- browser: use firefox-esr on i586 (firefox is not available)
- install2: add lvm2, cryptsetup to use/install2/full
- live.mk: add language selection menu to grub-net-install again
- services: fix DEFAULT_SYSTEMD_USER_SERVICES_{DISABLE,ENABLE} support
- Initial feature live-install
- regular.mk: installation from live image by classic installer
- grub: add submenu for install live over network
- stage2: add option '--no-hardliks' to mksquashfs (Closes: 45329)
- initrd-{bootchain,propagator}: save initrd.mk, make-initrd to .disk/
- stage2,initrd-*: fix adding udev rules for named network interfaces
- mediacheck: check available implantisomd5 command
- install2: add mdadm to altinst
- features.in: drop armh-skit
- Include README of features to documentation; fix syntax & links in them
- wireless: removed crda, added firmware-wireless-regdb for all arch
(thanks iv@)
- update package lists for riscv64 support (thanks iv@)
- init: drop stage2/image-scripts.d/91-systemd
- features.in: replace 50-bootargs script from bootloader to build-vm
- plymouth: drop use/plymouth/vm, cleanup
- stage2: drop 90-cleanup-drm script
- stage2: drop 50-udev script
- desktop+live: drop installer-feature-runlevel5-stage3
- live: do'nt mkdir /live.hooks
- x11-autologin: do nothing, if user altlinux does not exist
- init: drop live/image-scripts.d/50-var-run-fix (fix clash with rootfs script)
- init: not fix tmpfiles.d/*.conf
- efi: don't add refind, $$(EFI_SHELL), $$(EFI_BOOTLOADER) to rescue
- deflogin: create live user on first run
- dev: do not configure altlinux user in live (51-hasher)
- rescue: do'nt enable online repo
- grub, l10n: available only languages from $LOCALES in grub and installer
(Closes: 45290)
- workstation, server, server-v: add latest commits
- efi: fix condition for use/efi/dtb
- mixin.mk: exclude gnome3-regular metapackage from regular-gnome3 target
- syslinux: try SYSLINUX_UI to none
- initrd-bootchain: use method disk for local boot
- net-ssh: Use two-pass method to install an authorized key for root (thanks
manowar@)
- net: Allow to configure hostname via TARGET_HOSTNAME (thanks manowar@)
- Updating lists for riscv64 (thanks iv@)
- check conditions of make for equality of variables with an empty value
- Set variable BRANCH, if not defined or empty; show $BRANCH
- Add STDOUT option to output log to stdout
- reports.mk: archive report with REPORT=2
- profile.mk: do not cleanup BUILDDIR, which is a symlink
- use/dev: Fix: Enable hasher-privd by default (thanks manowar@)
- regular.mk: set KFLAVOUR un-def for jeos in Sisyphus
- regular.mk: add drm kernel moules + firmware to initrd for all
- regular.mk: net-install is available for alles BRANCH
- grub: drop $linux_suffix in *.cfg
- grub: add ip=dhcp to bootargs in 88netinstall.cfg
- sound: use wireplumber instead pipewire-media-session for pipewire in
Sisyphus (request by aris@)
- uboot: add u-boot-rpi3 to list
- image.in/functions.mk: protect the code from spontaneous execution
(Closes: 44561)
- regular.mk: add use/efi/dtb
- education: add latest commits (from cas@)
- workstation: add latest commits (from sem@)
- alt-server: add latest commits (from jqt4)
- slinux: Add pam_gnome-keyring (from jqt4)
- alt-workstation-cloud: Use NetworkManager (from obirvalger@)
- install2: Don't cleanup /lib/modules/*/kernel/arch (from jqt4@)
- alt-server: add commits from jqt4@
- kworkstation: add commitd from zerg@
- grub: drop kazakh language support
- efi: add workaround for p10 branch to fix booting from a flash drive
- grub: do not copy locale, if not used gfxterm
- grub: add nosplash for vnc install items
- base+rescue: add the required minimum applications for rescue
- firmware: add firmware-ast_dp501 to use/firmware/server
- Save rpm and srpm lists for chroots of subprofiles and main repo
- realtime.mk: add kernel-headers and devel packages for linuxcnc
- regular.mk: remove drm from jeos, enable nomodeset for jeos
- kworkstation: add commits from zerg@
- Add commits from zerg@ for kworkstation
- arm-rpi4: use/arm-rpi4/kernel available for aarch64 only
- regular-vm.mk: *-rpi targets available for aarch64 only
- Drop aarch64-tegra feature
- server (starterkit): drop php7, add php8.0, php8.1
- alt-server: drop un-def kernel from jqt4@
- alt-server, server-v: enable multipathd by default (from jqt4@, andy@)
- workstation: Use grubpcboot on i586 and x86_64 from sem@
- live.mk: update live-privacy.iso
- distributivs: update lists for support wine 7.13.1-alt1
- mixin-alt-server.mk: Add all kernel modules through MAIN_KMODULES
instead list
- browser: replace seamonkey with firefox-esr for not x86 platforms
- 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@)
- lib/profile.mk: install branding-$$(BRANDING)-release always after basesystem
- stage2: use propagator for c% BRANCH also
- install2, live: don't add priority base packages for these stage
- regular-vm.mk: replace blueberry to blueman for desktop regulars
- tar2fs: avoid losetup race (thanks mike@ and glebfm)
- kernel: drop std-pae kernel flavour
- stage2: add more modules to 50-stage2-net
- output errors Step 3 to BUILDLOG and on screen
- pkg.in/lists/Makefile: sort lists before copying
- regular.mk: drop feature robotics
- education: add latest commits from cas@
- education: mark task-edu-* as metapackages
- slinux, workstation: add latest commits from sem@
- education, slinux, workstation: add fixes for e2k from mike@
- vmguest: fix stage1/modules.d/50-vmguest
- sub.in/stage1: remove empty lines from kernel modules list
- drm: exclude ancient from full drm
- init: clear machine id (reported by obirvalger@)
- basealt.mk: specify network backend for netplan in alt-workstation-cloud
(thanks obirvalger@)
- regular-lxqt, regular-xfce: replace light-locker to xscreensaver
- initrd-bootchain: simplify the procedure for adding modules to initrd
- stage2: add Baikal M support to 50-stage2-usb list
- server-v: use crio instead of docker with k8s (thanks
obirvalger@altlinux.org)
- dev: fix owner:group for /home/altlinux/*
- dev: add apt.conf's and source.list's for supported BRANCHES
and ARCHES
- regular.mk: switch regular-builder on systemd, add regular-builder-sysv
- disable gpm.service for regular-builder
- add NetworkManager-tui to regular-builder
- grub: Add ability to override terminal from external grub.cfg on ESP
- init: do not add systemd-utils-standalone to use/init/sysv
(fix build target with sysvinit on p9)
- uboot: update list for riscv64
- alt-server.mk: switch to grub-efi for bootloading iso on x86_64 UEFI
- init: not copy os-release in live, rescue (more not needed)
- reports.mk: do not abort, if not available rpm cache
- regular.mk: add use/tty for all regulars
- repo: add the ability to select a repository mirror (default http/alt)
- repo: setup mirror in install script 99-online-repo.sh
- e2k: fix bootloading iso from CD/DVD
- regular-server-sysv: add use/power/acpi/button
- fix META_VOL_ID for Starterkits
- drop kernel-modules-igb, kernel-modules-e1000e (report by boyarsh@)
- drop opensc, pccs-lite-openct package from base+smartcard,
workstation/smartcard lists (report by klark@)
- made feature volumes available only for distro targets
- slinux 10.0 (thanks sem@, jqt4@, iv@)
- education.mk: drop targets rootfs for not supported platforms
- add +vmguest feature for vm/alt-education, vm/alt-workstation,
vm/slinux and vm desktop regulars
- apt-conf: replace IMAGE_INIT_LIST to PINNED_PACKAGES
- vmguest: update vmguest modules list for support Hyper-v gen2