- 19 Sep, 2014 6 commits
-
-
Michael Shigorin authored
These started out with the now-classic vi and emacs ones, elinks has been the next step, and bash helps debugging.
-
Michael Shigorin authored
This one has been inspired by these guys: http://www.informatimago.com/linux/emacs-on-user-mode-linux.html https://raymii.org/s/blog/Vim_as_PID_1_Boot_to_Vim.html It's aimed at building images running their main userspace piece instead of ramdisk's init, that means PID=1, UID=0. Mostly fun of course but it suddenly became interesting with kernel IP autoconfiguration and e.g. elinks running this way (NB: requires patched make-initrd 0.8.8 at the moment to get resolver configured). And startup times are way better than sysvinit and systemd combined!
-
Michael Shigorin authored
This function's got its argument order chosen for "aesthetical" reason of $(2) following $(1) in the macros but the logical order is exactly the opposite: we care for kernel flavour much more than for module set (which is dependent upon it). So while silent dropout of kernel-image if KFLAVOURS is set but KMODULES is empty could be fixed by testing for $(2) only, it looks like a good time to fix this discrepancy altogether.
-
Michael Shigorin authored
stage2 has been thinking it's synonymous with propagator and used to usurp kernel's belongings either; carefully tear scripts apart so that kernel feature makes sure initrd gets generated, and stage2 (which is still all about propagator) cares for its bits.
-
Michael Shigorin authored
It's been a given that any stage2 is propagator-based but that's not neccessarily so; the "run X as PID 1" sort of contest has sparkled interest in some others.
-
Michael Shigorin authored
xorg-drv-vmware is desirable for guests with X11 but undesirable for text-only ones; let's provide this knob at least but ideal m-p would figure out that an image with use/x11 and use/vmguest/vmware should receive this intersection either.
-
- 15 Sep, 2014 7 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- regular fixes
-
Michael Shigorin authored
IOW URW EOL
-
Michael Shigorin authored
This aims to work around URW fonts deficiencies combined with the relatively high position of their standard ones in default /etc/fonts/conf.avail/60-alt-post-user.conf; see also #30293, #30294.
-
Michael Shigorin authored
This has missed 20140912 starterkits unfortunately, nightly builds excluding installers didn't catch it and beta testing hasn't uncovered this either.
-
Michael Shigorin authored
It's not EFI-bootable due to the extra size penalty with current build/boot technology, but it's also not ISO-hybrid as most images are made hybrid by making them EFI-capable as well since the processes are related. Thanks dango at the forum for asking: http://forum.altlinux.org/index.php/topic,33094.msg236808.html#msg236808
-
Michael Shigorin authored
Makes no sense without ahttpd anyways; thanks lewellyn@freenode again. Disable bridge service as well (gotta figure out what pulls it in).
-
- 01 Sep, 2014 2 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- starterkits alpha
-
- 31 Aug, 2014 1 commit
-
-
Michael Shigorin authored
Borders with archive+extra but that one contains standalone tools and this is a FUSE-based one -- with more of those included in this particular pkglist already; if we decide that it's a worthy addition to any image requesting a bunch of archiving tools then it might move.
-
- 30 Aug, 2014 2 commits
-
-
Michael Shigorin authored
It's useless as of right now: - menu file and udisks2 dependency are missing - udisks2 itself lacks an initscript Let's note these deficiencies at least...
-
Michael Shigorin authored
Using just a single one of those tends to end up problematic at times but any two use to suffice.
-
- 29 Aug, 2014 1 commit
-
-
Michael Shigorin authored
Maybe firmware feature should be merged into kernel feature as the firmware binaries added by it are only used by kernel but let's clean up a bit at a time.
-
- 27 Aug, 2014 2 commits
-
-
Michael Shigorin authored
Just spotted that .disk/profile.tgz would hold distcfg.mk with pre-expanded $(HOME) from build host which is both info leak (user account that was used to build the particular image) and just wrong given that the in-image profile archive was conceived as a means to pass that part of build environment over instead of tying it to vendor. Morale: premature optimization is premature.
-
Michael Shigorin authored
It should state clearly both the positive and negative examples of rootfs concept use (its name is not consiceenough unfortunately, and I haven't come up with a better one yet).
-
- 26 Aug, 2014 4 commits
-
-
Michael Shigorin authored
+net-eth covers both stage2 and base installation parts while use/stage2/net-eth would result in an inobvious catch when udev-rule-generator-net would hit install2 but not the installed system, and interface bindings would be carried over from installer to the installation but would *not* be updated in case of changed network card(s) configuration.
-
Michael Shigorin authored
It was spilled over an intermediate target and a mixin for what looks like no good reason; let's factor these in by means of +net-eth as *both* are really needed for an installer anyways, and if/when we do installers with those new and crippled ethernet interface names this addition can be dropped to be used where required.
-
Michael Shigorin authored
The bare intermediate target did use/stage2/net-eth but it was found out by sem@ that an installed server would lack udev-rule-generator-net package so its ethernet interface naming would be inherited from install2 stage only; fix it by adding use/net-eth and reduce the churn with +net-eth.
-
Michael Shigorin authored
"use/stage2/net-eth use/net-eth" would be common enough for installers or livecd images to just get these pulled in together by a convenient shortcut thus reducing confusion and chances to just forget one of these counterparts.
-
- 20 Aug, 2014 2 commits
-
-
Michael Shigorin authored
Namely cinnamon, tde and kde4 flavours for the starters.
-
Michael Shigorin authored
sem@ says it works at the moment, the utility is useful to look up account status or handle SMS.
-
- 19 Aug, 2014 2 commits
-
-
Michael Shigorin authored
It looks *ugly* on-screen, at least within regular builds, even if the screen is 166dpi. Based on a quick experiment this morning I'd suggest using fonts-otf-adobe-source-{code,sans}-pro instead -- and it's available as use/fonts/otf/adobe now, incidentally. The documentation is still built with it though as a2x/fop look unhappy otherwise (as in replacing Cyrillic glyphs with "#"s).
-
Michael Shigorin authored
Font packages are sprinkled all over the metaprofiles, let's try and help make their use more systematic. This is a sort of a feature abuse as it was conceived for fontconfig setup originally but spawning features with confusing names looks grim; so let all things fonts live within a feature named "fonts" for the time being.
-
- 18 Aug, 2014 5 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- connman fixup
-
Michael Shigorin authored
Thanks mithraen@ for creating a universal frontend script for udisksctl/pmount/hmount user mount tools; let's try it within the minimalistic GUI image for the starters.
-
Michael Shigorin authored
These packages have been sitting there commented out long enough to consider them for cleanup.
-
Michael Shigorin authored
Kernel modules come as both *.ko and kernel-modules-*.rpm and it wasn't clear enough whether to mention "ahci" or "v4l".
-
- 12 Aug, 2014 3 commits
-
-
Michael Shigorin authored
There's not much sense in overduplication of documentation (tends to get stale faster then), still it's not good to just refer to the code as the PDF/HTML book is less useful then; maybe drifting towards "recommended" bits with more "advanced" things being impleentation-defined is better.
-
Michael Shigorin authored
A bunch of intermediate files would be sitting around otherwise.
-
Michael Shigorin authored
Stupid systemd will shadow connmand initscript with connman.service but will not enable connman.service when told to enable connmand initscript. Sigh.
-
- 11 Aug, 2014 1 commit
-
-
Michael Shigorin authored
An udisks2-based removable device listing utility courtesy of Speccyfighter and mithraen@: http://lists.altlinux.org/pipermail/community/2014-August/682294.html http://lists.altlinux.org/pipermail/community/2014-August/682326.html http://lists.altlinux.org/pipermail/community/2014-August/682342.html
-
- 04 Aug, 2014 2 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- fixed package build
-