fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.1k stars 110 forks source link

LANG: command not found #128

Closed shrx closed 8 years ago

shrx commented 8 years ago

Hi, I have downloaded JuNest with

$ git clone git://github.com/fsquillace/junest ~/junest

and then ran

$ junest -f
Downloading JuNest...
--2015-11-27 10:51:00--  https://dl.dropboxusercontent.com/u/42449030/junest/junest-x86_64.tar.gz
Resolving dl.dropboxusercontent.com... 45.58.74.37, 45.58.74.5
Connecting to dl.dropboxusercontent.com|45.58.74.37|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 107166904 (102M) [application/octet-stream]
Saving to: `junest-x86_64.tar.gz'

100%[===========================================================================>] 107,166,904 7.31M/s   in 38s     

2015-11-27 10:51:40 (2.71 MB/s) - `junest-x86_64.tar.gz' saved [107166904/107166904]

Installing JuNest...
The default mirror URL is https://mirrors.kernel.org/archlinux/$repo/os/$arch.
Remember to refresh the package databases from the server:
    pacman -Syy
JuNest installed successfully
/etc/locale.conf: line 1: LANG: command not found
sh: LANG: command not found
[root@hostname ~]#

How to fix the locale.conf error?

fsquillace commented 8 years ago

Hi,

The build image script creates wrongly the LANG variable.

This will be fixed here: https://github.com/fsquillace/junest/pull/129

Thanks for spotting this! Filippo

shrx commented 8 years ago

Thank you for the quick fix.