File: update-guestfs-appliance.8

package info (click to toggle)
libguestfs 1%3A1.18.1-1%2Bdeb7u3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 49,156 kB
  • sloc: ansic: 282,408; ml: 22,707; sh: 16,121; perl: 5,946; java: 5,047; cs: 4,329; makefile: 3,191; haskell: 2,564; erlang: 1,510; python: 1,502; xml: 509; ruby: 217; pascal: 142; cpp: 11
file content (37 lines) | stat: -rw-r--r-- 1,287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\"                                      Hey, EMACS: -*- nroff -*-
.TH LIBGUESTFS 8 "August 2011"
.SH NAME
update-guestfs-appliance \- update the supermin appliance used by
libguestfs
.SH SYNOPSIS
.B update-guestfs-appliance
.SH DESCRIPTION
\fBupdate-guestfs-appliance\fP creates or updates the supermin
appliance for use with libguestfs. It uses \fBfebootstrap\fP for this,
therefore access to the package repository is needed.
.PP
A supermin appliance contains only lists of files and directories. The
contents of the referenced files are only copied into an ad-hoc
filesystem whenever libguestfs starts a virtual machine. Therefore,
calling \fBupdate-guestfs-appliance\fP is only needed after libguestfs
has been installed or when the filesystem layouts or dependencies of
needed packages on the host system have been changed.
.PP
.SH FILES
.BR /usr/lib/guestfs/make.sh
(the script that does the actual work),
.nh
.nf
.BR /usr/lib/guestfs/supermin.d/hostfiles
.BR /usr/lib/guestfs/supermin.d/base.img
.fi
.hy
.SH SEE ALSO
.BR guestfish (1),
.BR guestmount (1),
.BR febootstrap (8),
.BR febootstrap-supermin-helper (8).
.SH AUTHOR
\fBupdate-guestfs-appliance\fP and this manual page were written by
Hilko Bengen <bengen@debian.org>, for the Debian project (and may be
used by others).