Sha256: 4079b7b1a7e156ed22d5c4a3e0914e2549c106e93608c7ddc4de527e0807b759

Contents?: true

Size: 965 Bytes

Versions: 53

Compression:

Stored size: 965 Bytes

Contents

# # Bootstrap Static
- debootstrap:
  - check_cmd: cdebootstrap-static
  - exec_out: |
      cdebootstrap-static \
      --verbose \
      --allow-unauthenticated \
      --arch=$$arch \
      --include=locales \
      $$debian_version_name \
      $$rootfs \
      $$distrib_repository 
#- include: 
#  - mount_proc
- mount_dev:
  - exec_out: mount -o bind /dev  $$rootfs/dev
  - on_setup_clean: |
      if mountpoint -q $$rootfs/dev
        then umount $$rootfs/dev
      fi

  - exec_out: mount -o bind /dev/pts $$rootfs/dev/pts
  - on_setup_clean: |
      if mountpoint -q $$rootfs/dev/pts
        then umount $$rootfs/dev/pts
      fi
- mount_proc:
  - exec_out: mount -o bind /proc  $$rootfs/proc
  - on_setup_clean: |
      if mountpoint -q $$rootfs/proc
        then umount $$rootfs/proc
      fi
- mount_sys:
  - exec_out: mount -o bind /sys  $$rootfs/sys
  - on_setup_clean: |
      if mountpoint -q $$rootfs/sys
        then umount $$rootfs/sys
      fi

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
kameleon-builder-2.10.11 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.10 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.9 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.8 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.7 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.6 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.5 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.4 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.3 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.2 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.10.1 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.9.4 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.9.2 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.9.1 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.9.0 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.8.3 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.8.2 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.8.1 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.7.8 contrib/steps/bootstrap/debian/bootstrap_static.yaml
kameleon-builder-2.7.7 contrib/steps/bootstrap/debian/bootstrap_static.yaml