- 23 Oct, 2019 1 commit
-
-
Michael Shigorin authored
This code started breeding within pkg.in/*/Makefile, and it was lacking both E2K (as a generic alias, not just "e2k or e2kv4") _and_ the ability to negate selection, as in "everywhere but not on any e2k"). Let's fix all of that at once, and parallelize sed execution as well; my tests with 1000-line file containing "a b c d@!E2K e@e2k f g@!X86 h i@IA32" lines show roughly 3x higher CPU load and lower execution time (~0.3 sec vs ~0.9 sec on 801-PC). And turn that code snippet into a proper filter with inline edit capability (I've dropped the exit trap as failing to mv signals a disaster anyway).
-
- 21 Oct, 2019 4 commits
-
-
Evgeny Sinelnikov authored
-
Michael Shigorin authored
-
Michael Shigorin authored
- make bails out on single image build error, see also make -k (iv@) - mipsel support (iv@, antohami@) - regular-vm.mk, refactoring, cleanups (antohami@)
-
Anton Midyukov authored
Conflicts with systemd-utils. See-also: http://bugzilla.altlinux.org/37352
-
- 16 Oct, 2019 2 commits
-
-
Anton Midyukov authored
Suggested-by: Anton Farygin <rider@altlinux.org>
- 03 Oct, 2019 1 commit
-
-
Anton Midyukov authored
...it's no more in Sisyphus too: See-also: http://git.altlinux.org/tasks/archive/done/_232/238525
-
- 30 Sep, 2019 22 commits
-
-
Alexey Shabalin authored
-
Anton Midyukov authored
...so that bits required for PXE boot are handy in the image. Suggested-by: glebfm@altlinux.org, klark@altlinux.org
-
Anton Midyukov authored
It's required to set BASE_BOOTLOADER variable, otherwise grub will get in *too*.
-
Anton Midyukov authored
Not used by systemd and looks obsolete generally as sysvinit-based disk images aren't really targeting low-resource systems these days _by default_ but rather _can_ target those as well; feel free to reconstruct these "RAM saving" bits as a part of e.g. lowmem patch.
-
Ivan A. Melnikov authored
-
Ivan A. Melnikov authored
bfk3 needs more than 10 seconds to bring the interface up and get the lease. TODO: make this configurable.
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Ivan A. Melnikov authored
sm750 is seen as framebuffer-only device, so it's not marked with master-of-seat tag with current udev (which does this mostly to dri cards). But without master-of-seat device logind does not report that the seat "CanGraphical", and thus sddm does not work for it; there might be other problems, too. This change adds udev rule that marks sm705's fb device as master-of-seat.
-
Ivan A. Melnikov authored
-
Ivan A. Melnikov authored
We only plan to distribute XZ-compressed rootfs tarballs. (mike@: merging cleaned-up version)
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Ivan A. Melnikov authored
Tavolga seldom has a serial port connected, so it makes more sense to write kernel and systemd's messages to tty1.
-
Ivan A. Melnikov authored
We don't know the root UUID at this point; recovery.rc will deal with it later, but we'd like to have even the tarball in a somwhat working state.
-
Ivan A. Melnikov authored
...with xorg-drv-btsm750 and packaged xorg.conf.
-
- 23 Sep, 2019 3 commits
-
-
Anton Midyukov authored
aarch64 repo has got std-def/un-def flavours by now.
-
Anton Midyukov authored
This commit fixes duplication of root device entry in /etc/fstab and changes LABEL=ROOT entry with the proper one if found. Apparently this didn't hurt qemu images much though...
-
Ivan A. Melnikov authored
Before this change, we could have 0 exit code from the main make process even when some targets failed to build on some architectures: $ make ARCH=mipsel [...] vm/tavolga-regular-mate-ex.recovery.tar ** ARCH: mipsel 10:15:06 cleaning up 10:15:06 initializing BUILDDIR: build/ 10:15:06 preparing distro config: build/distcfg.mk make[1]: *** No rule to make target 'use/systemd-coredump', needed by 'profile/.extra'. Stop. [nightly-mipsel@loongson5 mkimage-profiles]$ echo $? 0 Use `make -k' to get the old behaviour.
-
- 16 Sep, 2019 7 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- recovery.tar support (iv@) - mixin/mixin deps, aarch64 EFI, mcom02 & jetson nano support, multikernel & portability fixes, refactoring & cleanups (antohami@) - document STAGE1_MODLISTS (me)
-
Anton Midyukov authored
This fixes warning at enlightenment startup.
-
Anton Midyukov authored
...to extend the supported protocols list as suggested. See-also: b869d365f195a7070f1f6c425795b4c058b18c6c
-
Anton Midyukov authored
...to make it easier for all builds including nm-applet to add this target.
-
Anton Midyukov authored
Suggested-by: Isaac Newton See-also: http://sdelanounas.ru/blogs/123886/?pid=1156605#comments
-
Michael Shigorin authored
This was highly inobvious, and should have been documented within the very same commit adding the variable! See-also: https://bugzilla.altlinux.org/30239 See-also: https://bugzilla.altlinux.org/32171
-