git.annexia.org
/
libguestfs-talks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1f065
)
Use xz filter instead of plugin.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 29 Jan 2019 12:18:35 +0000
(12:18 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 29 Jan 2019 12:18:35 +0000
(12:18 +0000)
2019-fosdem/3000-xz-compressed.term
patch
|
blob
|
history
diff --git
a/2019-fosdem/3000-xz-compressed.term
b/2019-fosdem/3000-xz-compressed.term
index
ba43450
..
aebc803
100755
(executable)
--- a/
2019-fosdem/3000-xz-compressed.term
+++ b/
2019-fosdem/3000-xz-compressed.term
@@
-7,7
+7,7
@@
export title="XZ compressed image"
# History.
remember 'ls -lh Fedora-Cloud-Base-29-1.2.x86_64.raw.xz'
-remember 'nbdkit
xz
Fedora-Cloud-Base-29-1.2.x86_64.raw.xz'
+remember 'nbdkit
--filter=xz file
Fedora-Cloud-Base-29-1.2.x86_64.raw.xz'
remember 'ps ax | grep nbdkit'
remember 'sudo nbd-client -b 512 localhost /dev/nbd0'
remember 'sudo mount /dev/nbd0p1 /tmp/mnt'