1. 27 Oct, 2021 3 commits
    • Michael Shigorin's avatar
      e2k: implement -f option for write.sh · 6fd7ea58
      Michael Shigorin authored
      This one is somewhat different for readonly optical media
      (where [auto]mounted disk is a nuisanse) and writable USB
      Flash or even fixed disk (where it's too easy to destroy
      data by missing the right letter).
      6fd7ea58
    • Michael Shigorin's avatar
      e2k: add label check to write.sh · 153b19dc
      Michael Shigorin authored
      ...so that it's more applicable to a wider set of images
      (those lacking e2k-alt-linux' specific labels just won't
      get broken default boot target label name for no reason).
      153b19dc
    • Michael Shigorin's avatar
      e2k: add partition check to write.sh · c6889332
      Michael Shigorin authored
      ...otherwise a whole-disk block device would be accepted
      by the script but not by the firmware's bootloader.
      
      Optical media isn't to be checked for those of course.
      c6889332
  2. 26 Sep, 2020 1 commit
  3. 07 Sep, 2020 2 commits
    • Michael Shigorin's avatar
      e2k: support flash boot targets other than install · 2d8c5dbc
      Michael Shigorin authored
      Yet another silly distraction...
      2d8c5dbc
    • Michael Shigorin's avatar
      e2k: add /write.sh into ISO images · a2770630
      Michael Shigorin authored
      There's some peculiarity in writing ISO images for e2k
      onto USB Flash media: we need to arrange a partition
      and ext2 filesystem with its label passed to propagator;
      the former part is what's expected, and the latter one
      is what this script does.
      
      Thanks to aerodisk.ru guys for catching a brown paper bag
      class typo making format() try to affect the image and not
      the drive, by the way.
      a2770630