vshost-util-vserver

Build script and sources for util-vserver.
git clone https://ccx.te2000.cz/git/vshost-util-vserver
Log | Files | Refs

h2ext.desc (690B)


      1 # Borrowed from file(1)
      2 # gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver)
      3 0	string		\037\213		gzip -d -c			1
      4 # tar posix
      5 257	string		ustar\0			tar -x --numeric-owner		0
      6 # tar gnu
      7 257	string		ustar\040\040\0		tar -x --numeric-owner		0
      8 # cpio
      9 0	short		070707			cpio -i --numeric-uid-gid	0
     10 # cpio swapped
     11 0	short		0143561			cpio -i --numeric-uid-gid	0
     12 # bzip2
     13 0	string		BZh			bzip2 -d -c			1
     14 # dump/restore new-fs big and little endian
     15 24	belong		60012			restore -rf -			0
     16 24	lelong		60012			restore -rf -			0
     17 # dump/restore old-fs big and little endian
     18 24	belong		60011			restore -rf -			0
     19 24	lelong		60011			restore -rf -			0
     20 # xz
     21 0	string		\375\67zXZ\0		xz -d -c			1