mirror of
https://gitflic.ru/project/npo_rbs/repka-os_kernel.git
synced 2025-04-11 06:44:15 +00:00
Доработана инструкция по сборке в README.md
This commit is contained in:
parent
ad551dae58
commit
e63b1efd6f
1 changed files with 2 additions and 1 deletions
|
@ -45,8 +45,9 @@ sudo apt install -y build-essential flex bison libssl-dev libelf-dev bc rsync cp
|
|||
make -j$(nproc) bindeb-pkg
|
||||
```
|
||||
|
||||
4. После успешной сборки в директории выше появятся следующие файлы:
|
||||
4. После успешной сборки в директории выше (./..) появятся следующие файлы:
|
||||
```
|
||||
├── repka-os_kernel <-- Директория, в которой вы выполняли команду make
|
||||
├── linux-headers-6.6.443_6.6.443-<Хэш коммита>-<Версия сборки>_arm64.deb
|
||||
├── linux-image-6.6.443_6.6.443-<Хэш коммита>-<Версия сборки>_arm64.deb
|
||||
└── linux-libc-dev_6.6.443-<Хэш коммита>-<Версия сборки>_arm64.deb
|
||||
|
|
Loading…
Add table
Reference in a new issue