Commit Graph

3925 Commits

Author SHA1 Message Date
Anton V. Boyarshinov
3d4ba22330 Rename all RPMs to canonical names before genbasedir 2020-10-26 16:54:20 +07:00
Anton Midyukov
f33644ed3b kernel: Set default kernel to std-def for armh 2020-10-26 16:54:20 +07:00
Anton Midyukov
c00f508b84 deflogin: Added SPECIAL_USER
Variable SPECIAL_USER must have the following format:
user:group:uid:gid:homedir:shell
Example:
@$(call set,SPEC_USER,user:user:500:500:/home/user:/bin/bash)
2020-10-26 16:53:29 +07:00
1d6f12bf59 storage/glusterfs: Drop version from GlusterFS packages 2020-10-20 23:43:20 +07:00
b3668d92ae virt/pve: Add ipset and xtables kernel modules 2020-10-20 23:42:40 +07:00
70095fd46d virt/pve: Add ZFS support 2020-10-20 23:41:49 +07:00
2ccf8eb718 virt/extra.pkgs: Cleanup un-def kernel modules 2020-10-20 23:41:29 +07:00
Anton Midyukov
791aadb7a7 desktop+gnustep: Add fonts-ttf-dejavu for unicode support 2020-10-20 23:40:14 +07:00
Anton Midyukov
7206814e17 desktop+gnustep: Fix build
See-also: http://webery.altlinux.org/task/219064
2020-10-19 23:56:16 +07:00
Ivan A. Melnikov
981971c240 mipsel-bfk3: Fix 40-fstab script
This bug was introduced in c310a1e999 and was
breaking bfk3 builds ever since.
2020-10-19 23:54:15 +07:00
506730991b virt/pve: Cleanup package list 2020-10-07 00:05:36 +07:00
Anton Midyukov
b91fe5a29f oem: Added use/oem/no-cleanup
This target disable cleanup install packages after finishing
alterator-setup.
2020-10-02 12:38:47 +07:00
81c21c7e2a server-v.mk: Added kubelet and kube-proxy to autostart 2020-10-02 12:29:51 +07:00
785aed2476 virt/extra.pkgs: Added etcd 2020-10-02 12:29:51 +07:00
40389514cd virt/extra.pkgs: Added docker-compose 2020-10-02 12:29:51 +07:00
1872c97f65 virt/kvm: Simplify package list 2020-10-02 12:29:51 +07:00
8ed24fac92 container/lxd: Drop cgmanager 2020-10-02 12:29:51 +07:00
52f11ed3e0 container/podman: Drop runc 2020-10-02 12:29:51 +07:00
ee7a4c3c4d server-v: update kubernetes package lists 2020-10-02 12:29:51 +07:00
65de6b2891 server-v/opennebula: update descriptions 2020-10-02 12:29:51 +07:00
acf5887e58 virt/extra.pkgs: Added corosync and pacemaker 2020-10-02 12:29:51 +07:00
4d18aa2096 container/docker: Delete docker-compose 2020-10-02 12:29:50 +07:00
Anton Midyukov
28400c239d security+extra: Drop chaosreader
Removed from Sisyphus.
See-also: http://git.altlinux.org/tasks/archive/done/_252/258876
2020-09-30 14:15:03 +07:00
Anton Midyukov
5c3b9db5b2 fonts: use/fonts/install2 must be set INSTALL2_FONTS but not SYSTEM_FONTS
So we added a separate target use/fonts/system.
Needed for kworkstation.
2020-09-29 22:21:46 +07:00
Anton Midyukov
93742be1ef mixin.mk: Drop firefox-gnome_shell_integration for gnome3
Firefox no longer supports preinstalling extensions.
2020-09-29 19:38:16 +07:00
Anton Midyukov
c087398aee fonts: Fix adding FONTS
use/fonts must be called every time you add something to the FONTS
variable.
2020-09-29 14:32:12 +07:00
Michael Shigorin
f1cc7f0c31 image.in: add include-once check
This is following mkimage's approach;
better late than never.
2020-09-26 23:08:21 +07:00
Michael Shigorin
9e2e5c0c1f image.in: no more functions for (dist)clean
`make clean' and `make distclean' use none of these,
no reason to spend extra forks, i/o and time.
2020-09-26 23:08:21 +07:00
Michael Shigorin
a10787e74c e2k: ru_RU by default
Not that it's exported anyways!
2020-09-26 17:39:33 +03:00
Michael Shigorin
0dc00a7622 e2k: add mirror-e2k-alt
This one is going to need adaptation for each private repo
but eventually should be gone in favour of sisyphus-mirror.
2020-09-26 17:39:32 +03:00
Michael Shigorin
57d0424332 centaurus/buildsystem: add hasher explicitly
...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. :)
2020-09-26 17:39:29 +03:00
Michael Shigorin
888a18f9ac x-e2k/x-autologin: avoid alterator-users autologin setup
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).
2020-09-26 17:39:28 +03:00
Michael Shigorin
f0c4971ed3 e2k: force stage1 kms setup
This one should ensure we can actually see propagator
(given dri/kms kernel drivers built as modules).
2020-09-26 17:39:26 +03:00
Michael Shigorin
5e0e2e4e3d e2k: add url to write script
...so that further reading is at least referred to
(the script gets into current ISO images).
2020-09-26 17:39:23 +03:00
Michael Shigorin
31f280c018 stage2: include targets.mk once
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*
2020-09-26 17:39:22 +03:00
Anton Midyukov
1c2bbbb769 gear-store-tags 2020-09-25 13:11:33 +07:00
Anton Midyukov
7295127cdf 1.4.3-alt1
- 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@)
2020-09-25 13:08:32 +07:00
Anton Midyukov
2d0ddf44d3 kworkstation.mk: Exclude rescue+x11+extra package list from LiveCD 2020-09-22 11:43:24 +07:00
Anton Midyukov
1ab2e3c86d rescue+x11{,+extra}: New package list rescue+x11+extra
The new list includes packages that zerg@ does not want to include
in its livecd.
2020-09-22 10:30:33 +07:00
Anton Midyukov
49e306b6af rescue: Not select pakage list with tag "x11" 2020-09-22 10:29:47 +07:00
Anton Midyukov
1aa359472c kworkstation.mk: Add use/live/no-cleanup
See-also: 018ea50518
2020-09-21 22:33:13 +07:00
Anton Midyukov
0b049d3a93 slinux: Add use/live/no-cleanup
See-also: 018ea50518
2020-09-21 22:33:13 +07:00
Anton Midyukov
864a03b005 mixin-basealt.mk: Add use/live/no-cleanup
See-also: 018ea50518
2020-09-21 22:33:13 +07:00
Anton Midyukov
80a8711661 education.mk: Add use/live/no-cleanup
See-also: 018ea50518
2020-09-21 22:33:13 +07:00
Anton Midyukov
018ea50518 cleanup, live: Added target use/live/no-cleanup (docs, rpmdb)
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)
2020-09-21 22:30:46 +07:00
Anton Midyukov
4520594a21 stage2: Added fuse.ko into 50-stage2-fs for ntfs support 2020-09-21 14:53:27 +07:00
Anton Midyukov
ea9994e6c1 fonts: Added variable FONTS
This will override the already defined fonts.
2020-09-21 14:44:33 +07:00
Anton Midyukov
a8b25b792e fonts: Added the ability to override SYSTEM_FONTS in use/fonts/install2 2020-09-21 14:44:33 +07:00
c25e039b61 kworkstation.mk: Added basesystem+alterator
Return alterator users, alterator-root and alterator-net-eth.
2020-09-21 14:44:33 +07:00
bbbe0b92aa kworkstation.mk: Cleanup grub-efi
grub-efi is added when BASE_BOOTLOADER=grub.
2020-09-21 14:44:33 +07:00