Changeset 04e520e in mainline for uspace/lib/futil/include/futil.h


Ignore:
Timestamp:
2024-07-24T10:33:58Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
3d2d455b, 53bff11, a11679cf, 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 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/futil/include/futil.h

    r145d4e2e r04e520e  
    11/*
    2  * Copyright (c) 2014 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup sysinst
     29/** @addtogroup futil
    3030 * @{
    3131 */
     
    3838#define FUTIL_H
    3939
    40 #include <ipc/loc.h>
    4140#include <stddef.h>
    4241
Note: See TracChangeset for help on using the changeset viewer.