1. 23 Aug, 2021 1 commit
  2. 06 Jul, 2021 1 commit
  3. 25 Jul, 2018 1 commit
    • Michael Shigorin's avatar
      rework isoboot support beyond x86 · 3c2ef1c0
      Michael Shigorin authored
      Every .iso was assumed to be bootable since the very beginning[*],
      and isoboot images were deemed to be x86 isolinux ones; this didn't
      change with basic ppc/armh support as I never ran into hardware
      that would _boot_ those ISOs, not only run the code, and it was
      only e2k isodata project that finally forced this refactoring.
      
      It's still not perfect: pack and syslinux features still end up
      somewhat interwoven, and too much places care for architecture
      the image is being built for (instead of archdep features tossing
      their appropriate bits and pieces in).
      
      Should help:
      - any-arch regarding isodata images;
      - {x86,aarch64}/efi by decoupling isoboot and isolinux;
      - ppc{,64} as introducing yaboot support will be easier now;
      - mipsel{,64} too, hopefully.
      
      * I knew of school addon images baked with mkimage-profiles-desktop
        but postponed and then neglected the whole problem for years...
      3c2ef1c0
  4. 25 Sep, 2017 1 commit
  5. 24 Sep, 2015 1 commit
    • Michael Shigorin's avatar
      live.mk, regular.mk: move plymouth to test mediacheck · 42905a7b
      Michael Shigorin authored
      It was observed in regular-gnustep-20150916-*.iso that
      mediacheck boot target sort of starts plymouth bootsplash
      when not intended to; let's plug this by moving +plymouth
      away to a test image *but* there are couple things with it:
      
      1) supporting plymouth in mediacheck *might* be a good thing
         for distros proper -- this will likely require some support
         on bootsplash theme side either;
      2) it's not enough to just drop @bootargs@ from syslinux.cfg
         snippet as the extra payload will still go in to no avail.
      42905a7b
  6. 22 Jun, 2015 1 commit
    • Michael Shigorin's avatar
      syslinux: dropped netinstall snippet (useless) · 1345c6e0
      Michael Shigorin authored
      This one was an experimental but the server is long
      offline and isn't going back up; remove the obsolete
      config snippet, if/when it's done again it's the easiest
      part to be restored (the implementation should provide
      HTTP/FTP/NFS-publishable deliverables without the need
      to extract those from ISO images).
      1345c6e0
  7. 29 Mar, 2015 1 commit
    • Michael Shigorin's avatar
      test.mk: propagator-test image · ccbbbede
      Michael Shigorin authored
      This one is a minimalistic one to test propagator
      without having to add the debug stanza by hand
      as well as to run stage1 build/test cycles faster
      (would have helped me understand the recent thinko
      with xhci-hcd vs xhci_hcd, for example).
      ccbbbede
  8. 25 Feb, 2015 2 commits
  9. 19 Sep, 2014 1 commit
  10. 14 Apr, 2014 1 commit
    • Michael Shigorin's avatar
      server.mk, test.mk: added zabbix images · 05371a6c
      Michael Shigorin authored
      server-zabbix.iso is ready for deployment,
      and live-zabbix.iso is zabbix agent + firefox
      (needs at least Server to be specified properly
      within zabbix_agentd.conf when booted).
      05371a6c
  11. 31 Mar, 2014 1 commit
  12. 12 Aug, 2013 2 commits
    • Michael Shigorin's avatar
      vm-net: feature retired · 43e76bd6
      Michael Shigorin authored
      This one was replaced by the net feature completely
      and has been declared obsolete since 1.1.1 (a month ago).
      
      A few remaining users trivially adjusted.
      43e76bd6
    • Michael Shigorin's avatar
      vm-ssh: renamed to net-ssh and cleaned up · de94641c
      Michael Shigorin authored
      There was no need to split carrying over the pubkey
      and tightening up permissions on the file and its parent
      directory to be done in two separate scripts; this should
      be more generic now as a bonus.
      
      Users adjusted accordingly.
      de94641c
  13. 17 Jun, 2013 2 commits
  14. 24 May, 2013 1 commit
    • Michael Shigorin's avatar
      install2: introduced +installer mixin · 7b76c734
      Michael Shigorin authored
      This one is a part of a larger rewrite to move away from
      distro-centric build-up to configuration-centric one with
      the particular packaging being of secondary importance
      compared to actual functionality.
      7b76c734
  15. 25 Mar, 2013 1 commit
    • Michael Shigorin's avatar
      initial Kazakh language support · e65729b8
      Michael Shigorin authored
      Thanks to Baurzhan Muftakhidinov's efforts along with help
      from cas@ and zerg@, regular images should now support Kazakh
      fairly well at least in terms of translation; this commit amends
      these images with Ukrainian too and adds an experimental razorqt
      based distribution that boots in kk_KZ by default.
      e65729b8
  16. 04 Feb, 2013 1 commit
  17. 17 Dec, 2012 1 commit
    • Michael Shigorin's avatar
      initial server-efi.iso · 2e776a08
      Michael Shigorin authored
      Intermediate one: build-propagator *is* run off stage1,
      no mkimage changes for that matter so far.  This means
      that m-p still duplicates mki-pack-boot to some extent
      but the way to dedup this is still not clear enough...
      2e776a08
  18. 19 Nov, 2012 2 commits
  19. 11 Nov, 2012 1 commit
    • Michael Shigorin's avatar
      moved distro/syslinux from test.mk back to live.mk · e6c59ac3
      Michael Shigorin authored
      Thanks go to ildar@ for spotting this: my ~/.mkimage/profiles.mk
      routinely contains DEBUG = 1 line which effectively masked this
      regression in commit 307fb51f.
      
      Wouldn't be a big deal but syslinux.iso is recommended in
      tutorial docs being slim and fast-building, and it's also
      what's buildable locally in live-builder.iso environment.
      e6c59ac3
  20. 08 Oct, 2012 1 commit
  21. 12 Sep, 2012 3 commits
  22. 03 Sep, 2012 2 commits
  23. 11 Aug, 2012 1 commit
    • Michael Shigorin's avatar
      merged experimental support for opensuse · 23175f00
      Michael Shigorin authored
      This isn't ready for general consumption (just as centos one)
      but the notion of REPO is floating around along with apt-conf
      thoughts, and it might still be useful to someone poking around
      conf.d/test.mk.
      
      Request hasher-pkg-init.spec from mike@ or led@ if interested;
      the experiments were carried out using openSUSE 11.4 repository
      and slightly patched hasher (cpio blacklist for devices).
      23175f00
  24. 31 Jul, 2012 1 commit
    • Michael Shigorin's avatar
      conf.d/test.mk: experimental stuff went here · 307fb51f
      Michael Shigorin authored
      Some images were unbuildable (at least without special setup,
      like ve/centos), unusable or just not useful in any meaningful way
      (like distro/live-isomd5sum); as these tend to get any attention
      during experiments, I decided to put them together in a separate
      configuration file that would be effectively skipped if DEBUG
      is not requested.
      307fb51f