新しいDebian StretchインストールがBusterにアップグレードされるのを防ぐ方法は?

新しいDebian StretchインストールがBusterにアップグレードされるのを防ぐ方法は?

オンラインで検索しましたが、入手できるのはdistをアップグレードする方法だけです。しかし、私が望むのは、私が満足しているところにとどまることです。

私はカスタムDebianインストールDVDを作成するためにsimple-cddを使用しました。 DVD ISOを確認してみると、Stretchディストリビューションが含まれていることを確認しました。ただし、DVDをインストールした後にシステムがクラッシュし、インストーラは私の同意なしに自動的にdistをアップグレードしました。

これを防ぐ方法はありますか?プロフィールで何ができますか?

これはDVDのマイプリセットファイルの関連部分です。

### Mirror settings
# If you select ftp, the mirror/country string does not need to be set.
d-i mirror/protocol string http
d-i mirror/country string manual
d-i mirror/http/hostname string 192.168.0.10
d-i mirror/http/directory string /debian/
d-i mirror/http/proxy string

# Suite to install.
d-i mirror/suite string stretch
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string stretch

### Apt setup
# You can choose to install non-free and contrib software.
d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true
# Uncomment this if you don't want to use a network mirror.
d-i apt-setup/use_mirror boolean false
# Select which update services to use; define the mirrors to be used.
# Values shown below are the normal defaults.
d-i apt-setup/services-select multiselect
#d-i apt-setup/security_host string security.debian.org

# Additional repositories, local[0-9] available
d-i apt-setup/local0/repository string \
   http://debian.myserver.com/debian stable main

ベストアンサー1

おすすめ記事