Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 537082
Collapse All | Expand All

(-)a/src/appliance.c (-1 lines)
Lines 197-203 Link Here
197
contains_fixed_appliance (guestfs_h *g, const char *path, void *data)
197
contains_fixed_appliance (guestfs_h *g, const char *path, void *data)
198
{
198
{
199
  return dir_contains_files (path,
199
  return dir_contains_files (path,
200
                             "README.fixed",
201
                             "kernel", "initrd", "root", NULL);
200
                             "kernel", "initrd", "root", NULL);
202
}
201
}
203
202

Return to bug 537082