Anton V. Boyarshinov
19ed2b9a7e
features.in/bootloader/config.mk: no alterator-BOOTLADER by default
2020-05-22 20:08:09 +03:00
Anton V. Boyarshinov
6cdc7a7de3
features.in/install2/config.mk: don't add basesystem+alterator into
...
basesystem
2020-05-22 20:08:01 +03:00
Anton V. Boyarshinov
4cf9c554ca
define vmguest/base for non-intel platforms
2020-05-22 20:06:52 +03:00
Mikhail Efremov
7c3459c62f
slinux: Add docs and indexhtml to vm-base
2020-05-22 13:34:37 +07:00
Anton Midyukov
1ada94366a
mediacheck: allowed for distro targets only
2020-05-22 13:34:37 +07:00
Anton Midyukov
7a6c9a8a13
net: 50-net-nm band-aid again
...
When renaming HOSTNAME in the alterator, switches managing interface to etcnet.
This creates problems for users.
This partial reverts commit d4170557c2
.
2020-05-22 13:34:37 +07:00
Anton Midyukov
eb16754afb
kernel: initrd module sdhci-pltfm for all arches
2020-05-22 13:34:37 +07:00
Anton Midyukov
d54b4fd1e8
stage2: add sdhci-pltfm.ko into 50-stage2-mmc
2020-05-22 13:34:37 +07:00
Anton Midyukov
2c761b78d7
kernel, stage2: add bcm2835-dma in initrd for Raspberry Pi 3 (kernel >= 5.6)
2020-05-22 13:34:37 +07:00
Anton Midyukov
b142de6eb3
uboot: not required BOOTLOADER=uboot for 00-uboot-prepare
2020-05-22 13:34:37 +07:00
Anton Midyukov
0f28ee414f
build-vm, tar2fs: added VM_PARTTABLE
...
For Raspberry Pi needed to build grub-efi + MBR images.
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
fe2b712557
build-vm: Added INITRDFEATURES to /etc/initrd.mk
2020-05-22 13:34:37 +07:00
Anton Midyukov
3154b04b3e
slinux: Set GRUBTHEME
...
At Simply Linux name of the catalog with the theme is not parsed from
the branding name.
2020-05-22 13:34:37 +07:00
Anton Midyukov
eed69db1ab
grub: Added ability to set grub theme name
...
Simply Linux has a specific directory name with a theme.
2020-05-22 13:34:37 +07:00
Anton Midyukov
b6fed78a52
slinux: use/efi/grub
2020-05-22 13:34:37 +07:00
Anton Midyukov
7c9184499a
slinux: 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
2a7021e146
server: add use/grub feature as use/syslinux
2020-05-22 13:34:37 +07:00
ce4fb154a4
kernel: Added use/kernel/drm
2020-05-22 13:34:37 +07:00
1d5b7b1938
server: Add un-def as optional kernel for use/server/virt
2020-05-22 13:34:37 +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
0a66396735
install2: do not cleanup ipv6 kernel module from install2
2020-05-22 13:34:36 +07:00
116bd3b9b0
install2: do not cleanup btrfs kernel module from install2
2020-05-22 13:34:36 +07:00
897dd46294
server: Disable use/power/acpi/button by default
...
use/power/acpi/button not needed for systemd.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
43b88933df
slinux: Drop tracker
...
There is no GUI for tracker any more and Xfce doesn't support it.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
3ea7f54c7d
slinux, slinux.mk: Add vm/slinux on x86
...
Can be useful for OEM.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
109ffec8a1
slinux: Rename 90-cleanup-pkgs -> 90-sl-cleanup-pkgs
...
warning: file clash: live/image-scripts.d/90-cleanup-pkgs~
2020-05-22 13:34:36 +07:00
Mikhail Efremov
7b30b6324d
slinux: Use rootfs-installer-features for vm/ targets
2020-05-22 13:34:36 +07:00
Mikhail Efremov
8e6b4d0f61
slinux, slinux/multimedia-base: Use celluloid as media player on non-x86
...
Seems it works better there.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
3dc8d1c61a
slinux: Fix adding browser list
...
This list must be added for all SL variants.
Thanks jqt4@ for spotting.
This fixes commit 91715712cea6485e5395712d34441ae5a89fdbb3.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
458d2c4558
slinux: Use firefox on ARM and e2k
...
Seems firefox is faster as reported by jqt4@.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
6803bbbbe1
slinux: Don't pull installer-distro-s-l-stage3 to live
...
Apparently we don't wan't installer-features pulled by it.
All required installer-features pulled by
installer-feature-simply-livecd.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
cffdf0e363
slinux: Disable bell on created rootfs
...
So it will be disabled by default in live and vm/* images.
This make installer-feature-bell-off unneeded on SL-live.
See https://bugzilla.altlinux.org/show_bug.cgi?id=33653 .
2020-05-22 13:34:36 +07:00
Mikhail Efremov
c18155e614
slinux: Remove sytemd-{networkd,tymesyncd} from rootfs
...
Dunno why these packages pulled to rootfs.
They are shouldn't.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
edd2392cbb
slinux/live: Enable livecd-* services only
...
All other services should be added to SYSTEMD_SERVICES_* and
handled by rootfs image script.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
2c93da94fb
slinux: Use SYSTEMD_SERVICES_* variables
...
List services in the profile itself, files systemd-* in the
installer-distro-simply-linux shuold be dropped: we are want
the same list for installer, livecd and rootfs.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
183d85fa9f
features/services: Add SYSTEMD_SERVICES_{ENABLE,DISABLE}
...
Support systemd-spicific services, e.g. *.socket amd .service units.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
57a29b38dc
slinux: Set Russian as default in EFI mode
2020-05-22 13:34:36 +07:00
Mikhail Efremov
fd102a272f
slinux: Add use/efi/memtest86 and use/efi/shell
...
Also add use/bootloader/grub and mixin/desktop-installer.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
70bfc2d064
slinux, education.mk: Rename group Communications -> Internet/Networking
...
As more appropriate name for this group.
Also rename comm-base -> net-base.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
85b85beb43
slinux: Fixed start installer aarch64 iso
...
Added use/vmguest/kvm/x11 use/stage2/kms.
2020-05-22 13:34:36 +07:00
Mikhail Efremov
5f31779964
slinux: Use systemd-optimal
2020-05-22 13:34:36 +07:00
Mikhail Efremov
109271931b
slinux: Add all base lists to vm/*
2020-05-22 13:34:35 +07:00
Mikhail Efremov
6df21fd8c1
slinux: Move common part for vm/* to separate target
2020-05-22 13:34:35 +07:00
Mikhail Efremov
573a29872c
slinux, slinux.mk, slinux/misc-base: Add vm/slinux* targets
...
Build rootfs images for ARM.
2020-05-22 13:34:35 +07:00
Mikhail Efremov
4900dab9c4
slinux.mk, slinux: 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
3524d73b8c
desktop.mk, live.mk, live: Get rid of acpi
...
Apparently we don't want it with systemd-logind.
2020-05-22 13:34:35 +07:00
Mikhail Efremov
eeea63f92f
slinux, education.mk: Rename network-base -> comm-base
...
This list for Communications, not network in general.
2020-05-22 13:34:35 +07:00
Mikhail Efremov
948be19c53
slinux: Add chrony
...
Use chrony as NTP client.
2020-05-22 13:34:35 +07:00
Anton Midyukov
45c6adbf61
build-vm: fixed make-initrd for e2k
2020-05-22 13:34:35 +07:00
Anton Midyukov
0950ba8012
grub: added gfxmode support
2020-05-22 13:34:35 +07:00
Anton Midyukov
a6051acf94
kernel, stage2: make initrd and initfs for all kernels
2020-05-22 13:34:35 +07:00
Anton Midyukov
3d54dc5e7c
grub: added info messages for boot
2020-05-22 13:34:35 +07:00
Anton Midyukov
4945e85e1d
grub: Added submenu for kernel flavour change
2020-05-22 13:34:35 +07:00
Anton Midyukov
af00ee04fe
l10n: set try LOCALE en_US
2020-05-22 13:34:35 +07:00
Anton Midyukov
ed62966ee0
grub: Added submenu for langs change
2020-05-22 13:34:35 +07:00
Anton Midyukov
ea262607b8
grub: sed @relname@ all
2020-05-22 13:34:35 +07:00
Anton Midyukov
26535e49b9
grub: vnc install like as syslinux
2020-05-22 13:34:35 +07:00
Anton Midyukov
6083dd9fe0
grub: fix install-vnc-{connect,listen}.cfg
2020-05-22 13:34:35 +07:00
Anton Midyukov
b3c6f2ebad
rescue: Fixed enabled repo for apt-repo-branch
...
Repositories are signed with different keys. In addition, they may
not have a signature.
2020-05-22 13:34:35 +07:00
Anton Midyukov
81e49400d3
aarch64-dbm: added support mini-ITX board
2020-05-22 13:34:34 +07:00
Dmitriy Terekhin
1322a9c228
aarch64-dbm: added modules-load.d/snd-dummy.conf
...
The built-in sound device on DBM does not work.
As a result, video playback with the soundtrack
in the browser and media player stops.
To work around the problem, a dummy sound device
is used by default.
2020-05-22 13:34:34 +07:00
Dmitriy Terekhin
61442dfbfc
aarch64-dbm: added 98-dbm-startup-nsh
...
The tar2fs script writes the contents of the
/boot/efi directory to a disk image partition for EFI.
Place the scripts executed by EFI Shell in /boot/efi
2020-05-22 13:34:34 +07:00
Dmitriy Terekhin
12ab3f4156
aarch64-dbm: removed forced setting of screen resolution to 1280x720
...
With firmware from SDK-M-4.1, a screen resolution of 1920x1080
is supported
2020-05-22 13:34:34 +07:00
Dmitriy Terekhin
8bc377c712
aarch64-dbm: added 93-grub2-param-dbm
...
To load a Linux kernel onto a DBM board using GRUB2,
you need specific parameters on the kernel command line
and an explicit definition the dtb file to load.
This script creates the required settings in the file
/etc/sysconfig/grub2
2020-05-22 13:34:34 +07:00
Anton Midyukov
0cd5e2ea3f
aarch64-rpi4: add rpi4-boot-switch
...
Switch of boot mode for Raspberry Pi 4
In Alt, it is customary to load the kernel, dtb and initrd
using u-boot and configuration in extlinux.conf.
Firmware Raspberry Pi 4 loads and modifies dtb
according to config.txt configuration.
U-boot doesn't.
The scripts in this package allow you to switch boot modes:
Firmware loads the kernel, dtb, and initrd. U-boot is not used.
Firmware loads dtb. U-boot loads the kernel and initrd.
U-boot loads the kernel, dtb, and initrd.
2020-05-22 13:34:34 +07:00
Anton Midyukov
7fbd12af5c
aarch64-rpi4: add RPi-audioswitch
...
Raspberry Pi 3/4 simply TUI switch between HDMI and 3,5mm
headphone jack audio output.
2020-05-22 13:34:34 +07:00
Dmitriy Terekhin
2af8ab0ee4
aarch64-rpi4: Generate file needed for WiFi on RasPi4
2020-05-22 13:34:34 +07:00
Dmitriy Terekhin
64ec069783
aarch64-rpi4: Initial feature for support RasPi4
2020-05-22 13:34:34 +07:00
Anton Midyukov
29906e77c6
rescue: cleanup extra locales
2020-05-22 13:34:34 +07:00
Anton Midyukov
72d0e0f1fb
armh-mcom02: use/no-sleep
2020-05-22 13:34:34 +07:00
Anton Midyukov
dc2101a01d
uboot: setup serial tty for qemu
2020-05-22 13:34:34 +07:00
Anton Midyukov
482e11ab9d
no-sleep: initial feature
...
This feature disabled suspend, sleep, hibernation mode.
2020-05-22 13:34:34 +07:00
Anton Midyukov
c310a1e999
mipsel-bfk3: add root and boot partitions to /etc/fstab
2020-05-22 13:34:34 +07:00
Anton Midyukov
11cc65a117
stage2: Added ahci_platform.ko into 50-stage2-ata
...
This kernel module needed for bootloading on dbm2 (Baical-M)
2020-05-22 13:34:34 +07:00
Anton Midyukov
df6ce49a9d
branding: gfxboot and plymouth for all arches
...
Partially this is a return of the commit 35db75378e
.
For branding packages, regexp is used. Therefore, it makes no sense to limit them
to architectures. use/plymouth and use/syslinux was fenced separately.
2020-05-01 23:49:57 +07:00
Anton Midyukov
c0c5c94b99
plymouth: not supported for not-X86
2020-05-01 23:49:57 +07:00
Anton Midyukov
cc248448a0
build-vm: running make-initrd later plymouth setup
2020-05-01 23:49:57 +07:00
Anton Midyukov
b4674cd512
plymouth: initial support rootfs
2020-05-01 23:49:57 +07:00
Anton Midyukov
ffc0b9a373
plymouth: fixed for used with not distro targets
2020-05-01 23:49:57 +07:00
Anton Midyukov
e64ea1c4b1
x11: use/x11/xorg for aarch64 allowed full
2020-05-01 23:49:57 +07:00
Anton Midyukov
1aa6397c93
live: Not disabled crond
...
crond is needed for log rotation.
See-also: https://forum.altlinux.org/index.php?topic=36177.msg346822#msg346822
2020-05-01 23:49:57 +07:00
Anton Midyukov
fb040b7480
x11: drop xorg-drv-wizardpen
...
Dropped from Sisyphus.
See-also: http://git.altlinux.org/tasks/archive/done/_241/246827/logs/events.2.1.log
2020-05-01 23:49:57 +07:00
Anton Midyukov
f0a02f043d
kernel: Added INITRD_MODULES more for aarch64, armh, cleanup
2020-05-01 23:49:57 +07:00
Anton Midyukov
a5d46a88ca
kernel: add Rockchip SoC support
2020-05-01 23:49:57 +07:00
Anton Midyukov
9040722f11
kernel: added initrd modules for support USB boot on Raspberry Pi
...
xhci-plat-hcd needed for USB boot on Raspberry Pi 4B
dwc2 needed for USB boot on Raspberry Pi 3B, 3B+
2020-05-01 23:49:57 +07:00
Mikhail Gordeev
a4ee3d2e82
install2: Do not remove fuse module
...
It is needed by ntfs
2020-05-01 23:49:56 +07:00
6fb8793c8b
efi: ignore use/efi/lilo use/efi/grub on an unsupported target arch
2020-05-01 23:49:56 +07:00
Anton Midyukov
15cbaefdda
stage2: Added support ntfs in 50-stage2-fs
...
See-also: https://bugzilla.altlinux.org/37598
https://bugzilla.altlinux.org/37636
2020-05-01 23:49:56 +07:00
Anton Midyukov
070bc04017
stage2: Added use/stage2/sbc
...
This list kernel modules for loading on single board computers.
2020-05-01 23:49:56 +07:00
Anton Midyukov
192dca1302
stage2: update 50-stage2-usb
...
Add more usb kernel modules
2020-05-01 23:49:56 +07:00
Mikhail Efremov
c84aa6be32
services: Fix generation of on/off services lists
...
If we already have systemd-{enabled,disabled} lists, then
don't overwrite them, just add lists to them.
Services presented in the lists should be filtered out
from services-{on,off} lists already.
This fixes commit 2b50111650
"services: Don't touch services already listed in the config".
2020-05-01 23:49:56 +07:00
Mikhail Efremov
c1250f8bb8
domain-client: Drop krb5-ticket-watcher
...
Suggested by cas@.
2020-05-01 23:49:56 +07:00
Mikhail Efremov
0f35cc865c
install2: Drop installer-feature-journald-tty
...
Use systemd-settings-enable-log-to-tty12 (included by +systemd-optimal)
instead.
2020-05-01 23:49:56 +07:00
Mikhail Efremov
badfca54c4
efi, base+efi: Don't add efivars to /etc/modules
...
Module efivars will be loaded by udev now.
2020-05-01 23:49:56 +07:00
Anton Midyukov
80c348ae20
init: +systemd-optimal do not call +systemd
2020-05-01 23:49:56 +07:00
Anton Midyukov
6ccfa1546e
armh-mcom02: Fixed /etc/alsa-set-initial-options
...
Kernel module snd-seq-midi is not compiled for mcom02.
2020-05-01 23:49:56 +07:00
Anton Midyukov
1436fa5ff7
cleanup: added qt5-base-common into use/cleanup/x11-alterator
2020-05-01 23:49:56 +07:00
Anton Midyukov
342254e8cc
server: enable libvirtd service by default
...
Users expect that if virtualization is selected during installation
of the distribution, the libvirtd service will be enabled.
2020-04-07 22:35:52 +07:00