Create your localized Soas-Strawberry

There were some changes to the Sugar on a Stick strawberry git repository last night. We moved the part that localizes your image (language, keyboard and time zone) to a separate kickstart file. That way we hope to make it clearer how you can create your localized images.

Here is an example for a german image:


diff --git a/soas-international.ks b/soas-international.ks
index 355b216..cb00ea2 100644
--- a/soas-international.ks
+++ b/soas-international.ks
@@ -1,3 +1,3 @@
-lang en_US.UTF-8
-keyboard us
-timezone US/Eastern
+lang de_DE.UTF-8
+keyboard de
+timezone Europe/Berlin

Btw, if you need to create a boot loader for your image you can use the script provided in the repository. Simply do:
/boot-helper-creator.sh [path to iso of which to create a boot helper] (You must use sudo or be root on most system to do that).

Tags:

2 Responses to “Create your localized Soas-Strawberry”

  1. Nice work! :)

    Let’s make sure we get this into the official docs for SoaS v3 or so, too.

  2. [...] Sugar Beets A root cause of sweetness « Create your localized Soas-Strawberry [...]

Leave a Reply