Changeset 04e520e in mainline for uspace/app/taskbar-cfg/main.c


Ignore:
Timestamp:
2024-07-24T10:33:58Z (6 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
3d2d455b, 53bff11, ddfe233
Parents:
145d4e2e
git-author:
Jiri Svoboda <jiri@…> (2024-07-23 17:33:46)
git-committer:
Jiri Svoboda <jiri@…> (2024-07-24 10:33:58)
Message:

Config file persistence

Copy /cfg to /w/cfg when installing and when starting live image
Move futil to separate library
Wait for /w to be mounted while booting from disk
Change taskbar and taskbar-cfg to work with /w/cfg/taskbar.sif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/taskbar-cfg/main.c

    r145d4e2e r04e520e  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    7777                return 1;
    7878
    79         rc = taskbar_cfg_open(tbcfg, "/cfg/taskbar.sif");
     79        rc = taskbar_cfg_open(tbcfg, "/w/cfg/taskbar.sif");
    8080        if (rc != EOK)
    8181                return 1;
Note: See TracChangeset for help on using the changeset viewer.