We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b84ea commit 584e3a4Copy full SHA for 584e3a4
1 file changed
virtualbox-kvm-junest.sh
@@ -39,10 +39,9 @@ _post_installation_processes() {
39
40
sed -i "s/VERSION/$vboxver/g" AppDir/AppRun
41
42
- # Fix locale
+ # Workaround locale troubles (in some releases the language is not correctly detected)
43
mkdir -p AppDir/.junest/usr/lib/virtualbox/nls
44
- mv AppDir/.junest/usr/share/virtualbox/nls/* AppDir/.junest/usr/lib/virtualbox/nls/
45
- rm -R -f AppDir/.junest/usr/share/virtualbox/nls
+ cp -r AppDir/.junest/usr/share/virtualbox/nls/* AppDir/.junest/usr/lib/virtualbox/nls/
46
47
# Add guest additions
48
if ! test -f ./VBoxGuestAdditions.iso; then
0 commit comments