Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mkinitfs mkinitfs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • 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
  • !93

initramfs-init: adding support for multiple repos when using alpine_repo=

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open David Syzdek requested to merge syzdek/mkinitfs:multiple-uri-in-alpine_repo into master Sep 30, 2021
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 1

Adding support for comma separated list of URL and directories in the alpine_repo= cmdline option. Adding this support allows packages to be installed from multiple repositories on boot such as main, community, and vendor specific repositories. In addition to directories and URL, this patch allows auto detected repositories to be combined with manually specified repositories.

Example usage is:

alpine_repo=auto,http://foo.org/alpine/edge/main,http://foo.org/alpine/edge/community

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: multiple-uri-in-alpine_repo