Skip to content

Commit f0b4392

Browse files
Update CONTRIBUTING.md
1 parent 6537bdc commit f0b4392

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
```
2021
here:
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`

0 commit comments

Comments
 (0)