◆ethos,rootのユーザパスワードの設定
# passwd ethos Changing password for ethos. (current) UNIX password: (デフォルトはlive) Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully
# su Password: (デフォルトはlive)
# passwd Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully
◆ネットワーク設定 /etc/network/interfaces を編集
# vi /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5).# The loopback network interface auto lo iface lo inet loopback
◆キーボードレイアウトの変更 /etc/default/keyboardを編集
# sudo vi /etc/default/keyboard # Check /usr/share/doc/keyboard-configuration/README.Debian for # documentation on what to do after having modified this file.# The following variables describe your keyboard and can have the same # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options # in /etc/X11/xorg.conf. XKBMODEL=”jp106″ <<<変更 XKBLAYOUT=”jp” <<<変更 XKBVARIANT=”” XKBOPTIONS=””# If you don’t want to use the XKB layout on the console, you can # specify an alternative keymap. Make sure it will be accessible # before /usr is mounted. # KMAP=/etc/console-setup/defkeymap.kmap.gz