Changes between Version 63 and Version 64 of FAQ
- Timestamp:
- Jul 24, 2009, 12:43:21 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v63 v64 600 600 * for putty : use LANG=C 601 601 }}} 602 Tip from Victor Gattegno 602 Tip from Victor Gattegno. 603 604 If you want to change that permanently at mondorestore start, then you may want to create the following configuration file: 605 {{{ 606 cat > /etc/mindi/mindi.conf << EOF 607 export ADDITIONAL_BOOT_PARAMS="$ADDITIONAL_BOOT_PARAMS TERM=vt100" 608 EOF 609 }}}