Skip to content

Commit

Permalink
Merge part of PR #10, improving Ubuntu support.
Browse files Browse the repository at this point in the history
  • Loading branch information
amluto committed Nov 22, 2017
2 parents 9fed7d3 + 6868c1a commit c44d064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions virtme/guest/virtme-init
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ rm /tmp/fstab
# Find udevd
if [[ -x /usr/lib/systemd/systemd-udevd ]]; then
udevd=/usr/lib/systemd/systemd-udevd
elif [[ -x /lib/systemd/systemd-udevd ]]; then
udevd=/lib/systemd/systemd-udevd
else
udevd=`which udevd`
fi
Expand Down

0 comments on commit c44d064

Please sign in to comment.