summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/ubuntu/functions-default
diff options
context:
space:
mode:
authors8tomaie2006-06-29 18:49:47 +0200
committers8tomaie2006-06-29 18:49:47 +0200
commite7d10d175ad2c20663ced063f5b6bbce038c87e2 (patch)
tree79297d9656e3b3eaa5ff4cc43c007d46b3430a40 /initrd/distro-specs/ubuntu/functions-default
parentgit-svn-id: http://svn.openslx.org/svn/openslx/ld4@259 95ad53e4-c205-0410-b2f... (diff)
downloadcore-e7d10d175ad2c20663ced063f5b6bbce038c87e2.tar.gz
core-e7d10d175ad2c20663ced063f5b6bbce038c87e2.tar.xz
core-e7d10d175ad2c20663ced063f5b6bbce038c87e2.zip
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@260 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/ubuntu/functions-default')
-rw-r--r--initrd/distro-specs/ubuntu/functions-default26
1 files changed, 25 insertions, 1 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-default b/initrd/distro-specs/ubuntu/functions-default
index e1d1c0c7..bbb87e6e 100644
--- a/initrd/distro-specs/ubuntu/functions-default
+++ b/initrd/distro-specs/ubuntu/functions-default
@@ -23,6 +23,31 @@ preinit () {
modprobe ${MODPRV} unix || error "$df_errumod" nonfatal
}
+
+#overwrite settings set by hwautocfg
+displayvars (){
+Files=' \t FontPath\t\t "/usr/share/X11/fonts/misc"\n
+\t FontPath\t\t "/usr/share/X11/fonts/cyrillic"\n
+\t FontPath\t\t "/usr/share/X11/fonts/100dpi/:unscaled"\n
+\t FontPath\t\t "/usr/share/X11/fonts/75dpi/:unscaled"\n
+\t FontPath\t\t "/usr/share/X11/fonts/Type1"\n
+\t FontPath\t\t "/usr/share/X11/fonts/100dpi"\n
+\t FontPath\t\t "/usr/share/X11/fonts/75dpi"\n
+\t # path to defoma fonts\n
+\t FontPath\t\t "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"\n'
+
+Module=' \t Load\t "i2c"\n
+\t Load\t "bitmap"\n
+\t Load\t "ddc"\n
+\t Load\t "dri"\n
+\t Load\t "extmod"\n
+\t Load\t "freetype"\n
+\t Load\t "glx"\n
+\t Load\t "int10"\n
+\t Load\t "type1"\n
+\t Load\t "vbe"\n'
+
+}
# distro specific function called from servconfig script
config_distro () {
# add the halt link to the 0 and 6 runlevel directories
@@ -157,7 +182,6 @@ consolefont () {
echo -e "setfont ${CONSOLE_FONT} >${LOGFILE} 2>&1" \
>>/mnt/etc/${D_INITDIR}/boot.ld
}
-"20" "02"
# acpi and powersave
config_acpi () {
rllinker "acpid" "02" "19"