Control: tags -1 + patch On Thu, Mar 17, 2016 at 04:42:02PM +0100, Hendrik Brueckner wrote: > > this is another request to include utilities for s390x specific FUSE file > systems. Apart from the already included cmsfs-fuse, I would like to also > these: > > The zdsfs FUSE file system can be used to read-only access z/OS physical > sequential and partitioned data sets on DASDs. > > And also the hmcdrvfs file system to mount and access removable media > (CD, DVD, USB-sticks) contents on the HMC. A future use case could be > to package this in the udeb to install or retrieve data from a DVD on HMC. > > As usual, patch will follow.
Patch to add these tools is below. Thanks and kind regards, Hendrik
diff -Nru s390-tools-1.33.0/debian/changelog s390-tools-1.33.0/debian/changelog --- s390-tools-1.33.0/debian/changelog 2016-02-14 14:00:40.000000000 +0100 +++ s390-tools-1.33.0/debian/changelog 2016-03-17 17:19:47.000000000 +0100 @@ -1,3 +1,10 @@ +s390-tools (1.33.0-2) UNRELEASED; urgency=medium + + [ Hendrik Brueckner ] + * Added zdsfs and hmc drive FUSE file systems (Closes: #818495) + + -- Hendrik Brueckner <[email protected]> Thu, 17 Mar 2016 17:11:49 +0100 + s390-tools (1.33.0-1) unstable; urgency=medium [ Philipp Kern ] diff -Nru s390-tools-1.33.0/debian/s390-tools.install s390-tools-1.33.0/debian/s390-tools.install --- s390-tools-1.33.0/debian/s390-tools.install 2016-02-14 14:00:14.000000000 +0100 +++ s390-tools-1.33.0/debian/s390-tools.install 2016-03-17 17:13:06.000000000 +0100 @@ -120,6 +120,16 @@ /usr/share/man/man1/cmsfs-fuse.1 /etc/cmsfs-fuse/filetypes.conf +# HMC removable media access +/usr/bin/hmcdrvfs +/usr/share/man/man1/hmcdrvfs.1 +/usr/sbin/lshmc +/usr/share/man/man8/lshmc.8 + +# zdsfs +/usr/bin/zdsfs +/usr/share/man/man1/zdsfs.1 + # kernel stuff ../../kernel/zz-zipl /etc/initramfs/post-update.d ../../kernel/zz-zipl /etc/kernel/postinst.d

