Anton Midyukov
9fba17972c
Makefile, params.txt: add new parametr NO_SYMLINK
...
NO_SYMLINK disables the creation of symlinks for the builded image.
2021-06-06 19:55:23 +07:00
Anton Midyukov
8dbd0a0fee
Makefile, lib/build.mk: fix usage AUTOCLEAN with DEBUG
...
make distclean should be launched after copying the log when
debugging is enabled.
2021-06-06 19:55:23 +07:00
Anton Midyukov
c8bbabcd2a
kernel: add missing virtio kernel modules to VM_INITRDMODULES
...
fix commit e00c4243d8
regression.
2021-06-06 19:55:23 +07:00
Anton Midyukov
493b888162
xfce-sysv: add fbset
...
Suggested-by: Speccyfighter
2021-06-06 19:55:23 +07:00
Anton Midyukov
384f33ec7b
realtime.mk: Not add efi=runtime to EFI_BOOTARGS
...
efi=runtime enabled efivarfs suppot for realtime kernel.
But enabling this option results in high latency system response
that is unacceptable for real-time.
However, the system can still be installed by selecting
'EFI (removable)'. Secure boot has been supported since
December 2020 for this grub-efi bootloader installation option.
2021-06-06 19:55:23 +07:00
Anton Midyukov
f3c0d17726
realtime.mk: rename to regulars config
2021-06-06 19:55:22 +07:00
Anton Midyukov
687de6f55c
engineering.mk: rename to regulars config
2021-06-06 19:55:22 +07:00
Anton Midyukov
c042127a38
regular.mk: add ve/regular-chroot
...
Use instead ve/alt-p9-ovz-generic.
2021-06-06 19:55:22 +07:00
Anton Midyukov
908a6774a9
p9.mk, regular.mk, regular-vm.mk: build starterkits from configs regulars
2021-06-06 19:55:04 +07:00
Anton Midyukov
1d598f14b8
doc/Makefile: not clean .fop.xconf
...
.fop.xconf needed for building pdf.
2021-06-06 19:15:17 +07:00
Anton Midyukov
6d584b06e8
main.mk, mixin.mk, doc: add parametr BRANCH
...
The BRANCH parameter indicates that the target is a starterkit and
not a regular build for Sisyphus.
2021-06-06 19:06:36 +07:00
Anton Midyukov
d9e98d1a5f
regular.mk: Not set KFLAVOURS to std-def
...
std-def is the default for the architectures on which it is available.
2021-06-03 15:58:35 +07:00
Anton Midyukov
190e954806
Revert "p9.mk: Not use firefox-esr on aarch64, armh by default"
...
There are no more problems with firefox esr on aarch64.
This reverts commit 98f0735cfa
.
2021-06-03 15:58:35 +07:00
Anton Midyukov
a10ff3f906
grub: fix 83rescue_fm.cfg, 85mediacheck.cfg
...
Add multiple kernels support and initrd.img support instead full.cz.
2021-06-03 15:58:35 +07:00
Anton Midyukov
d3fb96e122
engineering.mk: Drop livecd install from engineering-live
...
Now you need to use engineering-install to install
2021-06-03 15:58:34 +07:00
Andrew A. Vasilyev
46480db987
server-v: 9.2
2021-05-21 08:33:13 +07:00
Andrew A. Vasilyev
20a8f9b5ab
server-v: remove server-v/lxd dependancy (thx obirvalger@)
2021-05-21 08:32:57 +07:00
Andrew A. Vasilyev
05e7b696b3
virt: add systemd-settings-disable-kill-user-processes
2021-05-21 08:32:28 +07:00
Andrew A. Vasilyev
893ec144d5
virt: add hinic/hifc modules for aarch64
2021-05-21 08:32:04 +07:00
Anton Midyukov
28bbb4a42a
gear-store-tags
2021-05-21 00:17:58 +07:00
Anton Midyukov
94b2829bd5
1.4.12-alt1
...
- fix VM_SAVE_TARBALL parameter support
- grub: save ang read default menu item (thanks jqt4@, sin@)
2021-05-21 00:16:16 +07:00
Anton Midyukov
32f1491fbd
grub: Add save default item support for more items
2021-05-21 00:07:30 +07:00
Anton Midyukov
8f01688b34
grub: Fix selection of default item
...
1. Didn't work before because the variable was not exported.
2. Fixed the logic broken by the introduction of support for saving
the selected item on the FAT partition.
2021-05-21 00:03:59 +07:00
Anton Midyukov
366f6a6ba5
build-vm, image.in: Fix parameter VM_SAVE_TAR -> VM_SAVE_TARBALL
...
The code is given in accordance with the documentation
See-also: commit 2987fa8f61
2021-05-20 20:41:35 +07:00
Dmitriy Terekhin
efec47fa42
grub: save ang read default menu item
...
If the ISO image has a FAT partition and the image is written
to a flash drive, then it is possible to write to this partition
of the flash drive.
This is necessary, for example, if the user
does not want to install the system, but wants to constantly work
in LiveCD mode with or without recording sessions.
In order for this code to work, you need to make changes
to the FAT partition of the image on the flash drive:
Add the 1st line to the grub.cfg file:
set pfxfat=${prefix}
Write a 1kb file grubenv.
If grub.cfg contains a line like '^default=id',
then the read value is not used.
2021-05-19 15:55:44 +04:00
Evgeny Sinelnikov
aed27a30f8
grub: look for any way to set default menu item
...
This prepares the ability to write and read
the default menu item from the grubenv file.
If grub.cfg contains a line like '^default=id',
then the read value is not used.
Setting the default menu item from the grubenv file
will be indented inside the 'if' optator and therefore
does not match the '^default' pattern.
2021-05-19 15:52:34 +04:00
Anton Midyukov
8354c1bb70
gear-store-tags
2021-05-17 18:37:52 +07:00
Anton Midyukov
3d2c882ca7
1.4.11-alt1
...
- build-vm: Add ability to build .img.xz (thanks sem@)
- reports.mk: optimiztion for generate rpm and srpms lists (thanks mike@)
- reports.mk: generate targets.svgz instead targets.png
- add VM_SAVE_TARBALL parameter
- add MKIMAGE_PREFIX parameter
- kernel: optimization use/kernel/initrd-setup
- set STAGE1_INITRD_BOOTARGS in initrd-propagator
- slinux 9.1
- education 9.2
2021-05-17 18:36:09 +07:00
Anton Midyukov
81dba53bc3
regular.mk: use syslinux bootloader for gnustep-sysv
...
It is necessary to monitor the state of syslinux in Sisyphus.
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
81391e9ca5
education: do not install syslinux and owamp-server missing on aarch64
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
c619f68409
education: use un-def kernel for aarch64 architecture
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
ac8f6f8da8
education/base: add wineexec to run Windows execulatble in two clicks
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
2ce7ac97f0
education: add jre for LibreOffice-still both for install and live
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
0dcb8ed5c5
education: Use complete LibreOffice set with langpacks both for install and live
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
ddf1f8b09b
education: release 9.2
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
ad4f247408
education: 9.2rc1
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
b9c68b7e0e
education/misc: replace gksu by beesu
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
03d7f2aa05
education/misc: add alterator-control
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
00a8da5bc3
education: add option to make FAT partition during install
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
f2fbbd2f0f
education/misc: add alterator-update-kernel for kernel update
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
ab118c32ba
education: use use/power/acpi instead of +power because this leads to a forced shutdown [distrtest-3933]
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
8852295296
education/misc: add alterator-grub [distrtest-2996]
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
a0b2f7769d
education/teacher: remove installer-feature-init-italc due to migrate to veyon
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
02e4820451
do not remove wifi support from install2 to show network interfaces
2021-05-17 18:14:29 +07:00
Andrey Cherepanov
e0380532ce
education: remove use/net-eth/dhcp to make NetworkManager work natively
2021-05-17 18:14:29 +07:00
Anton Midyukov
b2570d8246
lib/profile.mk, doc/params.txt: add parameter MKIMAGE_PREFIX
...
Previously, you had to specify two parameters MKIMAGE_PREFIX and
GLOBAL_PREFIX with the same value - the path to mkimage. And this
behavior has not been documented. The GLOBAL_PREFIX variable is
defined in mkimage in config.mk and rules.mk.
2021-05-17 18:14:29 +07:00
Anton Midyukov
f1df1961d3
kernel: exclude drivers/rtc from VM_INITRDMODULES
...
rtc not needed in initrd.
2021-05-14 12:48:26 +07:00
Anton Midyukov
d5c7db0824
x11: exclude primus for aarch64
2021-05-12 21:47:52 +07:00
Anton Midyukov
5cbd365f2c
uuid-iso: drop 30-propagator-method-cdrom-fuid
...
Not needed more. uuid assigned directly in configs.
2021-05-12 13:43:18 +07:00
Anton Midyukov
3e77e02956
grub, initrd-propagator, stage2, syslinux: set STAGE1_INITRD_BOOTARGS in initrd-propagator
2021-05-12 13:36:59 +07:00