Changes between Version 83 and Version 84 of FAQ


Ignore:
Timestamp:
Jul 16, 2010, 3:16:15 PM (15 years ago)
Author:
victor gattegno
Comment:

Q37 - some infos added.

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v83 v84  
    616616== Q37/ Why is the mondoarchive/mondorestore curses interface badly rendered ? ==
    617617
    618 Check TERM and LANG variables:
     618The GUI interface uses newt.
     619
     620Check TERM and LANG variables, the following work well:
    619621{{{
    620622* for SecureCRT : TERM=vt220 and LANG=en_US.UTF-8
     623* for vncviewer : TERM=xterm  &  LANG=en_US.UTF-8
    621624* for putty : use LANG=C
    622625}}}
    623626Tip from Victor Gattegno.
    624627
    625 If you want to change that permanently at mondorestore start, then you may want to create the following configuration file:
     628If you want to change that permanently at mondorestore start, then you can add TERM and LANG variables in MINDI_ADDITIONAL_BOOT_PARAMS (in /usr/sbin/mindi shell-script), and then do a new mondoarchive ; or create the following configuration file:
    626629{{{
    627630cat > /etc/mindi/mindi.conf << EOF
     
    629632EOF
    630633}}}
     634
     635There is also a mondorescue text mode (no GUI) ; to get that mode, instead of "interactive", you have to type "interactive textonly".
    631636
    632637== Q38/ Which versions of mindi and mondo are compatible ? ==