Commit b446b4ea authored by Marcel's avatar Marcel
Browse files

Force initgfx to re-configure the gfx driver, because there might be missing...

Force initgfx to re-configure the gfx driver, because there might be missing files it couldn't write , since /usr/local is r/o when running the setup.
parent 162e53f8
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -793,6 +793,10 @@ sub commit {
or bail("Couldn't create directory '/usr/local'");
}
system("rm -rf /root/.config/autostart");
# Force initgfx to re-configure the gfx driver, because there might be
# missing files it couldn't write, since /usr/local is r/o when running
# the setup.
system("rm -f /var/initgfx_config.id");
status("Sync'ing filesystems");
system("sync");
exit 0;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment