diff options
-rw-r--r-- | backend/modules/install_main | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/modules/install_main b/backend/modules/install_main index 275415c..f9342eb 100644 --- a/backend/modules/install_main +++ b/backend/modules/install_main @@ -276,6 +276,7 @@ function copy_etc_to_target() cp -a /etc/default/locale $TARGET/etc/default/locale cp -a /etc/locale.gen $TARGET/etc/locale.gen cp -a /etc/apt/sources.list.d/*.list $TARGET/etc/apt/sources.list.d/ + cp -a /etc/machine-id $TARGET/etc/machine-id #cp -a /etc/console/* $TARGET/etc/console/ #cp -a /etc/environment $TARGET/etc/environment |