- 25 Jun, 2012 6 commits
-
-
Michael Shigorin authored
Finally tired of expr(1) quirks, and even ash(1) does $((arithmetic-expansion))!
-
Michael Shigorin authored
It appears that reusing installer-feature-*-stage3 packages is perfectly fine with VM images; these just need to be removed after the package scripts they carry have worked out.
-
Michael Shigorin authored
Raw disk images are convenient and universal but there are custom formats like Qemu's qcow2 providing additional features, e.g. copy-on-write or space savings. All of this ultimately belongs to mkimage but in the mean time has been implemented here as well.
-
Michael Shigorin authored
After we have built a bare virtual machine image successfully some variations are due, and these are to be described here.
-
Michael Shigorin authored
installer-feature-no-xconsole depends on stage2 bits and is NOT intended for installed/live systems at all; let's move to the proper stage3 based one.
-
Michael Shigorin authored
Was mentioning REPORTS while the variable name is REPORT.
-
- 22 Jun, 2012 1 commit
-
-
Mikhail Efremov authored
Don't allow systemd to set LANG for all processes. See ALT#27408 for details.
-
- 21 Jun, 2012 4 commits
-
-
Mikhail Efremov authored
Turn on xdg-user-dirs by default.
-
Mikhail Efremov authored
Workaround for ALT#13213.
-
Mikhail Efremov authored
$(IMAGE_NAME).$(IMAGE_TYPE) -> $(IMAGE_NAME)-latest-$(ARCH).$(IMAGE_TYPE)
-
Mikhail Efremov authored
Allow to put the log files and reports in a custom directory instead of IMIGEDIR.
-
- 18 Jun, 2012 10 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- new features: + initial build-vm + plymouth
-
Michael Shigorin authored
Yes, mkimage-profiles is now able to build VM disk images. So far the support is pretty basic: - a single hard drive image with a single partition/FS - only stock root password is configurable - LILO is hardwired as a bootloader The resulting images tend to boot under qemu/kvm though. Please see doc/vm.txt for the warning regarding additional privileges and setup required. This was started back in February but I still hoped to avoid sudo/privileged helper (and libguestfs is almost as undistributable as can be)... Thanks: - http://blog.quinthar.com/2008/07/building-1gb-bootable-qemu-image-using.html - Alexey Morarash who reworked that as https://github.com/tuxofil/linsygen - led@, legion@, vitty@, aen@ for providing advice and inspiration
-
Michael Shigorin authored
autologin won't register a consolekit session, and gnomes are too greedy regarding sessions to let us go unmolested... This particular image isn't production ready when built on current Sisyphus yet due to unresolved NM/dbus problems but I decided to at least archive the reached state.
-
Michael Shigorin authored
This one is contributed by Max Kosmach and somewhat streamlined/tweaked by me; a part of it rather belongs to nodm and xinitrc packages but is not exactly trivial to get it there due to the looming systemd-logind/consolekit disaster; see also #27449. Several hacks to make NetworkManager usable in a LiveCD environment are there too (but it resists so far).
-
Michael Shigorin authored
The second shot at an image worked out; MATE packages are not in Sisyphus yet, use rpm http://autoimports.altlinux.org/pub/ALTLinux/autoimports/Sisyphus $ARCH autoimports rpm http://autoimports.altlinux.org/pub/ALTLinux/autoimports/Sisyphus noarch autoimports
-
Michael Shigorin authored
These tweaks were suggested by rom_as@ based on his continued m-p-d work. distro/.live-desktop also changed to depend on use/plymouth/live
-
Alexey Shabalin authored
(mike@: actually no sense to set both KFLAVOURS and STAGE1_KFLAVOUR to the same value since the latter is derived from the former)
-
Michael Shigorin authored
Keyboard accelerators rather make sense with menu/vesamenu UI.
-
Michael Shigorin authored
Why would anyone try to remove apt when it's needed for package dependency tracking for the installation, it only takes a less cursory look at the build.log to figure out it didn't actually happen anyways...
-
- 14 Jun, 2012 1 commit
-
-
Michael Shigorin authored
An initial draft of it was done half a year ago but several tricky thingies had kept the code from showing up as it was rather brittle and incomplete. This implementation involves quite a few changes all over the place but finally works good enough for live and installer images. Please pay attention to the versions of these packages: - installer-feature-setup-plymouth (0.3.2-alt1+) - branding-altlinux-sisyphus (20110706-alt2+ if used) - plymouth (0.8.3-alt20.git20110406+) See also: - http://www.altlinux.org/Branding - http://www.altlinux.org/Plymouth
-
- 28 May, 2012 2 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- minor bugfixes
-
- 26 May, 2012 2 commits
-
-
Michael Shigorin authored
The more or less basic desktop appeared to lack base locale support (starting with glibc-locales).
-
Michael Shigorin authored
It somehow managed to evade me that $(TMP) might be uninitialized; definitely should be checked before stuffing into sed substitution command. NB: this could be done in pure make but my take was less readable. Thanks shadowsbrother/gmail for hitting and reporting this.
-
- 25 May, 2012 1 commit
-
-
Michael Shigorin authored
legion@ implemented skipping depmod call, and that's several more seconds for most of the images; let's shave these off if possible.
-
- 21 May, 2012 8 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- docs updates
-
Michael Shigorin authored
It might be spottable but not immediately obvious that a feature lives entirely in features.in/FEATURE and every target it provides is described in the corresponding config.mk; thanks dkr@ for asking.
-
Michael Shigorin authored
It wasn't exactly obvious that the actual image build isn't started with CHECK=1.
-
Michael Shigorin authored
It appears that while splitting off main.mk we've lost the ability to pass e.g. ARCHES via custom configuration; thanks dkr@ for spotting this.
-
Michael Shigorin authored
Whoops, forgot to feed placeholders for git to grok the empty directories that are needed later...
-
Michael Shigorin authored
It wasn't articulated clearly enough that features are strictly incremental (while variables can be overridden).
-
Michael Shigorin authored
lightdm-1.1+ handling had to be corrected regarding the separate greeters.
-
- 16 May, 2012 3 commits
-
-
Michael Shigorin authored
virtualbox-addition modules need drm (see also #27344).
-
Michael Shigorin authored
`make check' is a bit more convenient than relying on my head...
-
Michael Shigorin authored
Shame on me, these shouldn't get forgotten in the first place.
-
- 14 May, 2012 2 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- build helpers refactored - initial frontend support
-