patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH] img/live: add rootfs attribute passthru
@ 2022-09-22 14:47 Yuri Nesterov
  2022-09-23  7:51 ` Ville Ilvonen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Yuri Nesterov @ 2022-09-22 14:47 UTC (permalink / raw)
  To: devel; +Cc: Yuri Nesterov

This allows to get access to rootfs and kernel from device images.

Signed-off-by: Yuri Nesterov <yuriy.nesterov@unikie.com>
---
 img/live/default.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/img/live/default.nix b/img/live/default.nix
index 65ad058..5461384 100644
--- a/img/live/default.nix
+++ b/img/live/default.nix
@@ -45,4 +45,6 @@ stdenvNoCC.mkDerivation {
   '';
 
   enableParallelBuilding = true;
+
+  passthru = { inherit rootfs; };
 }
-- 
2.34.1



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

end of thread, other threads:[~2022-09-23 12:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22 14:47 [PATCH] img/live: add rootfs attribute passthru Yuri Nesterov
2022-09-23  7:51 ` Ville Ilvonen
2022-09-23 10:10   ` Ivan Nikolaenko
2022-09-23 12:26     ` Ville Ilvonen
2022-09-23 12:16 ` Alyssa Ross
2022-09-23 12:20 ` Alyssa Ross
2022-09-23 12:21 ` Alyssa Ross
2022-09-23 12:33   ` 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).