tokiclover / mkinitramfs-ll

Lightweight, modular and powerfull initramfs generating tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing / for finding gcc

simonbuehler opened this issue Β· comments

hi,

since a long time the current git really just worked for me πŸ‘
well, to be honest i had to add a / in mkinitramfs.bash, see comment for commit 73cf2df

(The project was plagued with numerous minor issues, although it did work for my use cases luks/lvm/zfs.
So, I've just cleaned the whole thing in 0.1[34].x (the clean up started at the late 0.12.x).)

This is not a issue, it's a warning of find. So either suppressng find error or check whether the directory exists beforehand.

The path should not have a leading slash because it's complelty useless to make symlinks of no included libraries.