Commit Graph

4320 Commits

Author SHA1 Message Date
Anton Midyukov
63313e4405 gear-store-tags 2021-03-16 00:47:24 +07:00
Anton Midyukov
b9de69696a 1.4.8-alt1
- Set BOOT_TYPE, BOOTLOADER to efiboot for aarch64 (needed mkimage 1.38)
- 'Simply Linux 9.1 (beta)' commits contained (Thanks sem@)
- mipsel-bfk3: Switch to 5.4 kernel, other changes (Thanks iv@)
- oem: Add use/oem/distro
- uboot: Drop BOOTARGS cma=192M
- net: Added switch between NetworkManager (etcnet) and NetworkManager (native)
  Assigned by default NetworkManager (etcnet)
- x11: Not add use/drm to use/x11
- efi: Add check EFIVAR_FS option
- sound/base: Add test-audio
- armh-mcom02: set screen resolution 1366x768
- realtime.mk: Refactoring, drop live with session support
- engineering.mk: Switch to MATE
- x11: Reduce size of kde5
- regular-vm.mk: Set as default un-def kernel flavour, drop lts kernel flavour
2021-03-16 00:27:57 +07:00
Anton Midyukov
bb0fbf4ecd regular-vm.mk: Set as default un-def kernel flavour, drop lts kernel flavour
Reason: un-def supports booting on RPi4.
lts kernel flavour has not been updated for a long time.
2021-03-15 23:05:49 +07:00
Anton Midyukov
98f0735cfa p9.mk: Not use firefox-esr on aarch64, armh by default
firefox-esr crashes when launched on these architectures (Raspberry Pi 3 only).
2021-03-15 23:05:49 +07:00
Anton Midyukov
432df04328 x11: Reduce size of kde5
With kde5-maxi image is too large (over 2 GB).
2021-03-15 23:05:49 +07:00
Anton Midyukov
a4db4bf624 realtime.mk: Refactoring, drop live with session support
live with session support needed efi=runtime for cmdline kernel.
This parameter makes it unsuitable for real-time.
2021-03-15 23:05:49 +07:00
Anton Midyukov
4b23f246b1 engineering.mk: Switch to MATE 2021-03-15 23:05:49 +07:00
Anton Midyukov
83079923b9 desktop+mate: Add more mate packages 2021-03-15 23:05:49 +07:00
Anton Midyukov
45228a35bb regular.mk: Not set kflavour to std-def for desktop regulars
The std-def kernel is already set as the default in use/kernel for
the architectures where it is available.
2021-03-15 23:05:49 +07:00
Anton Midyukov
a1862c5c92 regular.mk: Rethinking targets .regular-x11, .regular-wm 2021-03-15 23:05:49 +07:00
Anton Midyukov
a502ab1894 live: Unified use/live/rw
make-initrd-propagator >= 0.44-alt1 always create alt-live-storage.
2021-03-15 23:05:49 +07:00
Anton Midyukov
6f048c05e0 regular.mk: Add use/grub/gfxboot for desktop regulars 2021-03-15 23:05:49 +07:00
Anton Midyukov
5bf7da4405 rescue+extra: Drop fuse-funion, fuse-chironfs, lde
Removed from Sisyphus.
See-also:
http://git.altlinux.org/tasks/archive/done/_260/267143
http://git.altlinux.org/tasks/archive/done/_260/267155
http://git.altlinux.org/tasks/archive/done/_260/267170
2021-03-15 23:05:49 +07:00
Anton Midyukov
adad3b9fd0 plymouth: Drop duplicate script in stage2
This script is not needed, since the identical script
features.in/plymouth/rootfs/image-scripts.d/10-plymouth is run
for stage2.
2021-03-15 23:05:49 +07:00
Anton Midyukov
e5b1214aca xfce-sysv: Add SysVinit-usermode, vlock
Suggested-by: Seccyfighter
2021-03-15 23:05:49 +07:00
Anton Midyukov
e582ec4559 mixin.mk, xfce-sysv: Create list with additional packages for xfce-sysv 2021-03-15 23:05:49 +07:00
Anton Midyukov
24b33c65c3 rescue+extra: Drop exofs-utils
Removed from Sisyphus.
See-also: http://git.altlinux.org/tasks/archive/done/_260/266999
2021-03-15 23:05:49 +07:00
Anton Midyukov
fd1e972ceb armh-mcom02: Don't overwrite extlinux.conf, set screen resolution 1366x768
- No need to do double work.
- With screen resolution '1920x1080' there are errors getting EDID when
using fbturbo videodriver. There is a cyclical shift of the screen
image to the right.
2021-03-15 23:05:49 +07:00
Anton Midyukov
d30083a857 uboot: Define timeout variable
It is possible to set a timeout for automatic bootloading via a
variable.
2021-03-15 23:05:49 +07:00
Anton Midyukov
ef342e7742 sound/base: Add test-audio
Also-see: https://lists.altlinux.org/pipermail/devel-distro/2021-March/002258.html
2021-03-15 23:05:49 +07:00
Anton Midyukov
3f98496eab efi: Add check EFIVAR_FS option 2021-03-15 23:05:49 +07:00
Anton Midyukov
c87d3a3b2a arm-rpi4: Enable fkms for RPi3
Fix framebuffer in kernel rpi-un 5.10.20-alt1.
2021-03-15 23:05:49 +07:00
Anton Midyukov
c0447b06ce x11: Not add use/drm to use/x11
This is base target, drm not needed.
2021-03-15 23:05:49 +07:00
Anton Midyukov
5ff231e3a8 mixin.mk, regular.mk: Use NetworkManager (native) for Regulars again
The default is NetworkManager (etcnet), so need select NetworkManager
(native) mode.
2021-03-15 23:05:49 +07:00
Anton Midyukov
4fa38acd17 net: Added switch between NetworkManager (etcnet) and NetworkManager (native)
NetworkManager (etcnet) is default now.
2021-03-15 22:48:46 +07:00
Ivan A. Melnikov
6741ce4edf use/net: Fix 50-net-nm configuration
NM_CONTROLLED should always be set together with DISABLED;
otherwise, it's possible to reach the state where
DISABLED=no but NM_CONTROLLED=yes, and have the interface
controlled by both NM and etcnet.
2021-03-15 22:48:46 +07:00
Anton Midyukov
c4979e84dc slinux/browser-firefox: Fix availability for armh and mipsel
firefox not availability for armh and mipsel.
2021-03-15 17:55:52 +03:00
Mikhail Efremov
06a0a8f5e3 slinux: Add test-audio
Suggested by mike@.
2021-03-15 17:47:09 +03:00
Mikhail Efremov
bf762a260f slinux: Replace firefox-esr with firefox on non-x86
Firefox-esr segfaults on Rpi3 for unknown reason.
2021-03-04 21:58:04 +03:00
Dmitriy Terekhin
dba1f2c6d6 arm-rpi4: Use pi-bluetooth as it works on both RPi3/4 2021-03-04 20:22:18 +04:00
Dmitriy Terekhin
857bf72c1a arm-rpi4: Use rpi-un kernel by default 2021-03-04 20:20:31 +04:00
Andrey Cherepanov
8c4ef3c5bb education/base: Remove obsoleted chromium-gnome 2021-02-26 01:27:59 +07:00
Mikhail Efremov
b2444b812b slinux: Drop installer-feature-nfs-client-stage3 from vm/*
Suggested by iv@: rpcbind is not needed in SL.
2021-02-24 15:56:55 +03:00
Mikhail Efremov
49475f172a slinux: Drop rootfs-installer-features
It is pulled by use/oem/distro target.
2021-02-24 15:56:55 +03:00
Mikhail Efremov
7c6521f42c slinux: Don't use installer-distro-simply-linux-stage3 for vm/*
This package for installer only, don't use it on vm/*.
Just explicitly add installer-features, which can be used with
rootfs-installer-features.
This reverts commit 991a0a35af.
2021-02-24 15:56:55 +03:00
Mikhail Efremov
a45fe36a72 slinux: Drop firefox-esr languages packages
They are provided by firefox-esr itself now.
2021-02-24 15:56:54 +03:00
Mikhail Efremov
81a67097cd slinux: Add vulkan-amdgpu on x86 2021-02-24 15:56:54 +03:00
Mikhail Efremov
d9a77ce7aa slinux: Drop duplicate packages 2021-02-24 15:56:44 +03:00
Ivan A. Melnikov
41a9f8a36a use/oem: Add installer-common-stage3
installer-common-stage3 configures network. Without it,
net-eth step of the OEM setup does not work properly.
2021-02-24 15:07:04 +07:00
Anton Midyukov
991a0a35af slinux: Add installer-distro-simply-linux-stage3 also
installer-distro-simply-linux-stage3 installs the required
installer-features.
2021-02-24 15:05:08 +07:00
Anton Midyukov
b2b69d38dd slinux: Temporary use un-def kernel for all targets
Current un-def kernel (5.10.x) should be std-def at the time
of SL-9.1 release.
2021-02-24 15:00:21 +07:00
Anton Midyukov
2925876f1d slinux/misc-base: Add missing alterator-root 2021-02-24 15:00:21 +07:00
Anton Midyukov
7d5f5169ca slinux: Add auto-resize image to vm/ targets 2021-02-24 15:00:21 +07:00
Anton Midyukov
66b9a390d0 arm-rpi4: Add hdmi_ignore_edid_audio=1 to config.txt
Fixes audio on mainline kernel.
See-also: https://forum.manjaro.org/t/rpi4-a-v-jack-missing-when-using-vc4-driver-kms/50948/19
2021-02-24 14:25:33 +07:00
Anton Midyukov
cb6d5e5449 uboot: Not add 'cma=192M' to UBOOT_BOOTARGS
Booting to Raspberry Pi 4 is not possible with these parameter.
2021-02-24 14:25:33 +07:00
Anton Midyukov
7e2be407a1 slinux: Replace xfce-screensaver to light-locker for all not X86
xfce-screensaver has no problems only on x86. mipsel is no exception.
2021-02-18 20:54:32 +07:00
Ivan A. Melnikov
c43d6cd491 lists/slinux/xfce-base: Use light-locker on mipsel
xfce4-screensaver does not work on Tavolga and on
BFK3 with SM750 videocard (see alt#38418). While
upstream does not response to the ticket, we have
to switch to something else.
2021-02-18 20:51:53 +07:00
Ivan A. Melnikov
5a7b778f4e lists/slinux/misc-base: Don't add java on mipsel
It's useless for our mipsel images. The office software
from our mipsel repositories doesn't use Java -- even
LibreOffice is built without Java support.
2021-02-18 20:47:34 +07:00
Anton Midyukov
8cd927b8d3 office: Add lang to use/office/LibreOffice/full 2021-02-18 20:31:56 +07:00
Anton Midyukov
b7ea217493 education.mk: Add additional steps for alterator-setup (vm/ targets) 2021-02-18 19:56:49 +07:00