Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
apk-tools
apk-tools
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 60
    • Issues 60
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 15
    • Merge Requests 15
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • apk-toolsapk-tools
  • Issues
  • #738

Closed
Open
Opened Aug 26, 2011 by Natanael Copa@ncopaOwner
  • Report abuse
  • New issue
Report abuse New issue

triggers should be executed in dependency order

When upgrading a kernel the triggers need to be run in the following order:

  • busybox (executes modprobe)
  • mkinitfs (creats initramfs image)
  • syslinux (generates extlinux.conf from found vmlinuz* and initramfs* files in /boot)

Currently syslinux trigger runs before mkinitfs which generats an extlinux.conf without initrd=initramfs-… which again results in boot failure.

We need run the triggers in correct order. Package dependency order would be ok.

(from redmine: issue id 738, created on 2011-08-26, closed on 2011-11-22)

  • Changesets:
    • Revision e34d2ed5 by Timo Teräs on 2011-09-14T08:30:35Z:
solver, db: run triggers in dependency order

fixes #738
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
3
Labels
Bug Closed High
Assign labels
  • View project labels
Reference: alpine/apk-tools#738