-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[startup] Fixes issue with /var/platform directory not created #4000
Conversation
@@ -328,10 +328,10 @@ if [ -f $FIRST_BOOT_FILE ]; then | |||
mv /host/grub.cfg /host/grub/grub.cfg | |||
fi | |||
|
|||
# Create dir where following scripts put their output files | |||
mkdir -p /var/platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we create it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have created this to support system related queries and to support platform specific validations. We will remove this dependency in the future once the system calls are serviced through host dbus implementation.
Retest vs please |
Retest vsimage please |
Retest vs please |
Retest vsimage please |
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)