Skip to content

Commit

Permalink
Fix initrd not generating
Browse files Browse the repository at this point in the history
Signed-off-by: shadichy <[email protected]>
  • Loading branch information
shadichy committed Dec 26, 2024
1 parent 6248493 commit 9f06cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm -rf /iso

# Generate initrd template
mkdir -p /initrd_lib/usr/{bin,lib,lib64}
ln -st /initrd usr/{bin,lib,lib64}
ln -st /initrd_lib usr/{bin,lib,lib64}

# Copy binaries and libraries
find_dep() { ldd "$1" | awk '{print $3}' | xargs; }
Expand Down

0 comments on commit 9f06cf9

Please sign in to comment.