[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:28482] run apt-get non-interactively
- From: ryo sakuma <KHB10110@xxxxxxxxxxx>
- Subject: [debian-users:28482] run apt-get non-interactively
- Date: Thu, 24 May 2001 07:18:15 +0900
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 3.0pl#17]; post only (only members can post)
- Message-id: <873d9wyhn5.fsf@xxxxxxxxxxx>
- X-mail-count: 28482
- User-agent: EMIKO/1.13.9 (Euglena tripteris) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/20.7 (i386-debian-linux-gnu) MULE/4.0 (HANANOEN)
佐久間といいます.
apt-get installをpppdから起動されるスクリプトで動かしているのですが,
sources.listにはdeb cdrom: の行もあるのでパッケージによっては,
Media Change: Please insert the disc labeled 'Debian …' in the drive '/cdrom/' and press enter
とCDROMの挿入要求が出てスクリプトが止まってしまいます.スクリプトはバッ
クグラウンドでnon-interactivelyに動かしているので,CDROMへのアクセスを
禁止させたいんですが,どうすればよいのでしょうか?
現在スクリプトのapt-get installは,
apt-get --quiet --download-only --assume-yes install パッケージ名 …
と書いています.aptのバージョンは0.3.19です(potato環境).
--
-- sakuma