- 07 Sep, 2020 17 commits
-
-
Michael Shigorin authored
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.
-
Michael Shigorin authored
...instead of hardwiring un-def; this should help building starterkits for secondary arches.
-
Michael Shigorin authored
Kernel flavours differ on secondary arches (and there's a bunch of platform-specific kernels for ARM systems), so let's provide some more flexible scheme than hardwiring un-def into images. This might be further enhanced to e.g. set KFLAVOURS to $$(KFLAVOURS_LATEST)) with it being preset to un-def where available so rpi images could set it to rpi-un, and still get reasonable starterkits for free. The corresponding commit in RELENG-e2k-p9-starterkits private branch just tore un-def apart => unmergeable.
-
Michael Shigorin authored
This is a controversial feature right from the start, but keeping jeos alive on non-x86 (that is, catching every case when a removed removed package would bring something critical along with it) is somewhat harder so just skip this part there for now.
-
Michael Shigorin authored
Not a given on any architecture...
-
Michael Shigorin authored
This enables examples in qt-creator.
-
Michael Shigorin authored
It's not ready yet with upgrade locked by ftbfs (msct#5248 et al).
-
Michael Shigorin authored
/.host/script.sh: line 4: .: install2-init-functions: file not found mki-image-scripts: $BUILDDIR/image-scripts.d/50-e2k-utc: unable to run script.
-
Michael Shigorin authored
There's some peculiarity in writing ISO images for e2k onto USB Flash media: we need to arrange a partition and ext2 filesystem with its label passed to propagator; the former part is what's expected, and the latter one is what this script does. Thanks to aerodisk.ru guys for catching a brown paper bag class typo making format() try to affect the image and not the drive, by the way.
-
Michael Shigorin authored
This is more or less required for many things like fpc (and available under "Emulators" in server/workstation).
-
Michael Shigorin authored
MAIN_LISTS resulted in packages being available on the media but having on effect on the actual user systems...
-
Michael Shigorin authored
vainfo(1) is pretty useful for diags.
-
Michael Shigorin authored
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.
-
Michael Shigorin authored
This one is to be enabled by a server sysadmin at the moment, so rather disable it explicitly.
-
Michael Shigorin authored
There are two different versions of the script with the same name for different subprofiles, sharing some of the same bugs over the years, *sigh*. Shoving those into stage2 would yield online repositories enabled there too which *might* be wanted but will likely need installer support (at least some better error handling, the current culprit with unavailable repositories being apt-pkg's size estimation). Fixes: d2f892ab Fixes: 0f4ee98f
-
Anton Midyukov authored
-
Anton Midyukov authored
Also-see: http://git.altlinux.org/tasks/archive/done/_251/257282
-
- 04 Sep, 2020 4 commits
-
-
Sergey V Turchin authored
When you connect a repository gostcrypto instead of openssh can accidentally install openssh-gostcrypto.
-
Sergey V Turchin authored
-
Andrey Cherepanov authored
-
Anton Midyukov authored
See missing commit: d164995216b684ff55f05239427a82fc8a1d25c7
-
- 02 Sep, 2020 1 commit
-
-
Anton Midyukov authored
-
- 01 Sep, 2020 3 commits
-
-
Anton Midyukov authored
-
Anton Midyukov authored
- x11: Added missing xorg-dri-armsoc for armh - oem: Added rootfs-installer-features - server-v: Added more commits by andy@, shaba@ - Set default timeout 60 seconds for syslinux and grub - Set default item to install2 for syslinux and grub - main.mk: Added vm/, ve/ targets into everything target - Extended e2k support in distributions (thanks mike@) - education: fix build and install
-
Anton Midyukov authored
Fix conflict installer-distro-junior-stage3 with installer-distro-education-stage3. See-also commit: 29c79e7f
-
- 31 Aug, 2020 15 commits
-
-
Michael Shigorin authored
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: 33436b6b Fixes: c06f8753
-
Michael Shigorin authored
There aren't any supposed there so far, anyways.
-
Michael Shigorin authored
This package contains both the fan control service (disabled by default so sort of safe) and the manual fanspeed.sh (that we rather need to provide out-of-box).
-
Michael Shigorin authored
Still have to refer to MCST instead at the moment... Fixes: f1c5f98795a698fdd665c7286f15d6e023195200
-
Michael Shigorin authored
Not much use, and spoils postinstall.d messages with FAILED (to mount the already-mounted flash drive). See-also: 96f1d069c
-
Michael Shigorin authored
Tested to work in practice. See-also: http://altlinux.org/e2k-gpu
-
Michael Shigorin authored
The problem at hand is that sem@ explicitly disables acpid within installer-distro-simply-linux; early shots at ALT Education 9.0 for Elbrus suffered from this as e2k's power button handling differs slightly regarding events generated so we *do* need acpid{,-events-e2k} to poweroff on power button press. Hope this doesn't introduce regressions or woes for anyone.
-
Michael Shigorin authored
...instead of custom slinux/misc-base hack incompatible with the current p9_e2k.
-
Michael Shigorin authored
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.
-
Michael Shigorin authored
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/.
-
Michael Shigorin authored
...by providing common targets for 801-PC and 101-PC distro needs.
-
Michael Shigorin authored
This should have been done when reworking Workstation, but better that late than making a copy for Education. NB: directory name has been chosen to both sort late (so that functionality related checkboxes come first and graphics setup related ones sit down there), and to relate to X11 as well.
-
Michael Shigorin authored
Obsoleted by proper handling within office feature.
-
Michael Shigorin authored
There are literally no office packages on riscv64 so far, let's ease the need to count that in within pkglists like it was done in slinux/misc-base since this approach makes for unreadable conditional chunks if we look at LO-still being absent on e2k; a common place should be in place.
-
Michael Shigorin authored
Added use/office/LibreOffice/lang/extra target inspired by pkg.in/lists/slinux/misc-base as well as targets for two more LO subpackages; and use/office/LibreOffice/full so that distros don't have to reiterate on all of those particularities.
-