diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/guestfs-recipes.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/guestfs-recipes.pod b/examples/guestfs-recipes.pod index 188af635..0c8fe0fa 100644 --- a/examples/guestfs-recipes.pod +++ b/examples/guestfs-recipes.pod @@ -267,6 +267,9 @@ guest. L<https://rwmj.wordpress.com/2010/12/01/tip-install-rpms-in-a-guest/#content> +Since libguestfs 1.20, L<virt-sysprep(1)> has an option for installing +firstboot scripts in Linux guests. + =head1 List applications installed in a VM Save the following to a file C<list-apps.sh>: |