@@ -31,7 +31,7 @@ make clean build
3131
3232#### Enable Networking
3333
34- ```
34+ ``` sh
3535Networking support --->
3636 [* ] Networking support
3737 Networking options --->
@@ -41,7 +41,7 @@ Networking support --->
4141
4242#### Enable USB Support
4343
44- ```
44+ ``` sh
4545Device Drivers --->
4646 [* ] USB support --->
4747 < * > EHCI HCD (USB 2.0) support
@@ -51,7 +51,7 @@ Device Drivers --->
5151
5252#### Enable Filesystem Support
5353
54- ```
54+ ``` sh
5555File systems --->
5656 < * > The Extended 4 (ext4) filesystem
5757 < * > FUSE (Filesystem in Userspace) support
@@ -76,7 +76,7 @@ CONFIG_FEATURE_NAME=m
7676
7777## BusyBox Customization
7878
79- ### Using menuconfig
79+ ### Using menuconfig busybox
8080
8181``` bash
8282# Start BusyBox configuration menu
@@ -91,7 +91,7 @@ make clean build
9191
9292#### Enable All Applets
9393
94- ```
94+ ``` sh
9595Busybox Settings --->
9696 [* ] Build BusyBox as a static binary (no shared libs)
9797
@@ -100,7 +100,7 @@ Busybox Settings --->
100100
101101#### Network Utilities
102102
103- ```
103+ ``` sh
104104Networking Utilities --->
105105 [* ] httpd
106106 [* ] ftpd
@@ -111,7 +111,7 @@ Networking Utilities --->
111111
112112#### Text Editors
113113
114- ```
114+ ``` sh
115115Editors --->
116116 [* ] vi
117117 [* ] sed
@@ -207,7 +207,7 @@ LABEL my-custom-entry
207207
208208Common kernel boot parameters:
209209
210- ```
210+ ``` sh
211211quiet # Suppress most boot messages
212212loglevel=7 # Verbose kernel messages
213213console=ttyS0 # Serial console output
0 commit comments