Add file /etc/environment
This commit is contained in:
parent
aa3329404a
commit
3be52aaf33
2 changed files with 6 additions and 0 deletions
5
build.sh
5
build.sh
|
@ -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
1
files/etc/environment
Normal file
|
@ -0,0 +1 @@
|
|||
LC_ALL='C.UTF-8'
|
Reference in a new issue