Changes of Revision 11
[-] [+] | Changed | config.sh |
@@ -50,6 +50,8 @@ # Enable sshd chkconfig sshd on +# enable rpcbind +chkconfig rpcbind on chown root:root /build-custom chmod 755 /build-custom # run custom build_script after build @@ -58,4 +60,4 @@ cp /image/.profile /studio/profile cp /image/config.xml /studio/config.xml rm -rf /studio/overlay-tmp -true \ No newline at end of file +true | ||
[-] [+] | Changed | image-installer.kiwi ^ |
@@ -14,7 +14,7 @@ <boot-theme>studio</boot-theme> <timezone>Europe/Berlin</timezone> <hwclock>localtime</hwclock> - <locale>de_DE</locale> + <locale>en_US</locale> </preferences> <users group='root'> <user name='root' pwd='$1$Scd0gMvz$IIyYKSzzDiASa4q84TUj3/' home='/root' shell='/bin/bash'/> @@ -25,7 +25,6 @@ <package name='curl'/> <package name='nfs-client'/> <package name='p7zip'/> - <package name='glibc-locale'/> <package name='gptfdisk-fixparts'/> <package name='gptfdisk'/> <package name='parted'/> |