all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice via Guix-patches via <guix-patches@gnu.org>
To: 40514@debbugs.gnu.org
Subject: [bug#40514] Should we shrink the installer by a gig or so?
Date: Wed, 08 Apr 2020 22:56:27 +0200	[thread overview]
Message-ID: <87zhblofwk.fsf@nckx> (raw)

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

Guix,

I've met at least someone who was worried that Guix wouldn't 
support their System ‘because the installer fell back to text 
mode’.  They didn't mean nomodeset: obviously a 1.5-GiB ISO must 
be hiding a full desktop somewhere, not just the interface of a 
text-mode netinstaller image about 2.5% its total size:

  $ du -h Downloads/trisquel-netinst_8.0_amd64.iso
  37M	…

  $ du -h /gnu/store/l005v0ssz34gz5mrg3vpr51sq8sry8wp-image.iso
  1.5G	…

Now I'm not suggesting we add Gnome (yet), but how about reducing 
the size by 60% for 1.1.0?

  du -h /gnu/store/jcpg5wsflpymiq3vx929wq2cr0qbw44f-image.iso
  561M	…

Our CD image finally fits on a CD!  Remember those?  I try not to.

It also fits onto the ~100 1-‘GB’ USB drives I have in a box and 
can now finally give away as Guix installers.

Zisofs is a somewhat obscure, Linux-specific extension to Rock 
Ridge that transparently (de)compresses file data using zlib.  Our 
linux-libre already supports it.  As far as the system is 
concerned it's just a regular iso9660 file system.

Unlike squashfs (with which I'm currently playing) it requires 
zero further changes to the creation or boot process that could 
introduce new bugs.  Hence I'm hopeful that this can be tested and 
merged in time for the next release.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

             reply	other threads:[~2020-04-08 20:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08 20:56 Tobias Geerinckx-Rice via Guix-patches via [this message]
2020-04-08 21:01 ` [bug#40514] [PATCH] vm: Transparently compress iso9660 images Tobias Geerinckx-Rice via Guix-patches via
2020-04-09 21:34   ` Danny Milosavljevic
2020-04-10  0:02     ` bug#40514: " Tobias Geerinckx-Rice via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhblofwk.fsf@nckx \
    --to=guix-patches@gnu.org \
    --cc=40514@debbugs.gnu.org \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.