initramfs-tools: touch not present when BUSYBOX=n
Bug #1481789 reported by
Andy Whitcroft
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Debian |
Fix Released
|
Unknown
|
|||
| initramfs-tools (Ubuntu) |
Fix Released
|
Medium
|
Andy Whitcroft | ||
Bug Description
Touch is missing when we are not using BUSYBOX which means we fails to mark the filesystems as checked and end up double checking them.
Related branches
| Changed in initramfs-tools (Ubuntu): | |
| status: | New → Triaged |
| importance: | Undecided → Medium |
| assignee: | nobody → Andy Whitcroft (apw) |
| Changed in debian: | |
| status: | Unknown → New |
| Changed in initramfs-tools (Ubuntu): | |
| status: | In Progress → Fix Committed |
| Changed in debian: | |
| status: | New → Fix Committed |
| Changed in debian: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

Seems there is a simple fix in the Debian bug which we can simply apply. Switching from touch "$file" to :>"$file".