Merge pull request #104 from phisch/patch-1
Add correct locale to /etc/locale.gen
This commit is contained in:
commit
3e261c4033
|
|
@ -284,7 +284,7 @@ class Installer():
|
||||||
#sys_command(f'/usr/bin/arch-chroot {self.mountpoint} ln -s /usr/share/zoneinfo/{localtime} /etc/localtime')
|
#sys_command(f'/usr/bin/arch-chroot {self.mountpoint} ln -s /usr/share/zoneinfo/{localtime} /etc/localtime')
|
||||||
#sys_command('/usr/bin/arch-chroot /mnt hwclock --hctosys --localtime')
|
#sys_command('/usr/bin/arch-chroot /mnt hwclock --hctosys --localtime')
|
||||||
self.set_hostname()
|
self.set_hostname()
|
||||||
self.set_locale('en_US.UTF-8')
|
self.set_locale('en_US')
|
||||||
|
|
||||||
# TODO: Use python functions for this
|
# TODO: Use python functions for this
|
||||||
sys_command(f'/usr/bin/arch-chroot {self.mountpoint} chmod 700 /root')
|
sys_command(f'/usr/bin/arch-chroot {self.mountpoint} chmod 700 /root')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue