1
0
Fork 0

Add file /etc/environment

This commit is contained in:
Braiden Vasco 2017-07-09 20:02:44 +00:00
parent aa3329404a
commit 3be52aaf33
2 changed files with 6 additions and 0 deletions

View file

@ -185,6 +185,11 @@ mount --bind /dev/pts "$ROOTFS_DIR/dev/pts"
mount -t proc /proc "$ROOTFS_DIR/proc"
mount --bind /sys "$ROOTFS_DIR/sys"
##
# Add /etc/environment
#
apply_file 644 '/etc/environment'
##
# Add /etc/fstab and /etc/mtab
#

1
files/etc/environment Normal file
View file

@ -0,0 +1 @@
LC_ALL='C.UTF-8'