Bug #426
First boot missing two directories
Status: | Closed | Start date: | 15 Jan 2015 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | 04 - Root File System | |||
Target version: | 0.11.0 | |||
Severity: | 04 - Low |
Description
The following are listed as missing on firstboot:
/var/lib/dbus /var/lib/alsa
Associated revisions
RM #426: Add mkdir's to pre-volatile processing during firstboot to remove missing directory messages.
History
#1
Updated by Hammel over 5 years ago
- Priority changed from Urgent to Immediate
- Severity changed from 03 - Medium to 04 - Low
#2
Updated by Hammel over 5 years ago
- Target version changed from 0.12.0 to 0.11.0
#3
Updated by Hammel over 5 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Not sure what's happening here. Firstboot runs S00dev immediately and that script does create the required directories and symlinks. So I don't know what's missing. Will need to recreate the SD card and disable the reboot so I can see the messages better.
#4
Updated by Hammel over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100
The problem was the mkdir's for the missing directories that were the source of the symlinks inside the pre-volatile processing in S00dev that happens during firstboot. Adding those two mkdir's in fixes the problem.
Tested, comitted and pushed.
Closing issue.