default_install &&
if ! [ -f ${INSTALL_ROOT}/etc/vconsole.conf ]; then
  echo "FONT=default8x16" > ${INSTALL_ROOT}/etc/vconsole.conf
fi &&

ln -sfn ../modules "$INSTALL_ROOT/etc/modules-load.d/modules.conf"
