Commit Graph

1261 Commits

Author SHA1 Message Date
Ivan A. Melnikov
54b94caad6 main.mk, p9.mk, regular-vm.mk: Board name should be a suffix of image name
This is consistent with other architectures.
2020-09-18 12:45:09 +07:00
Anton Midyukov
f743df54f3 regular-vm.mk: Change use/bootloader/uboot for riscv64 2020-09-18 12:45:09 +07:00
Mikhail Gordeev
60054e9f3d vm/cloud-systemd: add guest spice support 2020-09-18 12:45:09 +07:00
Anton Midyukov
30af48c871 vm.mk: Simplified conditions for choosing a bootloader depending on arch 2020-09-18 12:45:09 +07:00
Michael Shigorin
984aded5dd mixin.mk: drop notes on e2k yet again
Still have to refer to MCST instead at the moment....
2020-09-07 20:25:55 +03:00
Michael Shigorin
338f8db64d regular.mk: adapted for e2k
As discussed while tweaking power feature, e2k's powerbutton
handling scheme differs slightly at the moment so it does
need some special handling.

No need to toss firmware-linux around if it's not there though.
2020-09-07 20:25:50 +03:00
Michael Shigorin
43433e2518 regular.mk: use/kernel/latest
...instead of hardwiring un-def; this should help building
starterkits for secondary arches.
2020-09-07 20:25:45 +03:00
Michael Shigorin
14538502b2 mixin-basealt.mk: install vaapi by default
MAIN_LISTS resulted in packages being available on the media
but having on effect on the actual user systems...
2020-09-07 20:22:18 +03:00
Michael Shigorin
7d48ee9847 alt-server.mk: add +power +net-eth on e2k
These would have been lost as compared to 9.0 release otherwise,
and e2k's power button handling differs slightly so acpid is a must.
2020-09-07 20:22:14 +03:00
Michael Shigorin
1aec6cee40 alt-server.mk: put the horse before the tug
There was something wrong about that order of additives
and the base configuration; let's make it straight,
putting the foundation first and architecture-dependent
additions on top of it.

Note that double-colon syntax is specifically allowing
for multiple rules adding up their recipes (and prereqs),
but all of those rules must be specified as double-colon
(this was violated in the previous state of alt-server.mk).

See-also: http://www.gnu.org/software/make/manual/make.html#Double_002dColon
Fixes: 33436b6b1b
Fixes: c06f87539d
2020-08-31 19:30:25 +03:00
Michael Shigorin
4d3f64818d basealt.mk: generalize e2k machine support
Finalize the move to shared multiseat support on e2k
following education.mk; should have been done properly
in the first place but I couldn't manage that for 9.0,
let's at least fix this now.
2020-08-31 14:34:11 +03:00
Michael Shigorin
2ab3cffe6c education.mk: generalize distro/alt-education
This includes merge of RELENG-e2k-edu private branch current state
along with the move to shared multiseat support on e2k and assorted
updates following pkg.in/.
2020-08-31 14:34:08 +03:00
Anton Midyukov
49a82d70c2 mixin-alt-server.mk: Added centaurus-30-desktop profile for aarch64 2020-08-31 14:33:06 +03:00
Michael Shigorin
33436b6b1b alt-server.mk: generalize distro/alt-server
This commit includes summary of the work done within RELENG-alt-server
branch, and goes over the existing bits regarding architecture support.

It was somewhat hard to keep separate so I finally chose to lump these
parts together.
2020-08-31 14:31:02 +03:00
Michael Shigorin
cb222bb806 mixin-alt-server.mk: merged e2k bits
These have been brewing in RELENG-alt-server branch for a while;
with ALT Server 9.0 for Elbrus release as the immediate result.

NB: plymouth is still strangely broken there.
2020-08-31 14:25:13 +03:00
Michael Shigorin
e9c42d63a5 basealt.mk: added new parent groups on e2k
...or the friendly alterator-pkg bails out silently.
2020-08-31 14:25:11 +03:00
Michael Shigorin
4e5cb00c56 basealt.mk: add alterator-web pkggroup
...as suggested; enable if installed.
2020-08-31 14:25:02 +03:00
Michael Shigorin
5285c0a832 basealt.mk: generalize distro/alt-workstation
The point is that it's common between the rest of the arches,
no need to keep making my old mistake of growing configuration
trees based on very different "roots" (.e2k-installer this time
which was good for early experiments but not for production).

