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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
- 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
If udev-rule-generator-net is installed on the system, add the interface
naming rules from this package to the initrd. If not, add the standard
udev rules.
When unpacking squash into multiple partitions using unsquashfs,
hardlinks are not converted to files and an unpacking error occurs.
See also: https://bugzilla.altlinux.org/45329
installer-distro-altlinux-desktop does not develop and there is no
desire to support it. It will also allow to check the
alt-workstation profile on regulars, additional testing.
This feature complements the live image of the second stage with installation
image-specific settings and scripted hooks.
It is recommended to connect using +live-installer to ensure that a typical set
of installer-related features is included.
Unlike the install2 feature, a separate image of the second stage of 'altinst'
is not built, but the live image is supplemented with installer packages in
order to reduce the total volume of the iso image.
Installation consists of two stages:
1. The live image is unpacked, as in livecd-install
2. Install additional packages BASE_PACKAGES and package groups THE_GROUPS as in install2.
Unlike install2, only those packages that are not in the live image are placed in the main repository. This is how the size of the iso image is reduced.
- 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