- 17 Nov, 2014 1 commit
-
-
Michael Shigorin authored
- docs: "7.0+" (closes: #30474) - l10n feature
-
- 16 Nov, 2014 2 commits
-
-
Michael Shigorin authored
Thanks someone at opennet for bringing my attention to this: http://www.opennet.ru/openforum/vsluhforumID3/100066.html#50
-
Michael Shigorin authored
0.6.3 has introduced some changes that were deemed incompatible with t6/p6 branches; it should be possible to restore compatibility at least for non-EFI images but the effort required hasn't been up for grabs so far. See also https://bugzilla.altlinux.org/30474
-
- 14 Nov, 2014 3 commits
-
-
Michael Shigorin authored
The problem with initial implementation (commit 62e7e9c1) is that there's no systemd-services package in p7/branch thus apt complains about an attempt to remove something that doesn't even exist in the first place.
-
Michael Shigorin authored
Aimed at live images at first but should cover installers as well. This has been brewing for quite some time and while the proper implementation is considerably more complex (and hard to do) looks like there's demand for the particular important use case, namely LiveCDs for Russian users, so this code has been shared with a few people before merge.
-
Michael Shigorin authored
There's a particular problem with lazy evaluation in case of BOOT_LANG: mkimage uses internal variable, BOOT_LANG = $(GLOBAL_BOOT_LANG) (note the lack of immediate assignment there), and if we set up export GLOBAL_BOOT_LANG = $(BOOT_LANG) in the same namespace we end up with recursively defined pair of variables; a ":=" in either place would save the day _but_ it's not there in m-p due to accumulator variables, e.g. USERS, which are defined and exported by a corresponding feature and then get populated *after* having been declared for export, _and_ it's not in mkimage as of 0.2.16 for some reason that might even be good (I don't know yet).
-
- 12 Nov, 2014 1 commit
-
-
Gleb Fotengauer-Malinovskiy authored
-
- 10 Nov, 2014 2 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- current updates
-
- 06 Nov, 2014 1 commit
-
-
Michael Shigorin authored
It has evaded sisyphus before but not anymore.
-
- 31 Oct, 2014 1 commit
-
-
Michael Shigorin authored
See also https://github.com/lxde/lxde-qt/issues/302
-
- 29 Oct, 2014 3 commits
-
-
Michael Shigorin authored
...yet another one...
-
Michael Shigorin authored
This has been asked for by lewellyn@freenode, why not. NB: distro/.regular-sysv doesn't include use/net-eth/dhcp (as it looks like asking for) since there's still hope to get NM cooperating with sysvinit again.
-
Michael Shigorin authored
Looks like there are more fonts out there than just croscore!
-
- 27 Oct, 2014 5 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- minor tweaks
-
Michael Shigorin authored
Both locale and keyboard have been set up already, no use to waste time on those (which results in 'us' keyboard layout missing out totally, ironically). Thanks aris@ for the tip.
-
Michael Shigorin authored
...basically giving it a chance to go with Secure Boot undisabled which is a feature these days, unfortunately...
-
Michael Shigorin authored
installer-feature-cpufreq-stage3 has been deleted from sisyphus.
-
- 24 Oct, 2014 2 commits
-
-
Michael Shigorin authored
This one adds write intent bitmaps for MD RAID; see also #14877.
-
Michael Shigorin authored
It's been asked for already, let's not wait for December: http://www.opennet.ru/openforum/vsluhforumID3/99418.html#48
-
- 14 Oct, 2014 2 commits
-
-
Michael Shigorin authored
It's been obsoleted by lxqt-config in 0.8.0.
-
Michael Shigorin authored
Those URW fonts are scarey by today's standards :-( Unfortunately these are pulled in by seamonkey & co...
-
- 13 Oct, 2014 2 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- pkglist updates
-
- 12 Oct, 2014 2 commits
-
-
Michael Shigorin authored
This package holds a nice collection of unofficial utilities to deal with OpenVZ containers.
-
Michael Shigorin authored
There are quite a few potentially useful packages implementing FUSE based (userspace) filesystems, these are typically lightweight and still might be helpful to someone stuck with our rescue image...
-
- 10 Oct, 2014 3 commits
-
-
Michael Shigorin authored
This one lurked under my radar so far as well.
-
Michael Shigorin authored
ALT Linux LiveCD/Rescue images use AUFS currently, some tools to access unionfs might be useful.
-
Michael Shigorin authored
Wonder how it managed to evade this list before...
-
- 07 Oct, 2014 1 commit
-
-
Michael Shigorin authored
xfdashboard is a GNOME Shell-like window switching interface and application runner; xfce4-whiskermenu-plugin is another (KDE-like) menu search facility; thanks sem@ for suggestions.
-
- 05 Oct, 2014 2 commits
-
-
Michael Shigorin authored
It's a pretty solid PDF viewer; pcmanfm-qt integration to be sorted out later.
-
Michael Shigorin authored
Just for the fun of it!
-
- 29 Sep, 2014 5 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- (sysv)init: exclude systemd explicitly
-
Michael Shigorin authored
It's not as bare as it should be due to interactivesystem being slightly more than it ought to.
-
Michael Shigorin authored
The issue at hand is that interactivesystem pulls in network-config-subsystem and that one has several providers by now, systemd-networkd being one of them since recently (and pulling in systemd). Just the same problem as with systemd-journal; both might be fixed by reworking mkimage to allow for different package name resolution modes: - "slap everything together and resolve with one-shot" to handle conflictless situations (most of those); - "process multiple transactions to allow for conflicts" thus making it possible to include e.g. a few MTAs into the provided package base. Ensure that systemd is outside by explicitly telling so in the pkglist.
-
Michael Shigorin authored
...and factored out common gtk subtarget removing qt (it's not exactly helpful to drop a library your browser is based on in qupzilla case).
-
- 26 Sep, 2014 1 commit
-
-
Michael Shigorin authored
This one isn't in menus even but is quite nice for semi-kiosks it seems; well worth further attention, and let it lurk around just in case.
-
- 23 Sep, 2014 1 commit
-
-
Michael Shigorin authored
E19 would ask the user if they want to shut down when facing power button event; it won't get a chance though as the system will hurl down immediately as per acpid-events-power package provided configuration.
-