mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-27 09:11:49 +00:00
add user root fs install
This commit is contained in:
parent
4258316d0d
commit
50eebacf03
1 changed files with 8 additions and 1 deletions
|
@ -34,7 +34,6 @@ Options clarification:
|
|||
- "debs" = delete "./output/debs",
|
||||
- "cache" = delete "./output/cache",
|
||||
- "sources" = delete "./sources"
|
||||
- **AFTERINSTALL** (string): is a variable with command executed in a process of building just before closing image to insert some of your custom applications or fixes
|
||||
- **KERNEL\_KEEP\_CONFIG** (yes|no): overwrite or keep kernel config before compilation
|
||||
- **USE_CCACHE** (yes|no): use a C compiler cache to speed up the build process
|
||||
- **BUILD_DESKTOP** (yes|no): builds a desktop on the top of the system with hw acceleration for some boards.
|
||||
|
@ -117,6 +116,14 @@ and place to:
|
|||
|
||||
userpatches/
|
||||
|
||||
## User root filesystem install ##
|
||||
|
||||
Edit:
|
||||
|
||||
userpatches/customize-image.sh
|
||||
|
||||
and place your custom code here, different for each base. Those commands will be executed in a process of building just before closing image.
|
||||
|
||||
## Debootstrap ##
|
||||
|
||||
Debootstrap creates fresh Debian / Ubuntu root filesystem templates or use cached under:
|
||||
|
|
Loading…
Add table
Reference in a new issue