From 4e243825df7d4b2f76fedb1ad7cf43b4122b773e Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Fri, 1 Jun 2018 12:22:03 +0200 Subject: [PATCH] configs: /etc/machine-id doesn't seem required --- configs/firefox-with-cloned-net.cfg | 5 ----- configs/firefox-with-net.cfg | 5 ----- 2 files changed, 10 deletions(-) diff --git a/configs/firefox-with-cloned-net.cfg b/configs/firefox-with-cloned-net.cfg index b4a8260..8b1ee2c 100644 --- a/configs/firefox-with-cloned-net.cfg +++ b/configs/firefox-with-cloned-net.cfg @@ -102,11 +102,6 @@ mount { } mount { - src_content: "01020304050607080910111213141516" - dst: "/etc/machine-id" -} - -mount { src: "/dev/urandom" dst: "/dev/urandom" is_bind: true diff --git a/configs/firefox-with-net.cfg b/configs/firefox-with-net.cfg index 84a9901..d4a33c4 100644 --- a/configs/firefox-with-net.cfg +++ b/configs/firefox-with-net.cfg @@ -96,11 +96,6 @@ mount { } mount { - src_content: "01020304050607080910111213141516" - dst: "/etc/machine-id" -} - -mount { src: "/dev/urandom" dst: "/dev/urandom" is_bind: true -- 2.7.4