File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,15 @@ the top-level contains some example build scripts which are lightweight to build
1111├── build-hirsute-raw.sh -> cook.sh
1212├── build-impish-raw.sh
1313├── cook.sh
14+ ├── build
1415├── core
1516├── out
1617├── plugins
1718├── README.md
1819└── setup.sh
1920```
2021here:
22+ - ** build** : Contains scripts, Dockerfiles for building different variants
2123- ** core** : contains binaries and different sources that used in the build process
2224- ** out** : All the filesystem and tarball packages are created here
2325- ** plugins** : contains scripts that combine core sources to make tarball building easy
@@ -56,7 +58,7 @@ do_debootstrap "out/fs" "arm64"
5658- ` build-hirsute-raw.sh ` : to build raw ubuntu 21.04 tarballs
5759> others are experimental ( may break things )
5860
59- ### functions
61+ ### functions ( < kbd >v1.0</ kbd > )
6062> recommended for devolopers
6163
6264- ` do_mount() ` : mounts target filesystem directories ( recursive mode ) ` do mount /path/to/fs `
You can’t perform that action at this time.
0 commit comments