|
@@ -271,7 +271,7 @@ def main():
|
271
|
271
|
cfgdrv.enable_upgrades()
|
272
|
272
|
|
273
|
273
|
if not args.no_debian_cleanup:
|
274
|
|
- cfgdrv.add_command("rm -f /etc/network/interfaces.d/eth*.cfg", True)
|
|
274
|
+ cfgdrv.add_command("rm -f /etc/network/interfaces.d/eth*", True)
|
275
|
275
|
cfgdrv.add_command("sed -rni '/^([^#]|## template)/p' /etc/cloud/templates/sources.list.*.tmpl; rm /etc/apt/sources.list.d/*", True)
|
276
|
276
|
cfgdrv.add_command("sed -rni '/^([^#]|## template)/p' /etc/resolv.conf /etc/cloud/templates/resolv.conf.tmpl", True)
|
277
|
277
|
|