Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /
|
||||
|
||||
for f in /usr/libexec/phosphor-static-norootfs-init/*; do
|
||||
if [ "$(basename "$f")" = "init" ]; then
|
||||
continue
|
||||
fi
|
||||
|
||||
$f
|
||||
done
|
||||
|
||||
exec /lib/systemd/systemd
|
||||
Reference in New Issue
Block a user