Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mkinitfs mkinitfs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 17
    • Merge requests 17
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • mkinitfsmkinitfs
  • Merge requests
  • !127

support for booting from an aoe device

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open grobe0ba requested to merge grobe0ba/mkinitfs:aoe into master May 23, 2023
  • Overview 3
  • Commits 4
  • Pipelines 4
  • Changes 3
  • aoe: causes the aoe module to be loaded. if passed a comma separated list of targets, it will attempt to explicitly discover these targets. aoe autodiscovery is automatic on linux, so passing a list of targets should not generally be needed.

  • aoe_iflist: takes a comma separated list of ethernet interfaces to attach to the aoe subsystem. this also ensures that those links are set to `up'. you effectively must pass this to use aoe because it is useless without being bound to at least one interface.

it is up to the user to add the network' and aoe' features to mkinitfs.conf, and the necessary modules for the nic to the bootloader modules= configuration.

Signed-off-by: grobe0ba grobe0ba@tcp80.org

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: aoe