diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2025-08-28 16:32:09 +0300 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2025-08-28 19:59:30 +0300 |
commit | 2a39f7f8a6c6b056d318ccf9628106ac9c5587ea (patch) | |
tree | f8b95fadaa20475c4091f6ef4bfc10f993cf491c /poky/scripts/lib/scriptutils.py | |
parent | adb21109e69aa5f9fb826722a4fba692b3bbfdc1 (diff) | |
download | openbmc-2a39f7f8a6c6b056d318ccf9628106ac9c5587ea.tar.xz |
phosphor-static-norootfs-init: move initfiles to subdirectory
Move the initfile install point to be a subdirectory rather than
directly in `/usr/libexec/phosphor-static-norootfs-init`. This
simplifies the top-level `init` script. It also allows us to install
utilities that can be reused across scripts without them being
automatically triggered by `init`, since utilties can go in the package
root and the needed init scripts go into `initfiles`.
Tested:
Confirmed R/W mount is still running correctly.
```
root@yosemite4:~# mount | grep etc
overlay on /etc type overlay (rw,relatime,lowerdir=/etc,upperdir=/run/mnt-persist/etc-data,workdir=/run/mnt-persist/etc-work,uuid=on)
```
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I41439f320fac7a76e484f777608e8b1918970753
Diffstat (limited to 'poky/scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions