Andrey Cherepanov
bd12549b57
education/base: remove firefox-esr, use chromium
2020-05-22 13:34:35 +07:00
Andrey Cherepanov
90eb7dcbfc
education/base: add recoll-full for full-text search
2020-05-22 13:34:35 +07:00
Andrey Cherepanov
748654d695
slinux/games-full: use newer gcompris-qt instead of obsoleted gcompris
2020-05-22 13:34:35 +07:00
Andrey Cherepanov
f1e3978324
slinux-arm: Remove missing xfce4-quicklauncher-plugin
2020-05-22 13:34:35 +07:00
Anton Midyukov
d603a36e64
education.mk: initial build for aarch64
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
7a55147ed2
regular.mk: Added use/branding/full into distro/.regular-desktop
...
This needed for aarch64.
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
fb7506b0b0
mixin.mk: use/l10n for desktop regulars
...
needed for change languages in grub.
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
afa3825492
regular.mk: use/efi/refind for install-x11 instead install
2020-05-22 13:34:35 +07:00
Anton Midyukov
f0859ca927
p9.mk: added jeos-systemd
2020-05-22 13:34:35 +07:00
Anton Midyukov
d945f9a094
regular-vm.mk: added reduced-resource for mcom02
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
6a92964f50
realtime/tests: fix list for p9
...
needed python-dmidecode.
2020-05-22 13:34:35 +07:00
Anton Midyukov
fac59c9ed4
engineering, realtime.mk: added engineering/misc list
2020-05-22 13:34:35 +07:00
Anton Midyukov
1b6501a66f
p9.mk: added cnc-rt
2020-05-22 13:34:34 +07:00
Anton Midyukov
4321717572
realtime.mk: added cleanup packages for virtual machines
2020-05-22 13:34:34 +07:00
Anton Midyukov
38187babae
realtime.mk: initial
2020-05-22 13:34:34 +07:00
Anton Midyukov
02a5231ba5
stage1, stage2: allow multiple kernels
2020-05-22 13:34:34 +07:00
Anton Midyukov
639d1022bd
regular.mk; added use/init/sysv/polkit to regular-xfce-sysv-install
2020-05-22 13:34:34 +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
9bd0fcaf79
p9.mk, regular-vm.mk: add support Raspberry Pi 4
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
1ddc239364
conf.d/regular-vm.mk: use/no-sleep
2020-05-22 13:34:34 +07:00
Anton Midyukov
d25b523808
regular-vm.mk: ksplash disabled for kde5-tegra (workaround)
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
f439922d87
regular-vm.mk: Added +plymouth for desktop targets
2020-05-01 23:49:57 +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