- 10 Dec, 2021 1 commit
-
-
Anton Midyukov authored
grub.iso is available for more platforms.
-
- 16 Nov, 2021 1 commit
-
-
Anton Midyukov authored
At the moment it seems useless on other architectures.
-
- 18 Jun, 2021 1 commit
-
-
Anton Midyukov authored
It does not need to be set to std-def, if it is available, then it is already by default.
-
- 05 Aug, 2020 1 commit
-
-
Anton Midyukov authored
-
- 19 Feb, 2018 1 commit
-
-
Michael Shigorin authored
This looks like missing in server starterkit for me; builder one can be installed by hand if one knows how to do that but let's better be explicit about that.
-
- 21 Aug, 2017 1 commit
-
-
Michael Shigorin authored
It's strange but ve/builder and distro/live-builder along with distro/regular-builder are all mostly "independent", that is duplicating functionality without any reasonable gain; spotted finally.
-
- 09 Jun, 2017 1 commit
-
-
Michael Shigorin authored
Another minor facelift: - s/ALT Linux/ALT/gc (where applicable); - s/7.0/8.0/g; - 2017; - e2k; - links.
-
- 14 Jan, 2017 1 commit
-
-
Michael Shigorin authored
See http://altlinux.org/gear/remotes for rationale.
-
- 05 Jun, 2015 1 commit
-
-
Michael Shigorin authored
This one has been proposed by Oleg Ivanov again, and more are supposed to come as people use it.
-
- 31 May, 2015 1 commit
-
-
Michael Shigorin authored
This has been suggested by Oleg Ivanov: http://lists.altlinux.org/pipermail/antique/2015-May/002353.html ...and does make sense; additions are welcome. Ah, and fix that silly thinko with ~/.zshrc perms while at that.
-
- 09 Mar, 2015 1 commit
-
-
Michael Shigorin authored
It's entirely unclear to an unsuspecting curious user where the actual results of a proposed example hasher build end up; that's ~/hasher/repo, just state that.
-
- 11 Dec, 2014 3 commits
-
-
Michael Shigorin authored
There were quite a few things missing: - packager pseudo for both rpm and hasher; - proper target (so that i686 or athlon don't confuse people); - hasher repo for apt so that mkimage would use it too; - last but not least, a friendly bootstrap message! ;-)
-
Michael Shigorin authored
THE_* and friends are all unneeded for live builder image; this commit makes dev feature basically incompatible with install2 feature (which relies on the conventional behaviour of main subprofile), will have to think it all over if the combination of these two ever becomes needed.
-
Michael Shigorin authored
It feels like time to introduce regular-builder.iso, let's help it by factoring most of the common part out into the feature.
-
- 02 Jun, 2014 2 commits
-
-
Michael Shigorin authored
This should have been done back when live feature has been ported to use deflogin feature indeed :-/
-
Michael Shigorin authored
New mksquashfs requires /proc; mkimage 0.2.15 takes care for that; it's time for this feature to get accustomed either.
-
- 15 Jul, 2013 1 commit
-
-
Michael Shigorin authored
...instead of setting up pam_mktemp ourselves even if that was no big deal too.
-
- 16 Jul, 2012 1 commit
-
-
Michael Shigorin authored
su wasn't making it into the image breaking ~/.git setup, and there's no reason for a full default boot timeout either.
-
- 19 Mar, 2012 1 commit
-
-
Michael Shigorin authored
It looks like the intermediate targets aren't all equal: some define a finished feature while some create a common lower level piece of configuration. Let's do shortcuts for the former so that a distro line can be more terse and descriptive; help targets in features.in/ tweaked accordingly.
-
- 16 Feb, 2012 1 commit
-
-
Michael Shigorin authored
If there's an ethernet interface, a DHCP client, and these can result in connectivity out-of-box, then it's rather a feature for almost any LiveCD. Thus the configuration script is moved from dev feature to live one with the addition of dhcpcd/dhclient test. This is asking for some more neat solution though...
-
- 26 Dec, 2011 1 commit
-
-
Michael Shigorin authored
Initial openSUSE package base taming effort has shown that relatively few things should be fixed; subst has been generalized as -i option to sed(1) since its introduction, so let's just fix it.
-
- 19 Nov, 2011 2 commits
-
-
Michael Shigorin authored
The features might get copy-pasted (or even copied-and-pruned) when initialized; there's an unneccessary duplication of the function name in the line adding it to FEATURES list, thus prone to being forgotten and causing some havoc later on. It was wrong in the first place but tackling this with some double-colon rules ran into terminality issues, and further tortures were considered unneccessary. The current solution isn't perfect (no completely transparent function name registration upon corresponding target being called) but at least it is an improvement...
-
Michael Shigorin authored
We've got some parts of it in build-distro feature, and some went to dev feature for no real reason. But a bare installer might go without package base, and LiveCDs other than live-builder might find local repository useful given aufs2 root overlay. Now the overall scheme is more straightforward: - a distro: + asks that a package repo be included + cares to further add the packages to it - a repo feature: + pulls in sub/main for it to happen + provides genbasedir script to create repo metadata + supplements live feature with repo configuration
-
- 06 Nov, 2011 1 commit
-
-
Michael Shigorin authored
If you make distro/live-builder.iso, the result is an image containing almost everything (short of actual full enough repository) to rebuild itself. It will attempt to configure eth0 with DHCP and reach http://ftp.altlinux.org for packages. RAM requirements start with 2Gb, self-build is accomplished on a 4Gb host with "make CLEAN=1 distro/live-builder.iso". Packages required for "make distro/syslinux.iso" get included. (some due fixups all over the place too)
-