diff --git a/docs/linux_kernel_development/index.mdx b/docs/linux_kernel_development/index.mdx index 5b148e0..d986784 100644 --- a/docs/linux_kernel_development/index.mdx +++ b/docs/linux_kernel_development/index.mdx @@ -654,7 +654,7 @@ We will instruct BusyBox to install all the links at boot time. If you want to a them at boot, you can copy all the links using ```shell -$ cp -r _install/ $INIT_RAM_FS/ +$ cp -r _install/* $INIT_RAM_FS/ ``` :::