- 18 Feb, 2013 7 commits
-
-
Michael Shigorin authored
Citing the initial comment: "lxterminal is reportedly sub-par (gns@) but official (aen@)"; the functionality PoV finally won. Terminus fonts added to account for presets. See also #28567.
-
Michael Shigorin authored
As per lav@'s proposition at LVEE.
-
Michael Shigorin authored
livecd-webkiosk used to support firefox only but has been changed to do chromium either; now we need to be more specific.
-
Michael Shigorin authored
led-ws doesn't work for me with make-initrd 0.8.0-alt1 yet...
-
Michael Shigorin authored
UEFI systems encountered should work too.
-
Michael Shigorin authored
Its support is quite mature and practically useful by now. Let's also add a convenient alias.
-
Michael Shigorin authored
It was bailing out due to the grossly unneeded -e; thanks dans@ for bringing my attention to this right at LVEE 2013 Winter.
-
- 14 Feb, 2013 5 commits
-
-
Michael Shigorin authored
sudo added by popular demand, see also this subthread: http://lists.altlinux.org/pipermail/sisyphus/2013-February/359726.html os-prober added on dubrsl@'s request (#altlinux) after having a look at m-p-d as well.
-
Michael Shigorin authored
Vladimir Didenko suggested including fontconfig-infinality into regular-cinnamon.iso, see this subthread: http://lists.altlinux.org/pipermail/sisyphus/2013-February/359724.html
-
Michael Shigorin authored
Added fvwm flavour specially for perestoronin from da LOR. As if it wasn't enough, - added UEFI support to desktop/,live-desktop intermediate target; - added live installation capability to desktop/.livecd-install; - added "net-eth" subfeature to get good ol' eth0 insteal of enp0s3; - dropped use/x11/autologin as live subprofile sets up a supported DM for automatic login anyways.
-
Michael Shigorin authored
It's becoming a relatively popular request ;-)
-
Michael Shigorin authored
It'd be better for this commit to appear before 0.9.7 (and clobber the original one) but at least the added functionality has been tested; time to generalize it.
-
- 11 Feb, 2013 16 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- going nightly
-
Michael Shigorin authored
The issue has shown up in regular-*-20130207: /etc/resolv.conf would suddenly be empty upon successful bootup in virtualbox with a single DHCP configurable ethernet. dmesg has some trouble signs: aufs au_lkup_neg:267:kworker/0:2[998]: I/O Error, resolv.conf should be negative on b0 sem@ tells something like that has been seen before in a different configuration (multiple aufs overlays with /etc/ and /var sitting in different ones resulting in broken hardlinks); rescue boot with a test "echo > /etc/resolv.conf" yields an I/O error either. The patch is loosely based upon livecd-net-eth and m-p-d::profiles/live/image-scripts.d/init3-{network,resolve}. See also #28484 for the (still ongoing) discussion.
-
Michael Shigorin authored
enp0s3 is quite inferior to eth0 in terms of usability even if it might be more convenient for the machine{,ry}. Let's stick with what works here in ALT Linux (see #28484).
-
Michael Shigorin authored
Once upon a time the first and only ethernet interface on a Linux system used to be known under the name of eth0; but years passed and the systemd shadow has drawn closer even to the seemingly remote areas like interface names. In short, it might get named e.g. enp0s3 (a more human friendly name of course) and the exact name is to be figured out in runtime as well. Sigh.
-
Michael Shigorin authored
See #28390, #28473 and #28471; thanks zerg@ for reminder.
-
Michael Shigorin authored
The issue is that gfxboot's gettext support works on "label" strings but doesn't work properly on "menu label" ones as of 4.04 (the "menu label" translations pop up in the "Loading ..." window but menu items themselves are unaffected thus untranslated). NB: debian wheezy's syslinux-4.05 package patchset contains somewhat related 07-gfxboot-menu-label.patch; might be worth attention given that debian folks participate in upstream.
-
Michael Shigorin authored
Pretty natural but delayed somehow...
-
Michael Shigorin authored
It's specified in http://altlinux.org/regular and it rather modest (~13M image size growth on i586).
-
Michael Shigorin authored
See also http://altlinux.org/domain for description; this should allow for client support.
-
Michael Shigorin authored
Now this is ugly: instead of commoditizing the repetitive code the result ended up working differently by creating several repositories for the target subdirs instead of the single one for the generated subprofile as a whole. This results in .disk/profile.tgz being basically useless in every image since c4311108.
-
Michael Shigorin authored
These generated directories aren't part of a profile itself.
-
Michael Shigorin authored
The same "regular-gtk" based set of images received common desktop background provided; note that kde4 won't like it (branding package didn't really anticipate kde4 and is to be updated appropriately as well as extended for mate/fvwm). This one is also used for lightdm/gtk.
-
Michael Shigorin authored
"regular-gtk" based images moved from the (unsupported) gdm2.20 to the (supported) lightdm with gtk greeter; while a couple of gdm2 forks have emerged it's still unclear whether mate or mint one will be actually alive, even short/mid-term.
-
Michael Shigorin authored
Helps with #28470 (FAT not being recognized) which is critical due to ESP being FAT by spec :-/ Thanks timonbl4@ for the hint.
-
Michael Shigorin authored
The issue is that it's suddenly broken in current Sisyphus, looks like the peculiar set of assumptions in fedora-tweaked systemd+plymouth+gdm3 relies on tty1 being the X session tty and it's different here.
-
- 04 Feb, 2013 12 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- assorted fixes
-
Michael Shigorin authored
It appears that manually specified IMAGEDIR, e.g. by adding IMAGEDIR = ~/out/$(shell date +%Y%m%d) to ~/.mkimage/profiles.mk, might be problematic due to missing globbing. Let's make sure the paths are globbed and directories are created -- since make's wildcard() returns an empty string when there's nothing there [yet].
-
Michael Shigorin authored
It's a bit superfluous so far; this isn't a final decision but rather a current change of mind though.
-
Michael Shigorin authored
This is largely a workaround for #28239.
-
Michael Shigorin authored
The metapackage is out there but mate-media-apps seems like not available at the moment.
-
Michael Shigorin authored
Some file managers (particularly Dolphin) depend on avahi for network service browsing; turn it on if it's there.
-
Michael Shigorin authored
This might have been related to the plymouth bar missing at live system shutdown.
-
Michael Shigorin authored
It appeared that plymouthd.conf wasn't set up properly thus "service plymouth stop" didn't result in anything meaningful; thanks boyarsh@ for his help figuring this out again.
-
Michael Shigorin authored
Looks like LUKS has had its share of testing, now it's plymouth's time again.
-
Michael Shigorin authored
Thanks boyarsh@ for m-p-d implementation and sem@ for the hint.
-
Michael Shigorin authored
It was missing indeed; thanks cas@.
-