guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Modifying squashfs usage for `guix pack` for supporting singularity


From: Josh Marshall
Subject: Modifying squashfs usage for `guix pack` for supporting singularity
Date: Wed, 4 Mar 2020 21:00:37 +0000

I ran into some trouble today when trying to package an image for singularity 
on CentOS7.  nxck suggested I go into the cdoe and try adding the "-noappend" 
option to mksquashfs in 'guix/guix/scripts/pack.scm'.  While looking at it, it 
seems that it performs a multistep process to modify the squashfs image, which 
kind of goes against the design of the utility.  A SO page ( 
https://unix.stackexchange.com/a/459372 ) suggested the full hierarchy be 
created and then added in a single invocation.  Does anyone have any opinions 
on such a change or useful insights?
---

The information in this email, including attachments, may be confidential and 
is intended solely for the addressee(s). If you believe you received this email 
by mistake, please notify the sender by return email as soon as possible.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]