search for: b1098ba

Displaying 1 result from an estimated 1 matches for "b1098ba".

Did you mean: b109187a
2016 Feb 24
4
[PATCH] inspect: use /etc/hosts for detecting Linux root (RHBZ#1203898)
....fstab /etc/fstab write /etc/debian_version "5.0.1" write /etc/hostname "debian.invalid" +touch /etc/hosts upload $SRCDIR/debian-packages /var/lib/dpkg/status diff --git a/test-data/phony-guests/make-fedora-img.pl b/test-data/phony-guests/make-fedora-img.pl index 192f48f..b1098ba 100755 --- a/test-data/phony-guests/make-fedora-img.pl +++ b/test-data/phony-guests/make-fedora-img.pl @@ -211,6 +211,7 @@ $g->write ('/etc/motd', "Welcome to Fedora release 14 (Phony)\n"); $g->write ('/etc/redhat-release', 'Fedora release 14 (Phony)'); $g-...