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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Remove "Group policy managing tool" group
Add group "Group policies", which includes groups
"Administration tools", "Client", "Group policy templates"
Made at the request of Anton Abramov <abramovav@basealt.ru>
The un-def kernel should be added to the image
at Evgeny Sinelnikov's <sin@altlinux.org> request.
Together with the un-def kernel, its modules, documentation,
and the installer-feature-cleanup-kernel-stage3 package
were added to keep only one kernel selected by the user
during installation in the installed system.
Support for other languages is worse.
Language selection in GRUB is disabled.
Russian is selected by default.
See cоmmit a7ba5cbd3960a
This fix breaks the image build.
openntpd behaves inferior to both ntpd and chrony
regarding sync time when current time delta is large
(or huge, like in 1970-01-01 case).
Reported-by: Michael Shigorin <mike@altlinux.org>
Suggested-by: Anton Midyukov <antohami@altlinux.org>
...for good; it was deeply unneeded in the first place,
and a two-checkbox combo that would fall apart on non-
{X86,aarch64} resulting in an empty toplevel "System"
one sitting on the top of the installer's list is
a shame to be honest.
Let's put lsb-core into the base install as reasonably
proposed by antohami@ in the related bug as its deps
are pretty reasonable to me too.
See-also: http://bugzilla.altlinux.org/show_bug.cgi?id=42268#c4
See-also: http://lists.altlinux.org/pipermail/devel-distro/2022-October/002895.html
This reverts commit 1e7c6ed47f05ff932ceb5600449dc3847164d1ef.
Due to the removal of installer-feature-network-shares-stage3
the following setting is missing:
control rpcbind server
as a result of this, installation via NFS does not work.
This reverts commit ee9778ee8837abc3c5d8cfba29f9d9b3ca9edf66.
The un-def kernel should be removed
at Evgeny Sinelnikov's <sin@altlinux.org> request
Only one kernel will remain, there is no need to remove the rest
This reverts commit 97826c7c34ed3e7131996ae8eca3c5ac23b325f5.
In the make-initrd-2.27.1-alt1 version, it was possible to take
the name of the encrypted partition from /etc/crypttab.
As a result, it is no longer necessary to manually enter a password
for systemd-cryptsetup.
On the other hand, using the installer-feature-password-systemd-cryptsetup-stage3
package in the installer has the disadvantage that the user is required to re-enter
the encrypted partition password during the postinstall step.
Dropping installer-feature-password-systemd-cryptsetup-stage3 would fix this
at the cost of having to enter the password in the initrd.
See also:
https://bugzilla.altlinux.org/42987https://bugzilla.altlinux.org/43056https://bugzilla.altlinux.org/43080
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)
Аdd maximum kernel-modules packages for the kernels installed in the image.
When installing the system, some kernel modules with device drivers
will not be installed.
When the system administrator later installs additional modules with drivers,
they must be available in the local image repository,
because the network repository may already have a new kernel and new modules.
Added at the request of Evgeny Sinelnikov <sin@altlinux.org>
The choice of language for the installer in the GRUB menu
does not affect the language of the menu itself, which is strange.
Now Russian is selected without user prompt.
Default kernel is std-def.
The std-def kernel is more robust and supports older hardware.
The un-def kernel meets the "newer than 5.13" requirement
and supports newer hardware.