summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-9.04
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-9.04')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-9.0419
1 files changed, 4 insertions, 15 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-9.04 b/initramfs/distro-specs/ubuntu/functions-9.04
index 66247b3b..09567aa5 100644
--- a/initramfs/distro-specs/ubuntu/functions-9.04
+++ b/initramfs/distro-specs/ubuntu/functions-9.04
@@ -28,13 +28,12 @@
#X11/xdm/pixmaps\ndhclient.script"
D_BINDMPTS="tmp root home media"
D_DIRINBINDMNT="/var/run /var/log /var/tmp /var/lib/gdm"
-D_RODIRSINRW="/etc/X11/xkb /var/lib/gconf /var/lib/dpkg /var/lib/aspell \
+RODIRSINRW="/var/lib/gconf /var/lib/dpkg /var/lib/aspell /var/lib/mlocate \
/var/lib/pango /var/lib/defoma /var/cache/fontconfig /var/lib/dkms"
#D_RWDIRSINRO="/var/lib/gdm"
-D_DIRINDXS="/var/X11R6/compose-cache /var/run/sysconfig/tmp /var/adm \
-/var/lib/nobody /var/lib/pam_devperm /var/lib/bluetooth /var/lib/texmf \
-/var/lib/nfs/sm /var/lib/misc /var/lib/acpi /var/spool/cron /var/lib/alsa \
-/var/lock/subsys/sysconfig"
+D_DIRINDXS="/var/run/sysconfig/tmp /var/adm /var/lib/nobody /var/lib/pam \
+/var/lib/bluetooth /var/lib/texmf /var/lib/nfs/sm /var/lib/misc \
+/var/lib/acpi-support /var/spool/cron /var/lib/alsa /var/lock/subsys"
# empty functions are defined at the beginning of /etc/functions
@@ -42,8 +41,6 @@ D_DIRINDXS="/var/X11R6/compose-cache /var/run/sysconfig/tmp /var/adm \
preinit () {
# load unix module to provide sockets (is compiled into kernel on
# the live CDs!?)
- modprobe ${MODPRV} unix 2>/dev/null || error "$df_errumod" nonfatal
- modprobe ${MODPRV} vesafb 2>/dev/null || error "$df_errumod" nonfatal
modprobe ${MODPRV} fbcon 2>/dev/null || error "$df_errumod" nonfatal
}
@@ -134,14 +131,6 @@ for i in rc2.d/K$stop$script rc3.d/K$stop$script \
done
}
-# set up localization like keytable, console
-dlocale () {
-# fixme -- use keytable setup script here
-# echo -e "\t# entries added by $0: $date" >> /mnt/etc/init.d/boot.slx
-sed "s/LANG.*/LANG=\"${LANG}\"/" -i /mnt/etc/default/locale
-#d_mkrlscript entry boot.slx "setfont ${CONSOLE_FONT} >${LOGFILE} 2>&1"
-}
-
# group of functions for the normal runlevels - first parameter is start
# second stop