Differences between revisions 11 and 12
Revision 11 as of 2019-04-07 07:05:25
Size: 1699
Editor: ?RolandClobus
Comment: I am working on the URLs in the live-manual package
Revision 12 as of 2023-07-08 07:50:00
Size: 2250
Editor: ?RolandClobus
Comment: Added links to BTS and updated the live-build section
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * Updating web pages to remove references to live.debian.net.
 * Set up scheduled builds of live-manual, particularly the html version. ([[Bug:807954]])
 * --(Set up scheduled builds of live-manual, particularly the html version. )--
   * After every git commit, the live-manual is updated on https://live-team.pages.debian.net/live-manual/html/live-manual/index.en.html
   * Open: regularly publish the Debian packages and include in devel-manuals ([[Bug:807954]])
Line 10: Line 11:
Designated contact: irl

 * Work on boot menu options. (irl)
  * ISOLINUX is the more complicated of the two, GRUB seems to be working OK now.
 * Get the installer working.
 * live-wrapper is no longer present in Bookworm and later (due to Python2)
Line 18: Line 15:
 * Build a picture of where development currently stands.
 * Convert to a native package? - dba may continue upstream development still
  * I think it's very unlikely that dba is going to be continuing upstream development given the upstream website disappeared. -- -- IainLearmonth <<DateTime(2015-12-14T17:52:49Z)>>
 * Backport fixes for separate jessie upload, e.g. UEFI, etc.
 * Test each official image to see where user & password needed (e.g. screen lock, autologin regressions) and file bugs (SynrG)
 * Bug triaging: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=live-build;dist=unstable
 * --(Build a picture of where development currently stands.)--
   * live-build is used to generate the live images for Bookworm
   * The generated images are reproducible, when using test/rebuild.sh (see https://wiki.debian.org/ReproducibleInstalls/LiveImages)
   * The images are generated regularly by Jenkins and live-setup and tested for functionality on openQA
 * Enable rebuild.sh to set the volume ID of the ISO image to match the preference from live-setup
 * Enable rebuild.sh to set the content of .disk/info to match how live-wrapper wrote that file
 * Enable rebuild.sh to name the ISO file directly, which would enable zsync
 * Trim the list of included non-free-firmware packages similar to the debian-installer
 * Enable/Offer more localisation options in GRUB
 * Test the images that are generated by live-setup on openQA
Line 26: Line 29:
 * --(Convert to a native package.)-- (done by irl)  * Bug triaging: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=live-config;dist=unstable
Line 32: Line 35:
 * --(Build a picture of where development currently stands.)--
  * BTS has been triaged by evgeni. Future tracking for live-boot should happen via the BTS.
 * --(Convert to a native package.)-- (done by irl)
 * Bug triaging: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=live-boot;dist=unstable
Line 38: Line 39:
 * Bug triaging: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=live-manual;dist=unstable
Line 41: Line 43:
 * Convert to a native package.  * Every git commit will update https://live-team.pages.debian.net/live-manual/

Todo list. Please add things, we can think about prioritising later.

Web and Documentation

live-wrapper

  • live-wrapper is no longer present in Bookworm and later (due to Python2)

live-build

  • Bug triaging: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=live-build;dist=unstable

  • Build a picture of where development currently stands.

    • live-build is used to generate the live images for Bookworm
    • The generated images are reproducible, when using test/rebuild.sh (see https://wiki.debian.org/ReproducibleInstalls/LiveImages)

    • The images are generated regularly by Jenkins and live-setup and tested for functionality on openQA
  • Enable rebuild.sh to set the volume ID of the ISO image to match the preference from live-setup
  • Enable rebuild.sh to set the content of .disk/info to match how live-wrapper wrote that file
  • Enable rebuild.sh to name the ISO file directly, which would enable zsync
  • Trim the list of included non-free-firmware packages similar to the debian-installer
  • Enable/Offer more localisation options in GRUB
  • Test the images that are generated by live-setup on openQA

live-config

live-boot

Designated contact: evgeni

live-manual

Web live images builder

  • Host a replacement for the former web live images builder. (807957)