Skip to content

Commit 5376a60

Browse files
authored
Modify copy command to not include folder (#24)
Updated the copy command to include all files in the install directory, but not the folder itself.
1 parent bffdfc3 commit 5376a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux_kernel_development/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ We will instruct BusyBox to install all the links at boot time. If you want to a
654654
them at boot, you can copy all the links using
655655

656656
```shell
657-
$ cp -r _install/ $INIT_RAM_FS/
657+
$ cp -r _install/* $INIT_RAM_FS/
658658
```
659659
:::
660660

0 commit comments

Comments
 (0)