debootstrap でイメージ作った後にゲストの /dev に移動して
- Q: Why don't I have a console when I boot my image?
- A: Most images are set up to create a console virtual consoles (/dev/tty0 etc), but the lguest console is /dev/hvc0: look for a line like "1:2345:respawn:/sbin/getty 38400 tty1" in /etc/inittab and change "tty1" to o "hvc0".
上記通り inittab を書き換えて... root でログインできん。で /etc/securetty に hvc0 を追記。やっと最初の一歩。mknod hvc0 c 229 0
0 件のコメント:
コメントを投稿