- 29 Oct, 2014 2 commits
-
-
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.
-
- 22 Sep, 2014 3 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- kpackages() argswap
-
Michael Shigorin authored
It has arrived to sisyphus last week silently, thanks aris@ (#30253).
-
- 19 Sep, 2014 9 commits
-
-
Michael Shigorin authored
-mini image should be flash-friendly to be more useful, and -flash bugtraq kitchen sink could use/efi as well.
-
Michael Shigorin authored
set() is a function of two variables but the and() check for *both* is incorrect as one might need to override a previously set variable with empty string; this has manifested itself with a case like this: @$(call set,ROOTPW_EMPTY,1) # ... @$(call set,ROOTPW_EMPTY,)
-
Michael Shigorin authored
This should avoid ruining principle of the least surprise with ROOTPW_EMPTY=0 or ROOTPW_EMPTY=n actually *enabling* empty root password; overriding an already set "1" with "0" becomes possible either.
-
Michael Shigorin authored
That is, move use/efi/signed from basic -mini image to the complete one; make the former isohybrid but otherwise keep it small.
-
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.
-