[Clfs-support] Missing symbolic link for sleep command

Hugo Villeneuve hugo at hugovil.com
Sat Dec 26 12:39:27 PST 2009


Hi,
When booting after chapter 8, I have the following error message:

   /lib/udev/rule_generator.functions: line 47: sleep: command not found

The solution is to create a symbolic link in chapter 7.3: "Creating
Essential Symlinks":

Before:
ln -sv /tools/bin/{bash,cat,echo,grep,pwd,stty} ${CLFS}/bin

Afrer:
ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin

Hugo V.



More information about the Clfs-support mailing list