これは、Ubuntuのネットブートインストールでは無く、ThinClientのUbuntu(ディスクレスクライアント)です。
# apt-get install ltsp-server-standalone
# apt-get install dhcp3-server
# apt-get install openbsd-inetd
# apt-get install tftpd-hpa
シンクライアントイメージの作成
# ltsp-build-client
# mount -t proc /proc /opt/ltsp/i386/proc
# chroot /opt/ltsp/i386
##
## apt-get install hogehoge パッケージのインストール
## passwd rootパスワードの設定
## useradd USER USERアカウントの追加
## exit
# ltsp-update-image
サービスの起動
# /etc/init.d/dhcp3-server start
# /etc/init.d/tftpd-hpa
# /etc/init.d/openbsd-inetd