- 17 Dec, 2012 6 commits
-
-
Michael Shigorin authored
That FIXME has been FIXED already.
-
Michael Shigorin authored
I will test more in kvm I will test more in kvm I will test more in kvm ...
-
Michael Shigorin authored
Intermediate one: build-propagator *is* run off stage1, no mkimage changes for that matter so far. This means that m-p still duplicates mki-pack-boot to some extent but the way to dedup this is still not clear enough...
-
Michael Shigorin authored
The initial approach required some quite involved postprocessing as described in http://www.altlinux.org/UEFI#HOWTO; after having ironed out the kinks so that initial EFI support could be merged into mkimage proper we're better off just using it, eh?
-
Michael Shigorin authored
A next part in systemd conspiracy practice: this time it tried to take over the installer but was caught on site!
-
Denis Smirnov authored
-
- 03 Dec, 2012 11 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- initial kde4 support
-
Evgeny Sinelnikov authored
-
Evgeny Sinelnikov authored
-
Evgeny Sinelnikov authored
-
Evgeny Sinelnikov authored
-
Michael Shigorin authored
As was proposed by Alexey Varakin in community@, whdd was built for ALT Linux by drool@ and pauli@ with some help by torabora@ and mithraen@; looks like it's a worthy addition to the rescue kit.
-
Michael Shigorin authored
The problem manifests itself when the naive parser ignores any conditions that might have been set in the makefiles included with subsequent attempt to run a target which has its actual rule defined within e.g. "ifdef DEBUG" clause (as is the case for conf.d/test.mk); that will fail with no proper diagnostics currently. Maybe this would be of some use (but then again maybe not): http://stackoverflow.com/questions/3063507/list-goals-targets-in-gnu-make
-
Michael Shigorin authored
The previous part was fixed and discussed in commit c30490e2; so much for a deduplication effort... This would result in almost immediate make[1]: *** [profile/populate] Error 2 as well.
-
Michael Shigorin authored
That is, p6/t6 continue to use 3.81 (while providing 3.82 alongside with it), and Sisyphus has moved to 3.82 before p7/t7. We support both versions by now.
-
Michael Shigorin authored
While ildar@ has some reason for the slimmer image the somewhat standalone one is documented in examples for offline use, ruining it in-place is not an option. Let's just do a split (and lose a target-specific variable example in favour of a commodity pkglist by the way; oh well).
-
- 23 Nov, 2012 1 commit
-
-
Ildar Mulyukov authored
a live-builder appliance is (or may be) usually used for building software with many dependencies, hence needing access to external resources, e.g. apt repos with lib${NAME}-devel packages. This commit cuts RPM packages from the live-builder LiveCD.
-
- 22 Nov, 2012 2 commits
-
-
Ildar Mulyukov authored
-
Ildar Mulyukov authored
-
- 19 Nov, 2012 16 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- initial uefi, luks, armh support - enhanced arm, gnome3/systemd, vm support
-
Michael Shigorin authored
The issue (#28002) resulting in vm image build error reading Syntax error at or above line 5 in file '/etc/lilo-loop.conf' was caused by fdisk-2.22 changing its "-l" option output format to drop the very mention of the long irrelevant crap named "CHS". The problem is, however, that we still need that crap to piggyback a loop device's fake geometry to lilo while installing it there. Reported by icesik@.
-
Michael Shigorin authored
Somewhat kludgy unfortunately and might need even more tweaking, I have only armv7l board handy at the moment to verify that the transformation is going to work. QEMU is bailing out here and now ("Exec format error"). Example sources.list.sisyphus.armh of the season: rpm http://ftp.altlinux.ru/pub/people/asdus/sisyphus armh classic rpm http://ftp.altlinux.ru/pub/people/asdus/sisyphus noarch classic
-
Andrey Liakhovets authored
An example for sam9x25-ek: make \ PACK_UBI_MIN_IO_SIZE=2KiB \ PACK_UBIFS_OPTS="-e 124KiB -c 1984" \ PACK_UBI_OPTS="-p 128KiB -s 2048" \ PACK_UBI_VOL_TYPE=dynamic \ PACK_UBI_VOL_NAME=rootfs \ PACK_UBI_VOL_FLAGS=autoresize \ HSH_EXCLUDE_DOCS=1 ARCH=arm APTCONF=apt.conf.sisyphus.arm ve/generic.ubifs https://bugzilla.altlinux.org/show_bug.cgi?id=27994#c0
-
Michael Shigorin authored
It's beta too but holding off the feature seems counterproductive.
-
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.
-