LAVA: rootfs: dhcp argument is not necessary
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 5 Dec 2018 19:32:53 +0000 (14:32 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 5 Dec 2018 19:32:53 +0000 (14:32 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/rootfs/vmdeboostrap/generate-root.py

index 9350b7c9ae2649478690dfca4cad53ff5557d3b3..15f3c5bf933056a928c3df7fecef838147d94f61 100755 (executable)
@@ -110,7 +110,6 @@ def main():
         "--user={}".format(user),
         "--root-password={}".format(root_password),
         "--no-kernel",
-        "--enable-dhcp",
         "--verbose",
     ]
 
This page took 0.02412 seconds and 4 git commands to generate.