You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/CHANNEL_2_to_3.md
+3-50Lines changed: 3 additions & 50 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ Previous`japanese`variable not working.
17
17
18
18
### customize_airootfs_<ch_name>.sh
19
19
20
-
#### Argument analysis
21
-
Argument analysis part has a big change. Please rewrite below instruction.
22
-
Rewrite directly and DON'T change source-code.
20
+
The argument parsing part is no longer needed. Please delete the relevant part.
21
+
Also, function definitions such as remove are no longer required.
22
+
See [share/customize_airootfs.sh](https://github.com/FascodeNet/alterlinux/blob/dev/channels/share/airootfs.any/root/customize_airootfs.sh) for available variables and functions.
23
23
24
24
##### Previous code
25
25
@@ -59,53 +59,6 @@ while getopts 'p:bt:k:rxju:o:i:s:da:' arg; do
0 commit comments