diff options
author | WlodekM <[email protected]> | 2025-04-07 11:54:05 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-04-07 11:54:05 +0300 |
commit | 57098c94a5078abca3e26b1e16030bd7fff4e4a5 (patch) | |
tree | e813df5b9f42d1c658b40c368e607751b33365ec /mkramfs.sh | |
parent | 1e1073235796c838d5e1a3255f88ec97575e3582 (diff) |
Diffstat (limited to 'mkramfs.sh')
-rwxr-xr-x | mkramfs.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkramfs.sh b/mkramfs.sh index 50392f0..ae568a1 100755 --- a/mkramfs.sh +++ b/mkramfs.sh @@ -22,6 +22,9 @@ echo "root:x:0:0::/root:/bin/shel" > initramfs/etc/passwd cat /etc/dhcpcd.conf > initramfs/etc/dhcpcd.conf mkdir initramfs/root cp zshrc initramfs/root/.zshrc +ln -s $PWD/initramfs/lib $PWD/initramfs/usr/lib +ln -s $PWD/initramfs/lib64 $PWD/initramfs/usr/lib64 +ln -s $PWD/initramfs/bin $PWD/initramfs/usr/bin cp -rf build/* initramfs/ # cp sbuild/* initramfs/sbin |