- 06 Aug, 2018 1 commit
-
-
Michael Shigorin authored
This is to make building addon images possible; those carrying packages but lacking any stage2.
-
- 25 Jul, 2018 5 commits
-
-
Michael Shigorin authored
doc/archdep.txt was the reason to look closer, and some other files needed a bit of facelift by now too (would be better to do that in sync).
-
Michael Shigorin authored
There's an ISO9660 COPY tag for license info file; make use of it, factoring use/docs/license out while at that. One of the goals was to make it hold the reference to reference to GPL in regular builds and starterkits ;-)
-
Michael Shigorin authored
A bunch of duplicated variable names for mkimage, just short-circuit those to the already available (and hopefully filled in) BOOT_* ones.
-
Michael Shigorin authored
Every .iso was assumed to be bootable since the very beginning[*], and isoboot images were deemed to be x86 isolinux ones; this didn't change with basic ppc/armh support as I never ran into hardware that would _boot_ those ISOs, not only run the code, and it was only e2k isodata project that finally forced this refactoring. It's still not perfect: pack and syslinux features still end up somewhat interwoven, and too much places care for architecture the image is being built for (instead of archdep features tossing their appropriate bits and pieces in). Should help: - any-arch regarding isodata images; - {x86,aarch64}/efi by decoupling isoboot and isolinux; - ppc{,64} as introducing yaboot support will be easier now; - mipsel{,64} too, hopefully. * I knew of school addon images baked with mkimage-profiles-desktop but postponed and then neglected the whole problem for years...
-
Michael Shigorin authored
This one will be handled by MCST at the moment.
-
- 23 Jul, 2018 4 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- alt-workstation: x86 (sem@), e2k (me)
-
Michael Shigorin authored
It's no more in p8 and sisyphus.
-
Michael Shigorin authored
It's the common part that should be more or less architecture independent (given enough packages in the corresponding repo) that's been moved into a mixin; archdep bits kept in basealt.mk (albeit rewritten). Note that this approach should help building ALT Workstation for both new arches (like aarch64 or mipsel) and new targets (like vm) altogether.
-
- 20 Jul, 2018 4 commits
-
-
Michael Shigorin authored
...to those arches having it.
-
Michael Shigorin authored
...to make those usable on other architectures as well!
-
Michael Shigorin authored
+vmguest should work everywhere it can at all either; it's most advanced on x86_64 in terms of hypervisors available; still aarch64 has kvm too.
-
Michael Shigorin authored
+installer should work everywhere it can at all, but full-blown one is currently developed on x86; provide at least the reasonable chunk elsewhere.
-
- 16 Jul, 2018 26 commits
-
-
Mikhail Efremov authored
It can be useful for bcache repair.
-
Mikhail Efremov authored
Show system-config-printer in the alterator.
-
-
-
Mikhail Efremov authored
ALT bug #34142.
-
Mikhail Efremov authored
It usefull if something goes wrong in the alterator-vm.
-
Mikhail Efremov authored
Seems some other branding-*-release can be installed in live chroot and post of needed branding-*-release package don't copy these files.
-
Mikhail Efremov authored
-
Mikhail Efremov authored
One browser will be enough. Let it be firefox.
-
Mikhail Efremov authored
-
Mikhail Efremov authored
For touchpad during installation.
-
Mikhail Efremov authored
Otherwise they can be pulled on live.
-
Mikhail Efremov authored
-
Mikhail Efremov authored
-
Mikhail Efremov authored
-
Mikhail Efremov authored
-
Mikhail Efremov authored
-
Mikhail Efremov authored
-
Mikhail Efremov authored
-
Mikhail Efremov authored
This is more appropriate default value nowaday.
-
Mikhail Efremov authored
If set then don't remove apt and rpm from live images.
-
Mikhail Efremov authored
Use it in the image filename, so we'll know what version of a distro it is.
-
Mikhail Efremov authored
The 'lang' option will be added by gfxboot according with choosed language.
-
Mikhail Efremov authored
If service already listed in the config files, then ignore status in the profiles variables.
-
Michael Shigorin authored
-
Michael Shigorin authored
- ldm feature (lakostis@)
-