• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/usr.sbin/pc-sysinstall/backend/

Lines Matching refs:FSMNT

39   sed -i.bak "s/lang=en_US/lang=${LOCALE}/g" ${FSMNT}/etc/login.conf
40 rm ${FSMNT}/etc/login.conf.bak
49 if [ -e "${FSMNT}/usr/share/skel/.kde4/share/config/kdeglobals" ] ; then
50 sed -i '' "s/Country=us/Country=${COUNTRY}/g" ${FSMNT}/usr/share/skel/.kde4/share/config/kdeglobals
51 sed -i '' "s/Country=us/Country=${COUNTRY}/g" ${FSMNT}/root/.kde4/share/config/kdeglobals
52 sed -i '' "s/Language=en_US/Language=${SETLANG}:${LOCALE}/g" ${FSMNT}/usr/share/skel/.kde4/share/config/kdeglobals
56 if [ -e "${FSMNT}/root/.kde4/share/config/kdeglobals" ] ; then
57 sed -i '' "s/Language=en_US/Language=${SETLANG}:${LOCALE}/g" ${FSMNT}/root/.kde4/share/config/kdeglobals
61 if [ -e "${FSMNT}/usr/local/kde4/share/config/kdm/kdmrc" ] ; then
62 sed -i '' "s/Language=en_US/Language=${LOCALE}.UTF-8/g" ${FSMNT}/usr/local/kde4/share/config/kdm/kdmrc
69 cat ${FSMNT}/etc/rc.conf 2>/dev/null | grep -q "gdm_enable=\"YES\"" 2>/dev/null
71 echo "gdm_lang=\"${LOCALE}.UTF-8\"" >> ${FSMNT}/etc/rc.conf
80 if [ -e "${FSMNT}/usr/local/share/pcbsd/splash-screens/loading-screen-${SETLANG}.pcx" ]
82 cp ${FSMNT}/usr/local/share/pcbsd/splash-screens/loading-screen-${SETLANG}.pcx ${FSMNT}/boot/loading-screen.pcx
132 if [ ! -e "${FSMNT}/usr/share/skel/.xprofile" ]
134 echo "#!/bin/sh" >${FSMNT}/usr/share/skel/.xprofile
138 echo "setxkbmap ${SETXKBMAP}" >>${FSMNT}/usr/share/skel/.xprofile
139 chmod 755 ${FSMNT}/usr/share/skel/.xprofile
140 cp ${FSMNT}/usr/share/skel/.xprofile ${FSMNT}/root/.xprofile
143 if [ -e "${FSMNT}/usr/local/kde4/share/config/kdm/Xsetup" ] ; then
144 echo "setxkbmap ${SETXKBMAP}" >>${FSMNT}/usr/local/kde4/share/config/kdm/Xsetup
149 if [ -d "${FSMNT}/usr/share/skel/.kde4/share/config" ] ; then
160 Use=true " >${FSMNT}/usr/share/skel/.kde4/share/config/kxkbrc
200 echo "keymap=\"${KEYLAYOUT_CONSOLE}\"" >>${FSMNT}/etc/rc.conf
227 ' > ${FSMNT}/.pruneLangs.sh
229 chmod 755 ${FSMNT}/.pruneLangs.sh
230 chroot ${FSMNT} /.pruneLangs.sh >/dev/null 2>/dev/null
231 rm ${FSMNT}/.pruneLangs.sh
436 cp ${FSMNT}/usr/share/zoneinfo/${TZONE} ${FSMNT}/etc/localtime
445 cat ${FSMNT}/etc/rc.conf 2>/dev/null | grep -q 'ntpd_enable="YES"' 2>/dev/null
448 echo 'ntpd_enable="YES"' >>${FSMNT}/etc/rc.conf
449 echo 'ntpd_sync_on_start="YES"' >>${FSMNT}/etc/rc.conf
452 cat ${FSMNT}/etc/rc.conf 2>/dev/null | grep -q 'ntpd_enable="YES"' 2>/dev/null
455 sed -i.bak 's|ntpd_enable="YES"||g' ${FSMNT}/etc/rc.conf