debootstrap †キー期限切れの環境を作る場合 debootstrap --no-check-gpg --variant buildd jessie build_jessie http://jp.ftp.debian.org/debian/ 2023/12/19時点の使い方 †qemu-debootstrapは非推奨になっている。 debootstrap --foreign で作成する。 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 wslでchrootの実行に失敗する場合以下をチェックする †sudo update-binfmts --display | grep aarch64 ここでdisableと出ている場合は以下を実行する sudo update-binfmts --enable qemu-arm64 |