# chroot /mnt/debinst
: : # so if you want to add more getty's go ahead but skip tty7 if you run X. # #1:2345:respawn:/sbin/getty 38400 tty1 #2:23:respawn:/sbin/getty 38400 tty2 #3:23:respawn:/sbin/getty 38400 tty3 #4:23:respawn:/sbin/getty 38400 tty4 #5:23:respawn:/sbin/getty 38400 tty5 #6:23:respawn:/sbin/getty 38400 tty6 # Example how to put a getty on a serial line (for a terminal) # #T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 #T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100 T0:2345:respawn:/sbin/getty -L ttyS0 115200 vt100 # Example how to put a getty on a modem line. # : : |
# /etc/fstab: static file system information. # # |
auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp |
127.0.0.1 localhost localhost.localdomain 192.168.1.38 ude |
ude |
--- rcS.orig 2006-09-18 21:58:28.000000000 +0900 +++ rcS 2006-09-24 19:31:30.000000000 +0900 @@ -10,7 +10,7 @@ # before system startup is complete (as soon as inetd is started) DELAYLOGIN=yes # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not. -UTC=yes +UTC=no # Set VERBOSE to "no" if you would like a more quiet bootup. VERBOSE=yes # Set EDITMOTD to "no" if you don't want /etc/motd to be editted automatically |
参考: | LS-GL:debian:9時間ずれ |
deb http://ftp.jp.debian.org/debian/ sarge main contrib non-free deb http://ftp.jp.debian.org/debian-non-US/ sarge/non-US main contrib non-free deb http://security.debian.org/ sarge/updates main contrib non-free deb-src http://ftp.jp.debian.org/debian/ sarge main contrib non-free deb-src http://ftp.jp.debian.org/debian-non-US/ sarge/non-US main contrib non-free |
# apt-get update # apt-get -f install # apt-get dist-upgrade # apt-get install locales # apt-get clean
# tzconfig
# passwd root
# useradd guest # passwd guest
# apt-get install telnetd
# exit
← /boot の構成 |
LS-GL で debian を動かそう LinkStation LS-GL Tips/解析結果 LinkStation/玄箱 をハックしよう |
→ LS-GL 固有の設定 |