- 07 Mar, 2012 4 commits
-
-
Michael Shigorin authored
ptbatterysystemtray is a bit annoying out-of-box, should run only if battery found and should not throw up a dialog upfront for no real reason.
-
Michael Shigorin authored
If we have a supported display manager, we should rather autoconfigure that one for autologin instead of configuring autologin package: those tend to play better with "modern" session management in terms of runlevel control etc. xdm doesn't really differ though. TODO: maybe skip autologin *package* configuration if any dm found in the live image-script?
-
Michael Shigorin authored
The main part is done as per https://wiki.archlinux.org/index.php/LightDM#Enable_Autologin; there's an issue that the lightdm developer insist that autologin user belongs to "nopasswdlogin" group though.
-
Michael Shigorin authored
alsamixer *is* useful :)
-
- 05 Mar, 2012 2 commits
-
-
Michael Shigorin authored
GPU firmware might have been missing otherwise...
-
Michael Shigorin authored
(via a specially crafted pkglist name)
-
- 21 Feb, 2012 1 commit
-
-
Michael Shigorin authored
These are gone for now, this fix should have been done before.
-
- 20 Feb, 2012 2 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- minor fixups
-
- 18 Feb, 2012 1 commit
-
-
Michael Shigorin authored
From what I've read so far, most of the code should run on 3.80; there seem to have been some bits that are dependent on 3.81 features, but there is not a bit that depends on 3.82+ features so far.
-
- 17 Feb, 2012 1 commit
-
-
Michael Shigorin authored
It's preferred for Razor-qt's logout app to be able to turn the system off or reboot it; xdm lacks consolekit support. Thanks Alexander Sokoloff for the hint.
-
- 16 Feb, 2012 2 commits
-
-
Michael Shigorin authored
The main package has been renamed from razorqt to razor-qt to fit upstream brand better.
-
Michael Shigorin authored
If there's an ethernet interface, a DHCP client, and these can result in connectivity out-of-box, then it's rather a feature for almost any LiveCD. Thus the configuration script is moved from dev feature to live one with the addition of dhcpcd/dhclient test. This is asking for some more neat solution though...
-
- 14 Feb, 2012 1 commit
-
-
Michael Shigorin authored
alterator-ltsconf needs further testing, and aplay is handy for remote audio tests.
-
- 09 Feb, 2012 3 commits
-
-
Michael Shigorin authored
As it happens, I've stumbled upon a successfully built image with alterator-grub in BASE and lilo in install2's installer-steps. Of course the installer bailed out after dealing with packages :-/ Thanks Leo-sp50 for pointing out the (hopefully) right direction.
-
Michael Shigorin authored
There's still an annoying problem (a race?) manifesting itself as installer bailing out between packages installation and lilo setup with X segfault in logs; while the culprit is not known yet, let's avoid that for most images by moving the bootloader request from the former "leaf" target (which noe became a "node") into an experimental server-systemd one. Thanks Leo-sp50 for bringing that to my attention again; see also http://forum.russ2.com/index.php?showtopic=3310&pid=31364&st=0&#entry31364
-
Michael Shigorin authored
As was duly noted by Leo-sp50, both server.mk and desktop.mk duplicate a few bits layered over bare distro/installer which happened to be both a dependency (thus should reduce redundancy) and a "real distro" target (well, it doesn't just work yet, need to provide networking and sources.list in install2 by hand). Fixed by moving a "node" to distro/.installer along with typical additions and leaving a bare installer as is by now; there's a need to get it working at least for DHCP/ftp.altlinux.org case.
-
- 07 Feb, 2012 2 commits
-
-
Michael Shigorin authored
From now on, non-empty SAVE_PROFILE variable will indicate the need to carry the particular generated profile inside the image built from it. Thanks gns@ for this feature in liveflash.eeepc.
-
Michael Shigorin authored
So far the tagged scripts concept is too fragile, and these were used unconditionally anyways. features.in/Makefile is broken regarding copying tagged scripts right now...
-
- 06 Feb, 2012 15 commits
-
-
Michael Shigorin authored
Was broken during dot-base introduction by wrong recipe split...
-
Michael Shigorin authored
This is to fit base/extra separation better and to avoid lvm2 creeping into VE images.
-
Michael Shigorin authored
-
Michael Shigorin authored
- live-related tweaks (including live.hooks support) - terminal server and webkiosk images
-
Michael Shigorin authored
xorg-drv-intel doesn't pull it in at the moment: https://bugzilla.altlinux.org/25044
-
Michael Shigorin authored
Rather convenient for native flash images but can also be beneficial with usual ISO by editing one before burning it.
-
Michael Shigorin authored
The implementation builds upon liveflash.eeepc by gns@; thanks <sol/codis.ru> who suggested adding it to live-webkiosk
-
Michael Shigorin authored
This one starts up a Firefox session in kiosk mode (there are several extensions, I find hsv@'s one preferable) and tries to browse /image/index.html which corresponds to index.html in the image root (could be edited by means of e.g. isomaster).
-
Michael Shigorin authored
It's rather unexpected that someone would do an X11 LiveCD without user autologin -- but even if that's the case, then this waypoint is just not used for it.
-
Michael Shigorin authored
Thanks ildar@ for the reminder: http://www.altlinux.org/Talk:ALT_Linux_5.0_Rescue
-
Michael Shigorin authored
Document the one-way nature of bootloader type switching.
-
Michael Shigorin authored
MKI_VERSION was tested against even before the config.mk that defines it got included. Ouch.
-
Michael Shigorin authored
That way it's at least marginally useful...
-
Michael Shigorin authored
Courtesy of prividen@, there's actual x86_64 client support in ALTSP. Although led@ tells that it's i586 optimization that hurts on i686+ and should be replaced with either i486 or i686 for that matter...
-
Michael Shigorin authored
Sort of builds on current Sisyphus with ltsp-related packages fixed up in a pocket but the latter are rather in need of some proper face-lift.
-
- 18 Jan, 2012 2 commits
-
-
Michael Shigorin authored
A larger block size was recommended by led@; gns@ seems to concur as the 512k value was borrowed from liveflash.eeepc profile (along with -noI). The other issue is with binary specific compressors: x86 was clearly assumed while the data for an educated guess are pretty handy. Please note that using filters incurs additional compression attempts for the utility to choose the best result.
-
Michael Shigorin authored
Spotted /boot/vmlinuz* in a live environment, and wondered why waste a few megs of potentially precious space...
-
- 16 Jan, 2012 4 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- better diags for initial deployment
-
Michael Shigorin authored
There was a somewhat subtle Makefile->main.mk rename leftover lurking in "everything" target: the default Makefile got used, not the supposed main.mk -- which resulted in an attempt to get way too much job done (the number of builds per target became $ARCH squared, not just $ARCH). Huge thanks to led@ for being an inspiring pedantic!
-
Michael Shigorin authored
A minimal chroot supporting extension via apt-get; vitals if built on Sisyphus as of Jan 16, 2012: i586: 13M tar.xz, 58M chroot (33M w/o /usr/share/{doc,locale,man}) x86_64: 14M tar.xz, 60M chroot (35M w/o /usr/share/{doc,locale,man}) Trivial fixups (extra checks) added to two script hooks.
-