Skip to content
Snippets Groups Projects
Commit 5cdebfcf authored by João Gustavo Pauluk's avatar João Gustavo Pauluk
Browse files

60-update-initrd_minicom: Revert 19cca97e...

60-update-initrd_minicom: Revert 19cca97e minicom equivalent commit.

Signed-off-by: default avatarJoão Gustavo Pauluk <jgp12@c3sl.ufpr.br>
parent c65e8351
Branches
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ echo "export \"FLAVOUR=le5\"" >> ./etc/casper.conf ...@@ -110,7 +110,7 @@ echo "export \"FLAVOUR=le5\"" >> ./etc/casper.conf
cp -f "$TEMPLATES"/casper/10adduser ./scripts/casper-bottom/25adduser cp -f "$TEMPLATES"/casper/10adduser ./scripts/casper-bottom/25adduser
# Regenarete initrd image # Regenarete initrd image
find . -depth -print0 | cpio --quiet --dereference -o -H newc | lzma -7 \ find | cpio --quiet --dereference -o -H newc | lzma -7 \
> $CDDIR/casper/initrd.lz > $CDDIR/casper/initrd.lz
cp -af $(sed 's/initrd.img/vmlinuz/g' <<< $INITRD) \ cp -af $(sed 's/initrd.img/vmlinuz/g' <<< $INITRD) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment