patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH] scripts/make-erofs.sh: disable xattr support
@ 2025-08-07 18:06 Demi Marie Obenour
  2025-08-08 14:46 ` Alyssa Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Demi Marie Obenour @ 2025-08-07 18:06 UTC (permalink / raw)
  To: Spectrum OS Development; +Cc: Alyssa Ross, Demi Marie Obenour

This fixes building a Spectrum image on a BTRFS filesystem with SELinux
enabled.

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
---
 scripts/make-erofs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/make-erofs.sh b/scripts/make-erofs.sh
index e460874d129fe3dfe0d4bc2bca707ced01e0025e..b47048ad747bd7dfcc28e0f1dfd75ec090fa7e09 100755
--- a/scripts/make-erofs.sh
+++ b/scripts/make-erofs.sh
@@ -45,4 +45,4 @@ while read -r arg1; do
 	cp -RT -- "$arg1" "$root/$arg2"
 done
 
-mkfs.erofs -b4096 --all-root "$@" "$root"
+mkfs.erofs -x-1 -b4096 --all-root "$@" "$root"

---
base-commit: 39baa378367d95fac6ce4d0140b25203b2ee9b53
change-id: 20250807-no-erofs-xattrs-9771d6688ad7
-- 
Sincerely,
Demi Marie Obenour (she/her/hers)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] scripts/make-erofs.sh: disable xattr support
  2025-08-07 18:06 [PATCH] scripts/make-erofs.sh: disable xattr support Demi Marie Obenour
@ 2025-08-08 14:46 ` Alyssa Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Alyssa Ross @ 2025-08-08 14:46 UTC (permalink / raw)
  To: Demi Marie Obenour, Spectrum OS Development
  Cc: Alyssa Ross, Demi Marie Obenour

This patch has been committed as ecafd460a61e3ecf1a084e3e66eba32a0f7865a7,
which can be viewed online at
https://spectrum-os.org/git/spectrum/commit/?id=ecafd460a61e3ecf1a084e3e66eba32a0f7865a7.

This is an automated message.  Send comments/questions/requests to:
Alyssa Ross <hi@alyssa.is>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-08 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07 18:06 [PATCH] scripts/make-erofs.sh: disable xattr support Demi Marie Obenour
2025-08-08 14:46 ` Alyssa Ross

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).