Skip to content
Snippets Groups Projects
Commit 19cca97e authored by Lucas Manika Koeb's avatar Lucas Manika Koeb
Browse files

scripts/60-update-initrd_le5: Fix the find command used with cpio to recompress the image

parent c5f2ea7c
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ echo "export \"FLAVOUR=le5\"" >> ./etc/casper.conf
cp -f "$TEMPLATES"/casper/10adduser ./scripts/casper-bottom/25adduser
# Regenarete initrd image
find ./ | cpio --quiet --dereference -o -H newc | lzma -7 \
find . -depth -print0 | cpio --quiet --dereference -o -H newc | lzma -7 \
> $CDDIR/casper/initrd.lz
if [ -e "$TMP/NEW_KERNEL" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment