Skip to content

Commit 8a0cffa

Browse files
committed
live-build: Try to fix folk symlink for writable
1 parent d6ae754 commit 8a0cffa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

live-build/make-folk-amd64-img.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ sudo mount -t vfat -o uid=$USER,gid=$USER \
5050

5151
# Copy writable partition content (including Folk repo) into mounted
5252
# FAT32 filesystem:
53-
cp -r folk-live/* /mnt/folk-img-writable
54-
rm /mnt/folk-img-writable/folk/.git
55-
cp -r .git/modules/folk /mnt/folk-img-writable/folk/.git
53+
cp -rL folk-live/* /mnt/folk-img-writable
5654

5755
sudo umount /mnt/folk-img-writable

0 commit comments

Comments
 (0)