3059 Commits

Author SHA1 Message Date
2dd2355153 server-v: update base.pkgs list 2019-08-12 20:09:49 +03:00
23961bc359 server-v: add extra.pkgs list 2019-08-12 20:00:27 +03:00
8063e85d87 add use/server/virt features and migrate server-v to use it 2019-08-09 22:47:01 +03:00
09c36632f0 intel-ucode allow for X86 only 2019-07-26 13:37:24 +03:00
dbfec168e6 server-v: add use/isohybrid 2019-07-26 12:43:45 +03:00
Anton Midyukov
9912062836 workstation/extras: Fix portability on aarch64 2019-07-26 12:25:42 +03:00
Anton Midyukov
bde3910eb8 efi: fix portability on aarch64 2019-07-26 12:24:47 +03:00
Anton Midyukov
7d1f1b11dd 90-build-distro.mk, boot.mk: add ARM64 EFI support for distro targets
# Conflicts:
#	features.in/build-distro/lib/90-build-distro.mk
2019-07-26 12:22:15 +03:00
1370bfb150 server-v: not use systemd-full(+systemd), because install vconsole-setup-kludge 2019-07-24 22:20:24 +03:00
6e22a8cbcb server-v: disable autostart services, which should first configure 2019-07-24 22:08:17 +03:00
dc14fbac7b server-v: fix use profiles_arch 2019-07-24 22:03:25 +03:00
6adf3bfe3f server-v: update names of groups 2019-07-24 21:58:16 +03:00
85853a323c use bootsplash for installer only, not install plymouth to destination 2019-07-24 20:57:23 +03:00
f9eb0bff2d server-v: drop rkt from containers 2019-07-24 20:29:53 +03:00
6bd482755f server-v: enable more services 2019-07-24 19:22:13 +03:00
fc990ac970 server-v: update used features 2019-07-24 19:20:02 +03:00
d573bfdbe9 server-v: disable package cockpit 2019-07-24 19:15:32 +03:00
70b7d2f35e server-v: update network software 2019-07-24 18:47:03 +03:00
782e890269 server-v: update backup software 2019-07-24 18:47:03 +03:00
e171d12497 add more backup software 2019-07-24 18:47:03 +03:00
74a984b20c Revert "Revert "90-enable-repo: use ftp.altlinux.org as default mirror""
This reverts commit 11b5865dc151bcfb6d279413ae0e71bbc2b77fd8.
2019-07-24 18:47:03 +03:00
b0b1211215 server-v: update meta-info changes 2019-07-24 18:47:03 +03:00
b657f8e40c server-v: add docker-compose to docker list 2019-07-24 18:47:03 +03:00
e1c3885890 server-v: move nfs-clients,dhcpcd,tzdata from pve to base.pkg, and add su and sudo 2019-07-24 18:47:03 +03:00
6580be4c60 server-v: update base pkg list 2019-07-24 18:47:03 +03:00
Gleb Fotengauer-Malinovskiy
405c678323 server-v: add initial ppc64le support 2019-07-20 11:46:46 +03:00
Gleb Fotengauer-Malinovskiy
3d91acda28 Add installer VNC configs with different labels for images with grub bootloader 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
9a3fed339f install2: fix definition of default password in vnc listen config 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
ed0fb56327 regular-jeos: use grub on architectures not supported by lilo 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
a354ba8c14 bootloader: provide lilo and grub support only on corresponding arches 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
ee37afc199 install2: +install: enable use/install2/full for all arches 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
759e06b40c install2: enable kvm on all arches supported by qemu 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
527ebf7d63 workstation: add arch conditions to package lists 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
bcc849c816 lists/grub: add powerpc-utils on aarch64
When grub-install(1) works on non-virtualized PowerPC system it may
execute scripts from powerpc-utils package.
2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
2727d2a94a rescue: add arch conditions to package lists 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
03dd78f6eb rescue: on ppc64le install grub-ieee1275 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
2dbb72ff25 ppc64le: use syslinux feature only to generate config 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
4148aa61e8 build-distro: use ieee1275boot BOOT_TYPE for ppc64le 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
ad24a9f80a Use ieee1275boot as bootloader on ppc64le
ieee1275boot bootloader support was added in mkimage 0.2.27.
2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
bc6856edec Add support of ppc64le vm images 2019-07-18 16:42:00 +03:00
Anton Midyukov
faa75ccdfd tar2fs: switch case for $BOOTLOADER
This allows you not to hope that only the packages of the desired
loader will be installed.

(cherry picked from commit 0f56e181892d7df64c123a509e8be31fba5f49b1)
2019-07-18 16:42:00 +03:00
Anton Midyukov
b0fdb2e935 build-vm, kernel, tar2fs: make-initrd happens now in build-vm 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
a0ecbb1784 Stop treating all ppc* architectures as ppc 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
3c429f1ce9 branding: pull gfxboot and plymouth in only on x86
Plymouth is (much more) portable, but our branding packages contain
bootsplash designs only on x86 nowdays.
2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
4bb2064529 vmguest: always provide vmguest/base and vmguest/complete features 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
48e6fc4796 vmguest: add kvm/x11 for all arches supported by qemu 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
5f05cbd031 syslinux: drop BOOT_TYPE definition (it is already defined by build-distro) 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
d78619af22 Untie plymouth feature from gfxboot 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
b2f8715797 90-enable-repo: uncomment all matching lines; drop always-broken arch logic 2019-07-18 16:42:00 +03:00
Gleb Fotengauer-Malinovskiy
c6dc3a4445 deflogin: add /altroot feature to create users root:alt and alt:root 2019-07-18 16:42:00 +03:00