Commit Graph

22 Commits

Author SHA1 Message Date
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
1185a11821 education.mk, mixin-basealt.mk, live, slinux: Use stage2 features instead STAGE1_MODLISTS 2020-05-22 13:34:37 +07:00
Mikhail Efremov
8fb7945f66 workstation/the.pkgs, mixin-basealt.mk: Added audit
But disable it by default.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
f82019d1e5 mixin-basealt.mk: Use systemd-optimal 2020-05-22 13:34:35 +07:00
Mikhail Efremov
94bb1faf7b mixin-basealt.mk: Don't use DEFAULT_SERVICES_* variables
DEFAULT_SERVICES_ENABLED can be overriden by DEFAULT_SERVICES_DISABLED.
2020-05-22 13:34:35 +07:00
Mikhail Efremov
e662bf5137 basealt.mk: Fix chronyd and crond service status on aarch64
ALT bug #37197.
2020-05-22 13:34:35 +07:00
Mikhail Efremov
9f193c571f mixin-basealt.mk: Explicitly add installer-feature-slideshow 2020-05-22 13:34:35 +07:00
Mikhail Efremov
a2721d5bb4 mixin-basealt.mk: Drop xfsprogs from installer
Don't allow installation on XFS: seems there is some
problem with grub on XFS.
2020-05-22 13:34:35 +07:00
Mikhail Efremov
4ccc68f604 mixin-basealt.mk: Disable sshd by default
For security resons.
2020-05-22 13:34:35 +07:00
Mikhail Efremov
a69ec9612b mixin-basealt.mk: Add xfsprogs and btrfs-progs to installer
Allow use XFS and BTRFS.
2020-05-22 13:34:35 +07:00
Mikhail Efremov
0a5deb4855 mixin-basealt.mk: Update iso metainfo
See thread https://lists.altlinux.org/pipermail/devel-distro/2019-July/001669.html
for details.
2020-05-22 13:34:35 +07:00
Mikhail Efremov
b4662ea59a mixin-basealt.mk: Explicitly add crony to installer 2020-05-22 13:34:35 +07:00
Mikhail Efremov
e10ebae56d mixin-basealt.mk: Fix branding varriant in use
It was wrongly chenged to starterkit branding.
This fixes commit  07713115419fd377b002718bd6b2cfa15e343551
"mixin-basealt.mk, basealt.mk: separate mixin/alt-workstation-install".
2020-05-22 13:34:35 +07:00
Mikhail Efremov
162c8f1d05 mixin-basealt.mk: Fix mixin/alt-workstation-install
We use workstation_groups in mixin/alt-workstation-install
target now.
This fixes commit  07713115419fd377b002718bd6b2cfa15e343551
"mixin-basealt.mk, basealt.mk: separate mixin/alt-workstation-install".
2020-05-22 13:34:35 +07:00
Anton Midyukov
7725165f08 mixin-basealt.mk, basealt.mk: separate mixin/alt-workstation-install
Target vm/ do not require installer.
2020-05-22 13:34:35 +07:00
Michael Shigorin
c0ecc0654e {mixin-,}basealt.mk: generalize gnome-peer-to-peer
It's available for e2k too now.
2019-05-06 18:10:59 +03:00
Michael Shigorin
b724c1c271 mixin-basealt.mk: add use/docs/indexhtml
...so iso image has docs/ handy.
2018-10-29 12:46:06 +03:00
Michael Shigorin
d6a8aae34d conf.d, workstation/live.pkgs: use/volumes/regular
...instead of hardwiring the particular variant;
this one is switchable down the road at least.

The commit is a no-op otherwise.
2018-08-13 20:00:12 +03:00
Michael Shigorin
35dd7a4a17 mixin-basealt.mk: use/apt-conf/branch
This is a distribution proper so should be built off a stable branch
*and* refer to the same either.
2018-08-06 21:39:41 +03:00
Michael Shigorin
d7c587500c {mixin-,}basealt.mk: adjust for dual-seat e801
The main challenge for this change appeared to be lightdm:
it can do dualseat but in a quite peculiar way tied to systemd;
while wdm-based implementation well prepared and described by viy@
can survive both systemd and sysvinit just fine.

branding-alt-workstation-mate-settings pulls in lightdm-gtk-greeter,
and lightdm takes over; it should probably be masked in systemd case
(sysvinit should need no further hassle as /etc/X11/prefdm considers
wdm before lightdm for historical reasons; or /etc/sysconfig/desktop
could be filled in to be sure) *but* the current stopgap "solution"
is what it is now.

See-also: http://altlinux.org/X11/DualSeat
2018-08-06 21:39:20 +03:00
Michael Shigorin
8124656575 {mixin-,}basealt.mk: online-repo @X86
...actually just not published for e2k yet;
avoid uncommenting the lines in sources.list.
2018-08-06 20:35:44 +03:00
Michael Shigorin
ba437ba828 basealt.mk: factor out mixin-basealt.mk
It's the common part that should be more or less architecture
independent (given enough packages in the corresponding repo)
that's been moved into a mixin; archdep bits kept in basealt.mk
(albeit rewritten).

Note that this approach should help building ALT Workstation
for both new arches (like aarch64 or mipsel) and new targets
(like vm) altogether.
2018-07-23 17:44:33 +03:00