Kaydet (Commit) c2036c96 authored tarafından sulincix's avatar sulincix

fix

üst 2df292be
......@@ -433,7 +433,7 @@ class InstallerEngine:
False, ("Updating environment"))
os.system("echo \"LANG=%s.UTF-8\" >> /target/etc/env.d/02locale" %
self.setup.language)
self.do_run_in_chroot('cat /etc/env.d/* | grep -v "^#" > /etc/environment')
self.do_run_in_chroot("cat /etc/env.d/* | grep -v \"^#\" > /etc/environment")
# set the timezone
print(" --> Setting the timezone")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment