tmp

debootstrap

キー期限切れの環境を作る場合

debootstrap --no-check-gpg --variant buildd jessie build_jessie http://jp.ftp.debian.org/debian/

2023/12/19時点の使い方

qemu-debootstrapは非推奨になっている。

debootstrap --foreign

で作成する。
手動でsecond-stageを実行しないとユーザーが作られない

mkdir stretch_armhf
sudo debootstrap --no-check-gpg --arch=armhf --foreign --variant=buildd stretch stretch_armhf https://archive.debian.org/debian/
sudo chroot stretch_armhf
/debootstrap/debootstrap --second-stage
exit
sudo chroot jessie_arm

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS