diff options
author | Holger Paradies <retabell@gmx.de> | 2014-10-26 16:06:37 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-10-26 16:06:37 +0100 |
commit | 272fc3dcf99351581a733912153eb923b638728a (patch) | |
tree | f404d2743896a03a0f55e47a2d45b743d2a0e235 /backend/modules | |
parent | 403f758dd7d7ff6b7ba4b16d382c1d8b133bec67 (diff) | |
download | acritoxinstaller-272fc3dcf99351581a733912153eb923b638728a.zip acritoxinstaller-272fc3dcf99351581a733912153eb923b638728a.tar.gz |
copy /etc/machine-id to target
avoid fail to start journal-service
Diffstat (limited to 'backend/modules')
-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 |