Skip to content

Conversation

@ernoaapa
Copy link
Owner

Added capability to define custom partition table in the linuxkit yaml file, e.g.

image:
  partitions:
    - { start: 0, size: 104857600, boot: true, type: "fat32" }
    - { start: 104858112, size: 209715200, type: "ext4" }
kernel:
  image: linuxkit/kernel:4.9.69
  cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
trust:
  org:
    - linuxkit

Waiting for feedback regarding the additionalProperties in moby/tool#209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants