- 06 Feb, 2012 10 commits
-
-
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.
-
- 15 Jan, 2012 1 commit
-
-
Michael Shigorin authored
mkisofs can use hints on file disposition; this needs some support on mkimage side but that's pretty trivial (hope to see it in 0.2.2+).
-
- 11 Jan, 2012 4 commits
-
-
Michael Shigorin authored
Referring to install2 subprofile after it got generalized and renamed to stage2 is an omission, better fix it late than never.
-
Michael Shigorin authored
It's burdensome for testing but at least the result is somewhat useful then.
-
Michael Shigorin authored
The point is to give Colin S. Miller the credit for a hack to get the current goal's word-in-a-list position: http://lists.gnu.org/archive/html/help-gnu-utils/2010-05/msg00004.html
-
Michael Shigorin authored
The dependency is actually long gone since the current hack is to just replace hardwired "grub" in an installer-steps with whatever got configured...
-
- 10 Jan, 2012 1 commit
-
-
Michael Shigorin authored
As was found out by Vladimir Karpinsky (thanks for patience!), the autochosen directory might still have too restrictive mount options -- nodev and/or noexec. Hopefully the diags are a bit better and faster by now.
-
- 06 Jan, 2012 1 commit
-
-
Michael Shigorin authored
It happens that if the host environment isn't particularly tuned up for package builds already then bin/mktmpdir might come up with a directory outside hasher-allowed prefix list; now that's a shame and not a Christmas gift, clearly. Thanks Vladimir Karpinsky for pointing this problem out too.
-
- 04 Jan, 2012 2 commits
-
-
Michael Shigorin authored
It was briefly mentioned in QUICKSTART but somehow managed to evade the commandlines provided. And while at it, let's make errors like this more explicit to avoid extra lookups. Oh, and fix QUICKSTART so that readers miss the hassle. :) Thanks Vladimir Karpinsky for pointing this problem out.
-
Michael Shigorin authored
Avoid extra files where a variable would suffice; and use the more specific "syslinux.list" rather than a "files.list".
-
- 03 Jan, 2012 1 commit
-
-
Michael Shigorin authored
We can do textmode live images, after all. Some sort of autologin would be useful there too but doing it right is less obvious to me at the moment...
-
- 02 Jan, 2012 6 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- multi-target, multi-arch, single-job builds
-
Michael Shigorin authored
doc/variables.txt was missing the already-existing BUILDLOG variable description, and ARCHES got added during multi-target toplevel rewrite. Other minor fixes come as appropriate.
-
Michael Shigorin authored
The fallback case of building in a brother directory moved from the last line of code to the first one becoming more explicit along the way. Support for slash-containing argument (being a tmpdir name template prefix) has been added.
-
Michael Shigorin authored
The former toplevel Makefile is now toplevel main.mk; this change allows for multi-target, multi-arch processing in the current toplevel Makefile. As the "build" symlink semantics change quite considerably when one is doing bulk builds (several pruned builddirs might be useful for comparison), BUILDDIR is now much more likely to be recreated: the cases when it will persist are when it's either a single-image build or when the prefix hasn't changed. There are some more or less subtle bugfixes and enhancements all over the map as well. Done within 20111230..20120102 timeframe, actually...
-
Michael Shigorin authored
First, let's not do rsync --delete on an unverified target dir again: the lesson was learned during a subway hacking session and I must say that SSDs are frightening fast (even if it was more than a second to realize what happens and terminate the extermination before it got /home, thanks xterm). Second, let's use a variable for common name and make's own realpath function instead of external binary.
-
- 26 Dec, 2011 3 commits
-
-
Michael Shigorin authored
At least it shouldn't bail out when the anticipated file just isn't there...
-
Michael Shigorin authored
Initial openSUSE package base taming effort has shown that relatively few things should be fixed; subst has been generalized as -i option to sed(1) since its introduction, so let's just fix it.
-
Michael Shigorin authored
*_PACKAGES and *_LISTS shouldn't inflict copypasted blocks; we can iterate over these just fine. NB: dump-*, not dump_*, due to namespace pollution hurting debug target if done the latter way (in case someone misses the morning tea as wel).
-
- 21 Dec, 2011 2 commits
-
-
Michael Shigorin authored
As current devmapper doesn't allow for simultaneous mounts of virtually the same device by different names (signalled by "Device or resource busy" when trying to e.g. mount /dev/sda2 but with /dev/evms/sda2 being just fine), EVMS triggering such behaviour but rarely needed should be avoided altogether until a hook to disable it is in place.
-
Michael Shigorin authored
Fixed up the remnants of the early style mix to correspond to the proposed doc/style.txt; the rationale being that if [ ... ]; then ... ... fi is the more readable construct among itself, if test ...; then ... ... fi and [ ... ] && { ... ... } due to the condition being more distinguishable when bracketed and the body more apparent as the one inside "if" and not any other block; the less obvious difference is that the final construct of the latter form is prone to the whole script exit status being non-zero if the condition isn't met.
-
- 20 Dec, 2011 2 commits
-
-
Michael Shigorin authored
- it wasn't firmware-carl9170 but firmware-carl9170-1.9.4 - firmware-linux Obsoletes: firmware-iwl* since 20110520-alt1
-
Michael Shigorin authored
screen(1) is definitely the part of a server; tmux(1) can also be installed of course. Thanks vvk@ (#15887).
-
- 19 Dec, 2011 1 commit
-
-
Michael Shigorin authored
-