Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M manjaro-arm-tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • manjaro-armmanjaro-arm
  • applications
  • manjaro-arm-tools
  • Merge requests
  • !14

Make "/etc/os-release" available

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ghost User requested to merge bugfix/os-release into master Jul 12, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 5

Generating the initramfs images by "mkinitcpio" requires the "/etc/os-release" file to be already present as a symlink to "/usr/lib/os-release", which is normally performed by systemd in the "/usr/lib/tmpfiles.d/etc.conf" file. Thus, ensure that the required symlink already exists in the rootfs directory before "pacstrap" or "pacman" are executed.

At the same time, perform some improvements and code cleanups, as spotted while going through the source code. Also, change the timestamp format in the generated log filenames to a more common (and more readable) format.

Signed-off-by: Dragan Simic dsimic@manjaro.org

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix/os-release