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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
...so that it's discoverable to those curious to look into
package group list during installation; yes, it is pulled in
by mkimage, the sole purpose of this commit is advertising it. :)
alterator-users <= 10.12 and autologin-sh-functions <= 0.2.9
do not support proper multiseat autologin setup; let's at least
ask them to not confuse those installing multiseat systems with
"autologin" checkbox that will just break it (presuming single-
seat setup).
Partially reverts commit e8f6335734
which has added an overlooked second `include targets.mk' which
began spamming build.log immediately:
/usr/share/mkimage/targets.mk:23: warning:
overriding recipe for target `__profile_internal_rule'
/usr/share/mkimage/targets.mk:23: warning:
ignoring old recipe for target `__profile_internal_rule'
*sigh*
- education: added commits skipped when rebase was done
- wireless: added rtl8812au driver
- partially added commits from the kworkstation
- added e2k patches (mike@)
- tar2fs: set UUID in extlinux.conf, if exist
- vm.mk: simplified conditions for choosing a bootloader depending on arch
- added a couple of commits (obirvalger@)
- added commits for mipsel support (iv@)
- added the ability to override fonts (needed kworkstation)
- added target use/live/no-cleanup which is needed to disable cleanup
documentation and rpmdb; is needed for live kworkstation without
livecd-install
- fixed adding empty variable in "use/efi"
- don't cleanup dri modules from install2 (needed for support glamore)
- metadata/lib/50-metadata.mk: space-prefixed strings handling fixed (boyarsh@)
It is customary to set a variable without the GLOBAL_ prefix. It
is added to the name when exporting.
I made by analogy use/cleanup/live-no-cleanup-docs.
Since both targets have long names and are needed together,
i made use/live/no-cleanup.
Use target use/live/no-cleanup should be used instead of:
@$(call set, GLOBAL_LIVE_NO_CLEANUPDB, yes)