Anton Midyukov
e009976d9e
kernel: add fbdev kernel modules to initrd
2021-12-20 23:11:42 +07:00
Anton Midyukov
3449a8ec2e
arm-rpi4: do not break build if there is no dtb for RPi4
2021-12-20 20:55:33 +07:00
Dmitriy Terekhin
0ad5244191
basealt.mk: change firefox-esr to chromium for vm/alt-workstation-rpi
...
Playing FullHD video with YouTube on Raspberry PI 4 in Firefox-ESR
starting with version 91 occurs with strong delays.
https://bugzilla.altlinux.org/41486
In the chromium problem is not observed.
2021-12-19 23:25:42 +07:00
Anton Midyukov
ddd1e7abf8
x11: do not use RADEON_PACKAGES variable in use/x11/radeon target
...
There are no proprietar videodrivers for Radeon in the repository.
The variable is needed to switch between proprietary and its free
video drivers. No longer needed.
2021-12-19 21:33:45 +07:00
Anton Midyukov
4ca235f56f
desktop+xorg: list update and cleanup
2021-12-19 21:30:41 +07:00
Anton Midyukov
4dc95bde8c
x11: update use/x11/xorg
...
use/x11/xorg is also used to build VM images that are intended for
virtual machines and SBC. For VM targets do not need support for
discrete video cards, as a rule.
2021-12-19 20:46:18 +07:00
86d304e103
install2, vmguest: add xorg-dri-vmwgfx to vmware drivers
2021-12-19 17:27:41 +07:00
Anton Midyukov
8551e71028
lib/profile.mk: add branding-<BRANDING>-release to PACKAGES_REQUIRES_INITROOT
...
It was a mistake to add branding package to the initialized chroot. There
were no problems until the package had dependencies. Now, when most branding
has a dependence on alt-os-release, chroot initialization broke.
See also ALT bug 41570.
Branding needed to be added to PACKAGES_REQUIRED_INITROOT so that it is
installed with basesystem.
2021-12-19 16:18:02 +07:00
Anton Midyukov
3517616c43
pkg.in/lists: exclude varible NO_SORT_PACKAGES from package lists
2021-12-16 17:59:09 +07:00
Anton Midyukov
a6bc0e63c0
oem: fix BASE_BRANDING to THE_BRANDING
...
BASE_BRANDING variable does not use.
Fix for commit: a2ca36201f
2021-12-16 16:45:07 +07:00
Anton Midyukov
354c2da85c
syslinux: cleanup syslinux/.in/ always
2021-12-16 16:44:55 +07:00
Anton Midyukov
98a5f60a53
x11: add use/power/acpi to enlightenment
...
Enlightenment uses acpid for power management.
2021-12-14 14:34:01 +07:00
Anton Midyukov
6318d8f014
mixin.mk, regular.mk: do not +power for regulars with systemd
2021-12-13 17:50:26 +07:00
Michael Shigorin
a028ee7734
profile.mk: quote variables properly
...
...otherwise:
$ make QUIET=1 REPORT=1 THE_APT_CONF=branch BRANDING=alt-starterkit ...
/bin/sh: line 5: [: too many arguments
/bin/sh: line 28: [: too many arguments
2021-12-13 17:29:27 +07:00
Anton Midyukov
3f87222be1
gear-store-tags
2021-12-11 17:50:25 +07:00
Anton Midyukov
4c5d420f65
1.4.22-alt1
...
- Revert "arm-rpi4: change firefox-esr to chromium"
- Revert "regular-vm.mk, regular.mk: add wireless support"
2021-12-11 17:48:27 +07:00
Anton Midyukov
99a88a81b6
Revert "regular-vm.mk, regular.mk: add wireless support"
...
This reverts commit 05212f6435
.
The image becomes very large.
2021-12-11 17:46:34 +07:00
Anton Midyukov
8c1c5f6eff
Revert "arm-rpi4: change firefox-esr to chromium"
...
This reverts commit 3e7b8d2943
.
No need to assign a browser in this feature. This feature used
actually for all aarch64, armh SBC.
2021-12-11 13:52:13 +07:00
Anton Midyukov
b25021dbe9
gear-store-tags
2021-12-10 22:56:10 +07:00
Anton Midyukov
1ddadb6aab
1.4.21-alt1
...
- tar2fs: start partitions from 34 MiB for riscv64
- add support build iso for riscv64
- oem: not use/x11vnc for use/oem/vnc
- oem: not use/net-eth/dhcp for use/oem/vnc
- build.mk, params.txt: add parameter USE_QEMU
- bin/archdep-filter: implement multi-matching (thanks mike@)
- init: Set priority for systemd-utils-standalone package (use/init/sysv)
- init: add apt-conf-ignore-systemd for sysvinit
- install2: Set piority for installer-distro-common-stage2 package
- live: Set piority for livecd-installer-features package
- oem: Set piority for rootfs-installer-features package
- regular.mk, regular-vm.mk: add NetworkManager to regular-builder
- build-vm: add 20-grub-terminal script for setup terminal_output
- use/net-eth: add dhcp ipv4 only support for networkd (thanks lakostis@)
- features: add gitlab-runner (thanks lakostis@)
- arm-rpi4: copy actualy dtb for last kernel
- net: fix setup NetworkManager controlled with etcnet (fix typo in 50-net-nm)
- alt-server: add latest commits (thanks boyarsh@)
- alt-workstation: add latest commits (thanks sem@)
- slinux: add latest commits (thanks sem@)
- alt-education: add latest commits (thanks cas@)
- server-v: add latest commits (thanks shaba@)
2021-12-10 22:55:08 +07:00
Dmitriy Terekhin
637e7af6fa
arm-rpi4: SMART devices are usually not used on RPi4
2021-12-10 22:55:01 +07:00
Anton Midyukov
05212f6435
regular-vm.mk, regular.mk: add wireless support
...
NetworkManager allows you to configure wireless connections.
2021-12-10 21:38:26 +07:00
Dmitriy Terekhin
3e7b8d2943
arm-rpi4: change firefox-esr to chromium
...
Playing FullHD video with YouTube on Raspberry PI 4 in Firefox-ESR
starting with version 91 occurs with strong delays.
https://bugzilla.altlinux.org/41486
In the chromium problem is not observed.
2021-12-10 21:04:17 +07:00
Anton Midyukov
5803b40a14
live.mk: fix buildable live-gimp
2021-12-10 21:04:17 +07:00
Anton Midyukov
49e92b36ba
desktop.mk: hide broken targets
2021-12-10 21:04:16 +07:00
Anton V. Boyarshinov
e1aae5d444
mixin-alt-server.mk, centaurus: add a group of pve-backup-server
2021-12-10 21:02:37 +07:00
Anton V. Boyarshinov
e12ab7f6d9
conf.d/mixin-alt-server.mk: set kernel to std-def
2021-12-10 21:02:24 +07:00
Anton V. Boyarshinov
cc534db763
conf.d/mixin-alt-server.mk: ISO meta info fixed
2021-12-10 21:02:01 +07:00
Mikhail Efremov
b16f1147a0
workstation: Disable systemd-userdbd service by default
...
It causes some problems with domen users.
Suggested by cas@.
2021-12-10 20:50:34 +07:00
Mikhail Efremov
6ac29ab651
workstation: Use workstation/libreoffice list on live
...
We are have our own list for LivreOffice, use it.
Beside, there is no java in the desktop+office list.
2021-12-10 20:50:34 +07:00
Mikhail Efremov
f2d7b2880e
slinux: Use backgrounds for SL-10
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
67c7ae5366
education: use std-def kernel flavour
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
34770851fe
education: control fusermount wheelonly
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
bee1bc890b
education/misc: add flatpak
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
ef397d1ea4
education: add installer features for lightdm and quota
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
c378be5c01
education/misc: add hw-probe
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
fea3d9658b
education/misc: add gutenprint-cups-ppds, remove deprecated hplip-PPDs
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
6f7de5aea0
education/misc: add sane-airscan
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
5f1f9d5e83
education: add mousepad to installed system and live
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
c4f9a3ae03
education: do not install settings-alsa-sof-force
...
Do not install by default, put on disk.
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
1b91eb2eab
education: remove "beta" suffix from version
2021-12-10 20:50:34 +07:00
Andrey Cherepanov
95e755ccb1
education: disable host2cat to avoid dnsmasq crash
2021-12-10 20:50:34 +07:00
Anton Midyukov
9fa3dbd8f0
net: fix setup NetworkManager controlled with etcnet (fix typo in 50-net-nm)
2021-12-10 20:50:34 +07:00
Anton Midyukov
c8322e069d
image.in, sub.in: fix cleanup .gitignore from stage1, stage2
2021-12-10 20:50:33 +07:00
Anton Midyukov
f783d28dd9
Revert "Do not rsync .gitignore to build directories"
...
This reverts commit 366cb49dbe
.
.gitignore is needed for packaging empty catalogs to the profile archive.
2021-12-10 20:50:33 +07:00
fc533420d8
storage/zfs, virt/extra.pkgs: disable zfs for ppc64le
...
zfs module can not build for ppc64le sinse kernel 5.10.
2021-12-10 20:50:33 +07:00
Anton Midyukov
e066586cba
arm-rpi4: copy actualy dtb for last kernel
2021-12-10 20:50:33 +07:00
Anton Midyukov
f35d6500a2
grub: use a more reliable way to identify theme in stage1/scripts.d/01-grub
...
Use a more reliable way to identify the theme grub.
2021-12-10 20:50:33 +07:00
Anton Midyukov
635c5263f3
regular.mk: do not use main repo and livecd-online-repo for builder
...
1. Package repository on a disk with Live is not necessary.
2. Online repositories need to be connected always, and not when
there is a network. The network can be configured after bootloading.
2021-12-10 20:50:09 +07:00
Konstantin A. Lepikhov
aa77013d70
use/gitlab-runner: update README
...
- added notes about mkimage network options.
2021-12-10 20:40:01 +07:00