Compare commits

..

1 commit

Author SHA1 Message Date
25a2258149
silly uki image with the systemd-ukify tooling 2025-02-18 21:59:28 +01:00

View file

@ -42,7 +42,7 @@
cp -r ${self.packages.${system}.systemd.out}/* out/
pushd out
chmod 755 etc usr/lib
chmod 755 etc usr/lib usr/bin
mkdir -p dev proc sys tmp root
ln -sf usr/bin bin
@ -115,9 +115,8 @@
EOF
chmod 644 ./etc/group
chmod 755 ./usr/bin
# install busybox
cp ${pkgs.busybox.out}/bin/busybox ./usr/bin/
# symlink busy box
./usr/bin/busybox --list | while read f; do
ln -sf busybox ./usr/bin/$f
done