Also get rid of long-unused distro/alt-workstation-?01 targets,
unified kernel made those obsolete.

And last but not least: *drop* that setup-libgl-dri3-disable,
makes Radeon RX lag (half-recent AMD GPUs seem to lack 2D part
rather altogether, it's emulated through 3D).
2020-08-31 14:24:56 +03:00
Michael Shigorin
c9c83be408 alt-server.mk: do not override targets on e2k
Looks like aarch64 addition was done in haste,
the targets were split by architecture families
before commit c06f875.
2020-08-31 14:24:52 +03:00
Michael Shigorin
c4a135ca94 mixin-basealt.mk: add power to workstation too
This is required on e2k, please tell if it hurts.
2020-08-31 14:24:20 +03:00
Michael Shigorin
cfe494cbd0 mixin.mk: add power to regular desktop images
This is required on e2k (regardless of DE), please tell if it hurts.
2020-08-31 14:24:07 +03:00
Michael Shigorin
403625fef4 mixin-basealt.mk: avoid things broken/missing on e2k
Wonder if installer-feature-quota-stage2 was a problem
on other arches but having it in LIVE_PACKAGES fails
image build for me:

  livecd-installer-features: Conflicts: installer-common-stage2

and having it INSTALL2_PACKAGES results in another startup
problem (seems like quotas try to start a bit too early);
not that this one is a blocker but spoils the party nevertheless.

NB: relevant package versions are the same.

Also avoid workstation/extras pkglist: it's strongly hardwired,
seems like last-minute implementation :-/
2020-08-31 14:24:03 +03:00
Michael Shigorin
f31f305f8e {mixin-,}basealt.mk: move common bits into mixin
These have been added to the image description
that was x86-specific initially -- we're lucky
that ARM-related bits are quite minor here but
let's keep the mixin away for the sake of e2k
for now: it's built in a different enough way
at the moment.
2020-08-31 14:24:02 +03:00
Michael Shigorin
3d883a5978 mixin.mk: specifically use/branding/notes
...so that these can be handled by the feature.
2020-08-31 14:23:36 +03:00
Michael Shigorin
f47e09cff1 e2k, e2k.mk: merge boot, fixup and x11 bits
This commit is packing a bunch of changes that went
into RELENG-e2k-workstation during its forked
development; it covers three distinct things:

- boot.conf preparation for firmware to load the image;
- fixup of packages common for e2k images;
- major cleanup of obsolete/unused cruft
  (unified kernel and reliable xorg autodetection
  allow us to move away from canned machine-specific
  configurations for the most part).
2020-08-31 14:23:22 +03:00
Anton Midyukov
daf939f71c alt-server.mk: Not setup plymoth for not X86 Arches
installer-feature-setup-plymouth needed make-initrd-plymouth.
make-initrd-plymouth missing for not X86 Arches in alt-server.
This resulted in a make-initrd error when installing on non-X86 Arches.
2020-08-30 21:30:05 +07:00
Anton Midyukov
a2122b6943 vm.mk: vagrant available for i586, x86_64 only 2020-08-27 23:38:36 +07:00
Anton Midyukov
55f4227dc5 armh.mk: Drop broken targets 2020-08-27 15:06:49 +07:00
Anton Midyukov
2973952d00 p9.mk: Drop target vm/alt-p9-lxde-tegra (vm/regular-lxde-tegra not exist) 2020-08-27 15:06:49 +07:00
Anton Midyukov
91708f4bf3 regular-vm.mk: Fix availability vm profile for ARCHES 2020-08-27 15:06:49 +07:00
Anton Midyukov
fde9366ca0 basealt.mk: Fix availability vm profile for ARCHES 2020-08-27 15:06:49 +07:00
Anton Midyukov
d74e1c4a78 slinux.mk: Fix availability vm profile for ARCHES
Also drop use/build-vm, not needed.
2020-08-27 15:06:49 +07:00
Anton Midyukov
82aebfb968 education.mk: Fix availability vm profile for ARCHES, added installer-features 2020-08-27 15:06:49 +07:00
Anton Midyukov
c18380e24d slinux.mk: Use arm-rpi4/full feature for RPi4
The rpi-un kernel for armh does not exist at the moment.
2020-08-26 18:35:17 +07:00
Anton Midyukov
21582420aa education.mk: Use arm-rpi4/full feature for RPi4
The rpi-un kernel for armh does not exist at the moment.
2020-08-26 18:33:21 +07:00
Dmitriy Terekhin
2d45a8e8d2 basealt.mk: Use arm-rpi4/full feature for RPi4
The rpi-un kernel for armh does not exist at the moment
2020-08-26 18:31:26 +07:00
Anton Midyukov
c505b9c97e regular.mk: Fix build regular-server-hyperv
Typo again...
2020-08-26 17:03:32 +07:00
Anton Midyukov
655db94e0d Revert "alt-server.mk, basealt.mk, centaurus/70-dev: Added support Baikal-M"
This parts reverts commit cff3291c2a.
Upstream mkimage has not yet take patches to support packaging
multiple kernels to ISO image. In order to avoid problems, have
to revert this commit.

See-also: 01a1581b71
2020-08-23 21:19:02 +07:00
384957b138 server-v: move pve-storage-linstor to arch condition 2020-08-23 21:00:27 +07:00
fe9edddcc7 server-v: add Linstor storage support 2020-08-23 21:00:27 +07:00
8629688af1 server-v: version up 2020-08-23 21:00:27 +07:00
Andrew A. Vasilyev
506d33bba1 Add 3 templates for OpenVZ 7 containers:
- sysvinit-etcnet: System V init with etcnet
  - systemd-etcnet: systemd with etcnet
  - systemd-networkd: systemd with networkd
2020-08-23 21:00:27 +07:00
Andrew A. Vasilyev
d93831ce20 enable PVE services 2020-08-23 21:00:27 +07:00
Anton Midyukov
e84a2fbb2d p9.mk, regular-vm.mk: Rename targets *-rpi4 to *-rpi
these targets support all Raspberry Pi.
2020-08-21 19:39:57 +07:00
Anton Midyukov
9fb7eafc62 regular-vm.mk: Set VM_SIZE=10G for builder 2020-08-15 08:42:28 +07:00
Anton Midyukov
54da0a1697 regular-vm.mk: use/ttyAMA0 for jeos-rpi4 2020-08-15 08:42:28 +07:00
Anton Midyukov
1e8376852b regular-vm.mk: rpi4 target allowed for armh 2020-08-05 19:21:37 +07:00
Anton Midyukov
259bca3acb mixin.mk: Added apt-repo, eepm into regular-builder 2020-08-05 19:17:32 +07:00
Anton Midyukov
d3a2364056 p9.mk: rpi4 targets allowed for armh 2020-08-05 19:16:10 +07:00
Anton Midyukov
a2e06a2086 regular-vm.mk: Update rpi4 targets 2020-08-05 17:05:23 +07:00
Anton Midyukov
37a1ae781a p9.mk: Added starterkit builder for Raspberry Pi 4 2020-08-05 15:38:16 +07:00
Anton Midyukov
9827b93ed9 regular-vm.mk: Added regular-builder for Raspberry Pi 4 2020-08-05 15:38:16 +07:00
Anton Midyukov
7201c2cb0d slinux.mk: Add Raspberry Pi 4 support 2020-08-04 00:47:55 +07:00
Anton Midyukov
bbd92e146b basealt.mk: Add support Raspberry Pi 4 2020-08-04 00:47:55 +07:00
Anton Midyukov
728e17a7c7 education.mk: Add Raspberry Pi 4 support 2020-08-04 00:47:55 +07:00
Anton V. Boyarshinov
cc109f3b4a conf.d/mixin-alt-server.mk: version in meta-info fixed 2020-08-02 02:20:31 +07:00
Anton V. Boyarshinov
1de287d345 alt-server: jitsi-meet group added 2020-08-02 02:20:31 +07:00
Anton Midyukov
f59fbab252 basealt.mk: Add mcom02 support 2020-08-01 23:49:07 +07:00
Andrey Cherepanov
95210c98b9 ALT Education 9.1 2020-08-01 23:10:58 +07:00
Anton Midyukov
e4815d920f regular-vm.mk: Set kflavours to std-def, un-def for aarch64, armh, X86 2020-07-17 21:20:37 +07:00
Andrey Cherepanov
d6818e8cbc Education: use volumes-profile-education for LiveCD (fix autopartition) 2020-07-16 02:41:01 +07:00
Andrey Cherepanov
e658262f3a Education: add polkit agent for livecd 2020-07-16 02:41:01 +07:00
Andrey Cherepanov
3331d23b27 Education: add video conference server (Jitsi Meet) 2020-07-16 02:41:01 +07:00
Andrey Cherepanov
28a192114c education: 9.1alpha 2020-07-16 02:41:01 +07:00
Mikhail Efremov
3186437c2a workstation: Disable network service for cloud image
Requested by obirvalger@.
2020-07-16 02:41:01 +07:00
Anton Midyukov
8bdafdc02a Revert "install2, live, live.mk: drop use/syslinux/localboot.cfg"
This reverts commit c70f18fcba.
2020-07-16 02:41:01 +07:00
Anton Midyukov
604f814232 regular-vm.mk: fix *-rpi4 targets 2020-07-03 13:21:04 +07:00
Anton Midyukov
2b9c9d88f8 regular-vm.mk: Added riscv64 support 2020-07-03 12:16:09 +07:00
Anton Midyukov
40895c45a5 basealt.mk: Added cleanup kernel to LIVE for aarch64 2020-06-16 18:24:03 +07:00
Anton Midyukov
cff3291c2a alt-server.mk, basealt.mk, centaurus/70-dev: Added support Baikal-M 2020-06-15 15:53:20 +07:00
Anton Midyukov
d3bba9f30e alt-server: Fixed order profiles 2020-06-10 19:30:43 +07:00
Anton V. Boyarshinov
5a756d2926 alt-server: minimazing minimum installation 2020-06-10 16:37:36 +07:00
Anton V. Boyarshinov
5ec741c0f5 alt-server: no docs in installed system by default 2020-06-10 03:13:29 +07:00
Anton Midyukov
26d4196bc3 regular-vm.mk: Reduce jeos targets 2020-06-06 02:18:55 +07:00
Anton Midyukov
c37775cdf4 regular.mk, server: timeout alignment for syslinux and grub
timeout for syslinux is measured in deciseconds, and for grub in seconds.
2020-06-06 02:18:55 +07:00
Anton Midyukov
e855904990 regular.mk: use default browser for regular-lxqt
Falkon not starting on Raspberry Pi 3.
2020-06-06 02:18:55 +07:00
Anton Midyukov
f70394409a regular.mk: Switch KFLAVOUR to std-def for jeos-sysv
The installer cannot start in qemu with the un-def kernel.
2020-06-06 02:18:55 +07:00
Anton Midyukov
c708f0f147 regular.mk: Replace staging to drm for jeos-sysv
KMODULES staging is too much for jeos.
2020-06-06 02:18:55 +07:00
Anton Midyukov
2083f61fa5 regular.mk: drop vmguest for jeos
Not needed for jeos.
2020-06-06 02:18:55 +07:00
Anton Midyukov
925288faa8 regular.mk: Added apt-conf-ignore-systemd in jeos-sysv
This is the apt configuration file for systems on sysvinit,
to ignore the installation of systemd packages.
2020-06-06 02:18:55 +07:00
Anton Midyukov
ae95a13278 alt-server.mk: Add fdisk in install
See-also: https://bugzilla.altlinux.org/38092
2020-06-06 02:18:55 +07:00
Anton Midyukov
2462128cf9 alt-server.mk: Added use/stage2/ modules lists 2020-06-06 02:18:55 +07:00
Anton Midyukov
0110c511c1 alt-server.mk: Extend aarch64 support 2020-06-06 02:18:55 +07:00
Anton V. Boyarshinov
55db212bb0 alt-server.mk: install on aarch64 fixed 2020-06-06 02:18:55 +07:00
Anton V. Boyarshinov
32c4f954d4 conf.d/mixin-alt-server.mk: distro version change 2020-06-06 02:18:55 +07:00
Gleb Fotengauer-Malinovskiy
d910612337 alt-server: ppc64le: enable menu entry for headless VNC install 2020-06-06 02:18:55 +07:00
Gleb Fotengauer-Malinovskiy
a546161ab8 alt-server: add ppc64le support 2020-06-06 02:18:55 +07:00
Anton V. Boyarshinov
c06f87539d buildable alt-server on aarch64 2020-06-06 02:15:41 +07:00
Anton V. Boyarshinov
378f83a5c8 installer-feature-quota-stage2 added 2020-05-22 20:21:29 +03:00
Anton V. Boyarshinov
834e1dc084 conf.d/mixin-alt-server.mk: un-def kernel added 2020-05-22 20:18:15 +03:00
Anton V. Boyarshinov
17422bdb3a cleanup CLEANUP_PACKAGES 2020-05-22 20:11:07 +03:00
Anton V. Boyarshinov
700fd285ee add strace into server install2 2020-05-22 20:06:41 +03:00
Anton V. Boyarshinov
c3d7376bd0 package lists and meta-info changes ro alt-server beta1 2020-05-22 20:02:54 +03:00
Anton V. Boyarshinov
7c9012f780 alt-server buildable on i586 2020-05-22 19:53:52 +03:00
Anton V. Boyarshinov
203243eed9 no pve, no more conflict between samba & sambaDC 2020-05-22 19:51:27 +03:00
Anton V. Boyarshinov
d6734efd28 buildable alt server 2020-05-22 19:48:08 +03:00
Michael Shigorin
46bc1f68c7 conf.d/{mixin-,}alt-server.mk: initial release
- ported from m-p-d;
- generalized mediawiki, use/volumes/cliff-server;
- added centaurus/disk;
- dropped ganeti (no more in p9);
- x86 builds (both of them);
- e2k builds (ditto).
2020-05-22 19:48:06 +03:00
Mikhail Efremov
3ceebfdb5c mixin-basealt.mk: Use installer-distro-alt-workstation 2020-05-22 13:34:37 +07:00
Mikhail Efremov
25cf607825 basealt.mk: Use rootfs-installer-features in vm/* images
Use some installer-features in vm/*.
2020-05-22 13:34:37 +07:00
Mikhail Efremov
82c16cc54d workstation: Virtualbox is x86_64-only now 2020-05-22 13:34:37 +07:00
Andrey Cherepanov
89db419c75 education: return base default set from package group 2020-05-22 13:34:37 +07:00
Andrey Cherepanov
48cbbaabc4 education: change base list to default package group 2020-05-22 13:34:37 +07:00
Anton Midyukov
dac0a643cc mixin.mk: switch seamonkey web-browser in gnustep
Suggested-by mike@
2020-05-22 13:34:37 +07:00
Anton Midyukov
6bb407e519 p9.mk, regular-vm.mk: added gnome3 vm targets 2020-05-22 13:34:37 +07:00
Anton Midyukov
f59fee72da mixin.mk, regular.mk: added mixin/regular-gnome3 2020-05-22 13:34:37 +07:00
Anton Midyukov
44f11b4afc mixin.mk: Added xdg-user-dirs-gtk into mixin/regular-xfce-base
This needed for setup gtk-boockmarks
2020-05-22 13:34:37 +07:00
Anton Midyukov
7ac7faf93d mixin.mk: Added udev-rules-rfkill-uaccess into regular-desktop
Get access to /dev/rfkill for users.
This needed for blueberry.
2020-05-22 13:34:37 +07:00
Anton Midyukov
b6f46d90a5 desktop+lxde, mixin.mk: cleanup gvfs backends
Left only mtp backend for Android devices.
2020-05-22 13:34:37 +07:00
Anton Midyukov
62af42615f regular-vm.mk: not use/firefox/esr 2020-05-22 13:34:37 +07:00
Anton Midyukov
32b4711351 regular.mk: added acpid 2020-05-22 13:34:37 +07:00
Anton Midyukov
c70f18fcba install2, live, live.mk: drop use/syslinux/localboot.cfg
On hybrid images recorded on a USB flash drive, rather than a
compact disk, this menu item loads the USB flash drive itself.
2020-05-22 13:34:37 +07:00
Anton Midyukov
5d1b1f6a5d slinux.mk: Added kflavour lts for aarch64 2020-05-22 13:34:37 +07:00
Anton Midyukov
43abab3dd1 mixin-basealt.mk: Added use/stage2/sbc
For single-board computer support.
2020-05-22 13:34:37 +07:00
Anton Midyukov
4c34eb3cbb education.mk: Added use/stage2/sbc
For single-board computer support.
2020-05-22 13:34:37 +07:00
Anton Midyukov
1185a11821 education.mk, mixin-basealt.mk, live, slinux: Use stage2 features instead STAGE1_MODLISTS 2020-05-22 13:34:37 +07:00
Andrew A. Vasilyev
6ef10f64b9 server-v.mk: set branding and docs 2020-05-22 13:34:37 +07:00
51638821e0 server-v.mk: add pve to aarch64 2020-05-22 13:34:37 +07:00
57485589b2 server-v.mk: add ntfs-3g to INSTALL2_PACKAGES 2020-05-22 13:34:37 +07:00
caacdc86bb server-v.mk: add tagged list server+network 2020-05-22 13:34:37 +07:00
3797b311ea server-v.mk: installer-feature-quota-stage2 added 2020-05-22 13:34:37 +07:00
50840a0c20 server-v: move fdisk xfsprogs btrfs-progs file from INSTALL2_PACKAGES to SYSTEM_PACKAGES 2020-05-22 13:34:37 +07:00
9535dd518c server-v.mk: add font from use/fonts/install2 to INSTALL2_PACKAGES 2020-05-22 13:34:37 +07:00
eed646b8fb switch to grub for EFI 2020-05-22 13:34:37 +07:00
ddeeaf21a4 server-v.mk: Added drm kernel modules to stage2 and install 2020-05-22 13:34:37 +07:00
b6855b629a server-v.mk, virt/extra.pkgs: move vdo to extra.pkgs 2020-05-22 13:34:37 +07:00
1cfefc62ab server-v.mk: update profile:
- disable openstack
- disable ocfs2
- disable moosefs
- disable openvz
2020-05-22 13:34:37 +07:00
247405cecf server-v.mk: added alterator-notes 2020-05-22 13:34:37 +07:00
33bd9c457b server-v.mk: alterator-users not be removed by apt-get autoremove 2020-05-22 13:34:37 +07:00
ae3e4f6fde server-v.mk: cleanup fonts 2020-05-22 13:34:37 +07:00
0e090586b5 server-v: Added OpenVZ group,list and profile 2020-05-22 13:34:37 +07:00
570e17bd88 server-v: add use/rescue/base and use/efi/refind 2020-05-22 13:34:36 +07:00
11b71e0afc server-v: add use/install2/stage3 2020-05-22 13:34:36 +07:00
73de0a1982 server-v.mk: Use stage2 features instead STAGE1_MODLISTS 2020-05-22 13:34:36 +07:00
b0fb95a6a6 server-v: add use/init/systemd/settings/optimal 2020-05-22 13:34:36 +07:00
1c03123063 server-v: cleanup 2020-05-22 13:34:36 +07:00
662877b903 server-v.mk: fixed show license 2020-05-22 13:34:36 +07:00
9d8f0535be server-v.mk: return minimal profile as default 2020-05-22 13:34:36 +07:00
05d27bf083 server-v.mk: Disable plymouth 2020-05-22 13:34:36 +07:00
23c7eb36d7 server-v.mk: move more features to distro/.server-v-base 2020-05-22 13:34:36 +07:00
6761c69bbb server-v.mk: Added features for autoinstall and cleanup vnc 2020-05-22 13:34:36 +07:00
8136964899 server-v.mk: Added use/install2/vnc/full 2020-05-22 13:34:36 +07:00
9a7df64e3c server-v.mk, {groups,profiles}/server-v: renumbering groups and profiles 2020-05-22 13:34:36 +07:00
ae7e3056c0 server-v.mk, lists/virt: Added extra.pkgs list 2020-05-22 13:34:36 +07:00
8acd1a1294 server, server-v.mk: Added use/server/virt and migrate server-v to use it 2020-05-22 13:34:36 +07:00
78d0fdf459 server-v: add use/isohybrid 2020-05-22 13:34:36 +07:00
76529ba9a3 server-v: not use systemd-full(+systemd), because install vconsole-setup-kludge 2020-05-22 13:34:36 +07:00
d027329982 server-v.mk: disable autostart services, which should first configure 2020-05-22 13:34:36 +07:00
dfc252a997 server-v.mk: fix use profiles_arch 2020-05-22 13:34:36 +07:00
47b44c9515 server-v.mk: Use bootsplash for installer only, not install plymouth to destination 2020-05-22 13:34:36 +07:00
959c6d858d server-v.mk: Drop rkt from containers 2020-05-22 13:34:36 +07:00