diff options
| author | Holger Paradies <retabell@gmx.de> | 2025-04-20 12:16:57 +0200 | 
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2025-04-20 12:16:57 +0200 | 
| commit | c3397e6e132ca7f7aae743a82b27d2ff19bcafd8 (patch) | |
| tree | 09079cba68987a5f8f08140c5b5aa68a3c78e3f1 /backend | |
| parent | 22ebdcc704d98a858cc87780c713949dc3c813a2 (diff) | |
| download | acritoxinstaller-c3397e6e132ca7f7aae743a82b27d2ff19bcafd8.zip acritoxinstaller-c3397e6e132ca7f7aae743a82b27d2ff19bcafd8.tar.gz | |
Also copy etc/locale.conf
This seems to be needed by lxde since trixie
Diffstat (limited to 'backend')
| -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 bc8877c..a0363b6 100644 --- a/backend/modules/install_main +++ b/backend/modules/install_main @@ -285,6 +285,7 @@ function copy_etc_to_target()  	cp -a /etc/localtime $TARGET/etc/localtime  	cp -a /etc/default/keyboard $TARGET/etc/default/keyboard  	cp -a /etc/default/locale $TARGET/etc/default/locale +	cp -a /etc/locale.conf $TARGET/etc/locale.conf  	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 | 
