# HG changeset patch # User Pascal Bellard # Date 1525719390 -7200 # Node ID da898b26deaf229a097c1876e715a7ab44b2071e # Parent a48574f3e429765fe2dcf6872b27849bf69fe442 fix extract-distro diff -r a48574f3e429 -r da898b26deaf tazlito --- a/tazlito Mon May 07 20:42:30 2018 +0200 +++ b/tazlito Mon May 07 20:56:30 2018 +0200 @@ -2057,8 +2057,8 @@ # Extract initramfs. cd "$TARGET/rootfs" action 'Extracting the rootfs...' - for i in $(ls -r $TARGET/rootfs*); do - extract_rootfs "$TARGET/rootcd/boot/$INITRAMFS" "$i" + for i in $(ls -r $TARGET/rootcd/boot/rootfs*); do + extract_rootfs "$i" "$TARGET/rootfs" done # unpack /usr for i in etc/tazlito/*.extract; do