Displaying 2 results from an estimated 2 matches for "890b1999c".
2017 May 04
0
Re: [PATCH v1 2/2] build: add ./configure --with-guestfs-path option
...AGS = \
> - -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' \
> -DGUESTFS_WARN_DEPRECATED=1 \
> -DGUESTFS_PRIVATE=1 \
> -DLIBOSINFO_DB_PATH='"$(datadir)/libosinfo/db"' \
> diff --git a/m4/guestfs_appliance.m4 b/m4/guestfs_appliance.m4
> index 890b1999c..81c43879f 100644
> --- a/m4/guestfs_appliance.m4
> +++ b/m4/guestfs_appliance.m4
> @@ -128,3 +128,14 @@ AC_ARG_WITH([extra-packages],
> [EXTRA_PACKAGES="$withval"],
> [EXTRA_PACKAGES=])
> AC_SUBST([EXTRA_PACKAGES])
> +
> +dnl Set guestfs default path
&g...
2017 Apr 19
1
[PATCH] appliance: Pass root=UUID=... to supermin.
By passing root=UUID=... to supermin, we make the appliance boot
process less sensitive to the non-deterministic process of scanning
SCSI disks (of which much more to come).
This patch should be tested alongside the supermin patch posted here:
https://www.redhat.com/archives/libguestfs/2017-April/msg00174.html
which in turn requires this supermin patch series: