Skip to content

Commit 3bb70da

Browse files
add DHCP lease folders for Ubuntu
Add "/var/lib/dhcp/*" to the search path for Ubuntu; tested under Ubuntu Precise and Trusty, not yet with newer releases.
1 parent b4ad38d commit 3bb70da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup/bindir/cloud-set-guest-sshkey.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
user=root
2828

2929
# Add your DHCP lease folders here
30-
DHCP_FOLDERS="/var/lib/dhclient/* /var/lib/dhcp3/*"
30+
DHCP_FOLDERS="/var/lib/dhclient/* /var/lib/dhcp3/* /var/lib/dhcp/*"
3131
keys_received=0
3232
file_count=0
3333

0 commit comments

Comments
 (0)