Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk
images from "normal" into cloop2-format compressed images and back. Written by Florian Stoehr (netbsd@wolfnode.de) with some polishing by me. Compressed disk images can be used with the vnd(4) driver when compiled with VND_COMPRESSION and "vnconfig -z". Useful for creation of Live CDs/DVDs.
This commit is contained in:
parent
e98029593c
commit
2b72198a99
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.560 2005/07/11 15:37:00 kiyohara Exp $
|
||||
# $NetBSD: mi,v 1.561 2005/07/25 12:19:36 hubertf Exp $
|
||||
. base-sys-root
|
||||
./altroot base-sys-root
|
||||
./bin base-sys-root
|
||||
|
@ -1173,6 +1173,8 @@
|
|||
./usr/sbin/uuchk base-uucp-bin uucp
|
||||
./usr/sbin/vipw base-sysutil-bin
|
||||
./usr/sbin/vnconfig base-sysutil-bin
|
||||
./usr/sbin/vndcompress base-util-bin
|
||||
./usr/sbin/vnduncompress base-util-bin
|
||||
./usr/sbin/wiconfig base-sysutil-bin
|
||||
./usr/sbin/wire-test base-netutil-bin
|
||||
./usr/sbin/wlanctl base-sysutil-bin
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.809 2005/07/24 14:24:53 wiz Exp $
|
||||
# $NetBSD: mi,v 1.810 2005/07/25 12:19:37 hubertf Exp $
|
||||
./etc/mtree/set.man man-sys-root
|
||||
./usr/share/info/am-utils.info man-amd-info info
|
||||
./usr/share/info/as.info man-computil-info bfd,info
|
||||
|
@ -2239,6 +2239,8 @@
|
|||
./usr/share/man/cat8/virtual.0 man-postfix-catman postfix,.cat
|
||||
./usr/share/man/cat8/vmstat.0 man-obsolete obsolete
|
||||
./usr/share/man/cat8/vnconfig.0 man-sysutil-catman .cat
|
||||
./usr/share/man/cat8/vndcompress.0 man-util-catman .cat
|
||||
./usr/share/man/cat8/vnduncompress.0 man-util-catman .cat
|
||||
./usr/share/man/cat8/walnut/MAKEDEV.0 man-obsolete obsolete
|
||||
./usr/share/man/cat8/walnut/makedev.0 man-obsolete obsolete
|
||||
./usr/share/man/cat8/wdogctl.0 man-sysutil-catman .cat
|
||||
|
@ -4488,6 +4490,8 @@
|
|||
./usr/share/man/man8/virtual.8 man-postfix-man postfix,.man
|
||||
./usr/share/man/man8/vmstat.8 man-obsolete obsolete
|
||||
./usr/share/man/man8/vnconfig.8 man-sysutil-man .man
|
||||
./usr/share/man/man8/vndcompress.8 man-util-man .man
|
||||
./usr/share/man/man8/vnduncompress.8 man-util-man .man
|
||||
./usr/share/man/man8/walnut/MAKEDEV.8 man-obsolete obsolete
|
||||
./usr/share/man/man8/walnut/makedev.8 man-obsolete obsolete
|
||||
./usr/share/man/man8/wdogctl.8 man-sysutil-man .man
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.497 $>
|
||||
LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.498 $>
|
||||
|
||||
|
||||
[Note: This file does not mention every change made to the NetBSD source tree.
|
||||
|
@ -72,3 +72,9 @@ Changes from NetBSD 3.0 to NetBSD 4.0:
|
|||
http://www.gont.com.ar/drafts/icmp-attacks-against-tcp.html
|
||||
[christos 20050719]
|
||||
config(1): Implement "no <dev> at <attachment>". [cube 20050724]
|
||||
vndcompress(1): Add vndcompress(1) and vnduncompress(1) to transform
|
||||
filesystem/disk images from "normal" into cloop2-format
|
||||
compressed images and back (written by Florian Stoehr).
|
||||
Compressed disk images can be used with the vnd(4) driver when
|
||||
compiled with VND_COMPRESSION and "vnconfig -z".
|
||||
Useful for creation of Live CDs/DVDs. [hubertf 20050725]
|
||||
|
|
Loading…
Reference in New Issue