- 19 Nov, 2012 10 commits
-
-
Michael Shigorin authored
Based on timonbl4@'s advice; might need some bleeding edge packages right now, feel free to ask (everything should be in place by p7/branch though).
-
Timur Aitov authored
-
Michael Shigorin authored
propagator-20121109-alt1 obsoleted initfs (and dropped mkinitfs script altogether); that was taken into account in both make-initrd-propagator and mkimage-profiles-desktop but not in mkimage proper, see also discussion in #27976.
-
Michael Shigorin authored
Tagged scripts got heavily postponed for the lack of practicability so far.
-
Michael Shigorin authored
Both do require postprocessing (see http://www.altlinux.org/UEFI) until mkimage receives xorriso support and efiboot.img is passed down there somehow, but it's beta than nothin' so far.
-
Michael Shigorin authored
EFI/UEFI is mostly about partitioning and bootloader setup, at least from a distribution's point of view; so the appropriate tools should be handy and firmware interface module should not be exterminated from installer images but get autoloaded instead. Please note that while there exists 32-bit x86 EFI we don't bother with it at the time being: it's relevant to some irrelevant Xeon systems as well as for the older Intel Macs (<2008) that are long out of fashion anyways. That is, initially we deal with x86_64 EFI only.
-
Michael Shigorin authored
Thanks ildar@ for both the request and clarifications regarding the build of the minimalistic GNOME3 LiveCD. NB: current GNOME3 is hooked on systemd.
-
Michael Shigorin authored
Introduced distro/.live-desktop-ru as a shortcut for distro/.live-desktop use/live/ru which occurs several times already (and the counter will increase right now).
-
Michael Shigorin authored
systemd is a tricky beast: getting it to actually launch gdm required considerable effort on the part of stupid myself. The relevant links: * https://wiki.archlinux.org/index.php/Systemd#Running_DEs_under_systemd * http://unix.stackexchange.com/a/35626/15296 Still looks pretty dirty, and there's some duplication with a hook in features.in/slinux as well.
-
Michael Shigorin authored
This was requested by aris@ for live-gnome.iso but is so far reasonable enough to do by default: the case of a LiveCD including X and a display manager but willing to get on with startx by default is rather nonexistant by now.
-
- 11 Nov, 2012 4 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- regressions--
-
Michael Shigorin authored
Thanks go to ildar@ for spotting this: my ~/.mkimage/profiles.mk routinely contains DEBUG = 1 line which effectively masked this regression in commit 307fb51f. Wouldn't be a big deal but syslinux.iso is recommended in tutorial docs being slim and fast-building, and it's also what's buildable locally in live-builder.iso environment.
-
Michael Shigorin authored
ildar@ noted that the test involving whitespace is too quirky for some quirky enough cases like rpm-dir file:/var/cache/apt/archives . x86_64 -- let's introduce word boundaries there.
-
- 10 Nov, 2012 1 commit
-
-
Michael Shigorin authored
*Of course* the "weird" [ ... ] || ... construct meant to avoid the non-zero exit status of the whole thing wasn't employed where it actually does make the difference! Thanks ildar@ for hitting and reporting this, as in + verbose '/usr/lib64/propagator exists' + '[' -n '' ']' mki-scripts: .../stage1/scripts.d/80-make-initfs: unable to run script. make[3]: *** [run-scripts] Error 1
-
- 09 Nov, 2012 1 commit
-
-
Michael Shigorin authored
The newer kernels have versioned NFS support code moved into a few separate modules with nice self-explanatory messages reading "Protocol not supported" if one has managed to overlook this; thanks boyarsh@ for heads-up (based on f545923271f9d1938d1887632ab4697c4c009039 m-p-d).
-
- 05 Nov, 2012 6 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- docs subpackage (HTML/PDF book)
-
Michael Shigorin authored
The initial sketch did work but was somewhat redundant while lacking the knob conveniently change output directory as well as means to get it cleaned up.
-
Michael Shigorin authored
Thanks torabora@ for the tip along with reference to his http://altlinux.org/asciidoc page.
-
Michael Shigorin authored
Docs should live happily together, after all, and toplevel should be more or less uncluttered :) Adjusted/rewrote as appropriate as well.
-
Michael Shigorin authored
It was actually an experiment leftover and spoils toplevel completion so let's drop that one, just as mentioned by torabora@.
-
- 31 Oct, 2012 1 commit
-
-
Mike Radyuk authored
-
- 30 Oct, 2012 1 commit
-
-
Michael Shigorin authored
It's not fun to boot into a livecd just to find that there's no lspci around!
-
- 29 Oct, 2012 2 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- diffable logs - AMD APU support
-
- 27 Oct, 2012 7 commits
-
-
Michael Shigorin authored
There's no gtk2-themes-qtcurve package in Sisyphus at the moment; let's fix image build until it's back again (if it ever is).
-
Michael Shigorin authored
This is thanks to the fact that alterator-based install2 needs alterator-browser-qt which needs X11 which needs working device drivers -- and at least AMD C60 APU would only yield a nice dotted white screen without that firmware. Roughly the same for X11 bearing LiveCD images.
-
Michael Shigorin authored
The rationale for the former is that the image gets slightly more compact (although the current sisyphus build is way larger than the t6/branch build of the optimization time, need to look into that...); and for the latter it's to provide yet another installer with a different enough kernel so that there's one more chance in a weird situation.
-
Michael Shigorin authored
Thanks boyarsh@ for a hint that VM-emulated cirrus VGA actually requires xorg-drv-modesetting when used with recent kernels.
-
Michael Shigorin authored
Actually just a split of livecd-webkiosk into the kiosk related part and generic livecd firefox setup (turning off queries that are pretty useless in that environment).
-
Michael Shigorin authored
Yet another rename, sigh. The release is worth the trouble though.
-
Michael Shigorin authored
This is a mild generalization of what has been done by hand to figure out a problem with make-initrd-propagator-0.10-alt1: stripping anything intrinsically volatile off the build.log. The filter set isn't perfect, and the proper logging will involve mkimage tweaks as well (e.g., one generally isn't interested in instrumental chroots' population that much, so it should only be verbose at the higher debug levels).
-
- 16 Oct, 2012 3 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- worked around enhancements in current make-initrd-propagator (thus fixed live image boot, finally)
-
Michael Shigorin authored
The issue that appeared pretty hard to diagnose occured to be the enhancement made in make-initrd-propagator=0.8.1-alt1.2 (that didn't hit Sisyphus until merged into 0.10-alt1) which drops propagator dependency. And that was optimized out in m-p, of course.
-
- 15 Oct, 2012 4 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- make-3.82 support - fixed live image boot to some extent (see #27640, #27852)
-
Michael Shigorin authored
The added pdir check was a hillarious(tm) overlooked bug indeed: I tried to put .../initfs/initfs instead of .../initfs as the result. Duly spotted by torabora@, thanks a lot. Still the kmod+propagator+kernel-image combo needed some tweaking too, see #27640
-
Michael Shigorin authored
A tiny bit less cut-n-paste. :)
-