correct init.sh

This commit is contained in:
Tobias Powalowski 2023-11-02 08:27:45 +01:00
parent 229750319f
commit a0863240ab
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ _run ()
echo "root::0:0:root:/root:/bin/bash" > "${_ROOTFS}/etc/passwd"
_file_rename "/usr/share/archboot/base/etc/profile.d/custom-bash-options.sh" \
"/etc/profile.d/custom-bash-options.sh"
_file /system-init.sh
_file /usr/lib/archboot/cpio/init.sh
_file_rename /usr/share/archboot/base/etc/systemd/system/archboot-init.service /etc/systemd/system/archboot-init.service
_file_rename /usr/share/archboot/base/etc/systemd/system/initrd-cleanup.service /etc/systemd/system/initrd-cleanup.service
}

View file

@ -13,7 +13,7 @@ DefaultDependencies=no
AssertPathExists=/etc/initrd-release
OnFailure=emergency.target
OnFailureJobMode=replace-irreversibly
Requires=system-init.service
Requires=archboot-init.service
After=initrd-root-fs.target initrd-fs.target initrd.target archboot-init.service
[Service]