1. 12 Sep, 2012 2 commits
    • Michael Shigorin's avatar
      renamed menuitem-grub feature to relname · d5cf1ff3
      Michael Shigorin authored
      Its immediate purpose was influencing the GRUB boot menu
      *but* the implemented mechanism is actually a part of the
      long planned text branding and might be further merged
      into branding when hierarchical features finally chime in.
      
      So let's get the naming straight before it breeds.
      d5cf1ff3
    • Mike Radyuk's avatar
      added MENUITEM variable · a35b5fbc
      Mike Radyuk authored
      a35b5fbc
  2. 19 Dec, 2011 1 commit
    • Michael Shigorin's avatar
      syslinux: *.cfg tweaks · dbed41bf
      Michael Shigorin authored
      - parameter order fixed to "simple first, then those with args"
        and documented as the preferred one (might be debatable, okay)
      - added "lowmem" to live so it avoids a ramdisk but works off media
        (it's a knob for propagator)
      - added "fastboot" everywhere (but failsafe install) to make use
        of Linux 2.6.29+ async controller initialization
      - every snippet got a trailing newline so that isolinux.cfg is readable
      
      And a fancy makefile to check for shortcut dups!
      dbed41bf
  3. 19 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      experimental server-ovz-netinst image · ad687508
      Michael Shigorin authored
      It's now possible to:
      - make distro/server-ovz.iso;
      - make distro/server-ovz-netinst.iso;
      - publish the former image's contents on ftp.linux.kiev.ua;
      - boot the latter (~17M) image and enjoy the netinstall ;-)
      
      The catch is that the stage2 (altinst file) location has to be
      hardwired into syslinux config snippet for things to happen
      automatically -- even if it can be specified manually in case
      of failure.
      
      The other catch is that currently a netinstall image is somewhat
      tied to the particular image it installs since stage1 kernel and
      stage2 modules must correspond strictly (the typical symptoms of
      the glitch would be missing mouse driver and weird "permission
      denied" errors during an attempt to partition the hard drives).
      
      It might be desirable to provide multi-distro netinstall image...
      ad687508