[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:08122] Re: check boot-floppies-ja
吉山です。
テストありがとうございます。
From: Koichi Honda <honda@xxxxxxxxx>
Subject: [debian-devel:08118] check boot-floppies-ja
Date: Fri, 19 Mar 1999 07:53:57 +0900
> 本田です。昨日(深夜:今日?)テストしたのが気になったのでソースを見
> てみました。.bash_profileを検索すると以下のものしか見つかりません記
> 入されているのは英語のドキュメントなので${echo} -n "のところに秘密が
> あるのかなと思いながら、if [ $TERM = kon ]; thenがあるのでこのスクリ
> プトだろうと踏んでいるのですが、もしこのスクリプトであればエラーが発
> 生している箇所は以下に含まれています。
>
> echo $CLEAR
> ${echo} -n "
> Now you may choose one of several selections of packages to be installed.
> If you prefer to select one by one which packages to install on the system
> you may skip this step, else you may skip the 'Select' step later when I
> run the 'dselect' program.
>
> Do you want to perform this step? [Y/n] "
> read answer
> case "$answer" in
> $N|$n)
> true
> ;;
> *)
> if [ $TERM = kon ]; then
> TERM=linux-m /root/pkgsel
> else
> /root/pkgsel
> endif
↑fi ですな。
> touch /root/preselected
> ;;
> esac
---
Name: 吉山あきら Akira Yoshiyama
E-mail: yosshy@debian.or.jp (yosshy@xxxxxxxxxxxxx)