- 12 Apr, 2014 3 commits
-
-
Michael Shigorin authored
It appears that live feature has been buggy regarding user groups: its 30-users script would create a predefined account with fixed supplementry groups list, and even if deflogin feature got used too it would fail to add any groups to already existing account since its useradd(8) call would fail. Let's drop this duplication which has been long overdue anyways. Thanks dd@ for both reporting the problem and carrying out initial investigation.
-
Michael Shigorin authored
There have been several problems with this feature: - a typo; - non-existant GROUPS (even a single one) would block setting all of the supplementary groups but separately-set 'wheel'; - this feature isn't used much actually so sees no battle testing. The typo has been just fixed; GROUPS are now applied by iteration which is less effective but more reliable; an additional script hook to write down login invitation for the first passwordless account (if any) has been implemented; and several more group managing targets have been added (based on live feature's script).
-
Michael Shigorin authored
This relates to commit f2892ad3 as there's an obvious need to be able to set empty root password for LiveCDs but previous implementation was very fragile (and is going to stay that way) -- so clear and separate knob for making an image defenseless looks better.
-
- 07 Apr, 2014 5 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- robotics support
-
Michael Shigorin authored
Whoops, the very first build of a real distro with gfxboot has shown that the label isn't picked up there... and things are actually worse: iso.needscheck gfxboot test seems to look up "check=1" in sectors where it might have been landing back then but it's just not there by now; some kludgery is due in branding-altlinux-sisyphus unfortunately.
-
Michael Shigorin authored
No use to hunt make or diff file-by-file. Well this chroot should have been more lean in the first place (or a few files in initrd) but life is short so better use/baby/steps.
-
Michael Shigorin authored
These aren't needed in this subprofile but can sneak in via e.g. SYSTEM_PACKAGES.
-
- 04 Apr, 2014 1 commit
-
-
Dmitry Derjavin authored
-
- 31 Mar, 2014 14 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- mediacheck feature
-
Michael Shigorin authored
This is an experimental addition to an image that might get some attention (and broken downloads as well).
-
Michael Shigorin authored
Update accordingly to feature change. Note that the new image is quite minimalistic/useless.
-
Michael Shigorin authored
This one is quite different already and utility-based name was pretty clumsy; meet the new feature and retire the old experimental one. Please note that quite aggressive cleanups are implemented within this stage2-based subprofile for the simple reason that it has a single task to do; nothing else is expected to be configured into it for that matter. This functionality asks to be further moved into initrd of course; adding it there will take a few more decisions to be made, mostly regarding user interaction in failure scenarios, and it looks like mkimage will have to be patched in case this doesn't just go into full.cz under some sort of conditional check.
-
Michael Shigorin authored
Just a humble config snippet for another squashfs; note that @bootargs@ aren't expected at all this time.
-
Michael Shigorin authored
The whole story with this installer has been due to a query at #altlinux whether there's a distribution image similar to altlinux-p7-rescue.iso which appears to be booting under Hyper-V Gen. 2 without a hitch; changing just the kernel towards the newer one made the user rather happy since everything worked out-of-box for him, even unimportant bits. Of course it's mostly due to boyarsh@'s preceding work :) NB: there's no use to build i586 version as that hypervisor lacks CSM (BIOS implementation) and would only boot UEFI compatible operating systems with pretty strict requirements.
-
Michael Shigorin authored
quiterss is lurking in autoimports so far, gotta have a look at it...
-
Michael Shigorin authored
As proposed by Speccyfighter: http://lists.altlinux.org/pipermail/community/2014-March/681897.html ...but not installed by default due to overhead: http://bugzilla.altlinux.org/21838
-
Michael Shigorin authored
It has dawned on me that gdm2.20 is more widely useful within sysvinit based builds: lightdm with gtk greeter would fail to poweroff/reboot while this one would not.
-
Michael Shigorin authored
It's not exactly obvious how install2_size, live_size or rescue_size get defined since the variable names themselves get constructed; help git grep these down.
-
Michael Shigorin authored
acpid is not enough since power button handling configuration has been split apart; and tracking this in zillion places is utterly useless in face of a specially trained power feature. Just use it.
-
Michael Shigorin authored
At least Radeon drivers badly need those, e.g. SUMO_uvd.bin + PALM_pfp.bin for C60 APU. Helps live-flightgear.iso a lot indeed!
-
Michael Shigorin authored
Another bridgelet.
-
- 26 Mar, 2014 1 commit
-
-
Michael Shigorin authored
aen@ asked to ship this one as well; no problem given mixins, still being able to *switch* the init instead of regrafting would be very beneficial. NB: - wdm can't do autologin; - wdm can poweroff/halt; - wdm+autologin won't work under systemd (via prefdm.service); - nodm will work under systemd; - nodm will ruin consolehelper -> livecd-install by root's PATH; - gdm2.20 is lightweight, feature complete and sovereign enough.
-
- 25 Mar, 2014 1 commit
-
-
Michael Shigorin authored
nodm needs fixing indeed but let's spell this clearly at least.
-
- 24 Mar, 2014 15 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- install2: more cleanups
-
Michael Shigorin authored
The reason for an explicit cleanup is that VNC installation support is now left in by default (see #29901); thus this commit is only keeping the status quo for this image.
-
Michael Shigorin authored
This one is really not needed, use/init/* instead. Been declared obsolete for more than 9 months.
-
Michael Shigorin authored
A few more tweaks for changes in sisyphus and t7 repos; thanks real@ for both fixing and tracking things.
-
Michael Shigorin authored
Installation finishes just fine if bzip2-compressed hash files are removed *but* apt-cdrom add will fail.
-
Michael Shigorin authored
It's missing in Sisyphus since php5 update to 5.5.x; while an opcode cache would be a powerful boost for many webapps this has to be sorted out in repos first.
-
Michael Shigorin authored
It happens to hold couple of files nowadays on an otherwise almost empty system!
-
Michael Shigorin authored
It's still a GUI installer but pretty much barebone one by now... in particular, it needs no xorg-drv-$hardware being mostly targeted at VMs and demo appliances where fbdev is rather enough. Cleanup extra kernel drivers too.
-
Michael Shigorin authored
This one has been missing for quite some time (infiniband modules should have triggered a commit like this back then), finally there in very crude and draft form for the starters.
-
Michael Shigorin authored
This destructive target is like a "people's revolution": almost nothing left. Some need this to achieve jeos or chaos, respectively.
-
Michael Shigorin authored
{lib,}bind shouldn't have to be removed twice, really.
-
Michael Shigorin authored
By the time these hooks run the font packages' %post scriptlets should have fired already; no need to carry the utilities on. Yes these are bit-by-bit savings. No it's too expensive still.
-
Michael Shigorin authored
Both might be useful in some context but serve no real need given the installer one, at least this year.
-
Michael Shigorin authored
This rotten cherry-picking is ridiculous of course but that's the price to pay for hard dependencies...
-