Changeset 5830c7b in mainline for uspace/srv/sysman/main.c


Ignore:
Timestamp:
2020-01-09T01:04:57Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
b09e0d7
Parents:
5d35021
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-12-20 19:23:13)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:57)
Message:

Removing rootfs from sysman units

For debugging reasons it's easier to work without an extra mounted root hd.
This commit might need to be rollbacked in the future. But since no rootfs
specific code has been imported from the original repo, it can to been removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/main.c

    r5d35021 r5830c7b  
    5252static const char *target_sequence[] = {
    5353        TARGET_INIT,
    54         TARGET_ROOTFS,
     54        //TODO: Mount root fs
     55        //TARGET_ROOTFS,
    5556        TARGET_DEFAULT,
    5657        NULL
Note: See TracChangeset for help on using the changeset viewer.