add rescue, fix default pxe, ubuntu locale
[automated-distro-installer] / fai / config / scripts / UBUNTU / 90-apt
diff --git a/fai/config/scripts/UBUNTU/90-apt b/fai/config/scripts/UBUNTU/90-apt
new file mode 100644 (file)
index 0000000..5e2d1e3
--- /dev/null
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+# note: the name of this scripts doesn't fit it's contents, but it's
+# because we are taking just part of the corresponding fai example
+# script, and it's easier to keep up with upstream changes if the file
+# name is the same.
+
+ainsl -v /etc/locale.gen '^en_US.UTF-8 UTF-8'
+$ROOTCMD locale-gen
+$ROOTCMD update-locale LANG=en_US.UTF-8