Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M mkinitcpio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • Issues 39
    • Issues 39
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • Mkinitcpio
  • mkinitcpio
  • Repository
  • mkinitcpio
  • init_functions
Find file BlameHistoryPermalink
  • nl6720's avatar
    init,init_functions: always use resolve_device · b2b6b626
    nl6720 authored Mar 26, 2023
    init:
    Unconditionally call `resolve_device` on the root device to ensure the
    `rootdelay` timeout is used when waiting for the device. `mount` by
    itself does not do this.
    
    init_functions:
    Always use `resolve_device` to find the block device file. Tags will
    still get passed on as is.
    
    Fixes https://bugs.archlinux.org/task/78004
    b2b6b626