Debian活用/Isar設定

提供: Medeshima wiki
< Debian活用
2026年7月27日 (月) 15:53時点におけるHosakino (トーク | 投稿記録)による版 (→‎Docker)
ナビゲーションに移動 検索に移動

概要

設定

Docker

Dockerfile.isar

$ sudo apt install \
  binfmt-support \
  bubblewrap \
  bzip2 \
  mmdebstrap \
  arch-test \
  apt-utils \
  dpkg-dev \
  gettext-base \
  git \
  python3 \
  quilt \
  qemu-user-static \
  reprepro \
  sudo \
  unzip \
  xz-utils \
  git-buildpackage \
  pristine-tar \
  sbuild \
  schroot \
  zstd

$ git clone http://github.com/ilbers/isar.git
$ cd isar/
$ . isar-init-build-env ../build
$ bitbake isar-image-base