Commit Graph

20 Commits

Author SHA1 Message Date
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
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
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
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
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
Anton Midyukov
cff3291c2a alt-server.mk, basealt.mk, centaurus/70-dev: Added support Baikal-M 2020-06-15 15:53:20 +07:00
Anton V. Boyarshinov
5a756d2926 alt-server: minimazing minimum installation 2020-06-10 16:37:36 +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
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
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