Split armbian config and software

This commit is contained in:
Igor Pecovnik
2024-10-24 12:54:25 +02:00
committed by I am just a bot
parent c8c0902176
commit 882959165e
49 changed files with 38 additions and 2808 deletions

View File

@@ -31,16 +31,21 @@ jobs:
cd config
tools/config-markdown.py -u
# rsync docs that has been made
rsync --delete -avr docs/. ../documentation/docs/User-Guide_Armbian-Config/
# rsync images
# rsync images first
rsync -avr tools/include/images/. ../documentation/docs/images/
# make links
cd ../documentation
ln -fs System/System.user.md docs/User-Guide_Armbian-Config/System.md
ln -fs Network/Network.user.md docs/User-Guide_Armbian-Config/Network.md
ln -fs Localisation/Localisation.user.md docs/User-Guide_Armbian-Config/Localisation.md
ln -fs Software/Software.user.md docs/User-Guide_Armbian-Config/Software.md
# this section goes under armbian-config
rsync -avr docs/Localisation/Localisation.user.md ../documentation/docs/User-Guide_Armbian-Config/Localisation.md
rsync -avr docs/Network/Network.user.md ../documentation/docs/User-Guide_Armbian-Config/Network.md
rsync -avr docs/System/System.user.md ../documentation/docs/User-Guide_Armbian-Config/System.md
# the rest goes under armbian-software
rsync -avr docs/Software/Containers.user.md ../documentation/docs/User-Guide_Armbian-Software/Containers.md
rsync -avr docs/Software/Desktops.user.md ../documentation/docs/User-Guide_Armbian-Software/Desktops.md
rsync -avr docs/Software/Management.user.md ../documentation/docs/User-Guide_Armbian-Software/Management.md
rsync -avr docs/Software/Media.user.md ../documentation/docs/User-Guide_Armbian-Software/Media.md
rsync -avr docs/Software/Netconfig.user.md ../documentation/docs/User-Guide_Armbian-Software/Netconfig.md
- name: Create Pull Request to documentation
uses: peter-evans/create-pull-request@v7

View File

@@ -1,10 +1,9 @@
Important!
!!! warning teweew
Following instructions are valid for next generation of Armbian config utility which is due for integration in **Armbian v24.11**. Until then please follow this installation instructions to test it out:
Following instructions are valid for next generation of Armbian config utility which is due for integration in **Armbian v24.11**. Until then please follow this installation instructions to test it out:
<https://github.com/armbian/configng?tab=readme-ov-file#add--install-from-development-repository>
<https://github.com/armbian/configng?tab=readme-ov-file#add--install-from-development-repository>
# Armbian Configuration Utility
# Armbian Config
<img src="https://raw.githubusercontent.com/armbian/configng/main/share/icons/hicolor/scalable/configng-tux.svg">

View File

@@ -1,14 +0,0 @@
# Contribute
**Command:**
~~~
armbian-config --cmd H02
~~~
**Author:**
**Status:** Stable
***

View File

@@ -1,14 +0,0 @@
# List of Config function(WIP)
**Command:**
~~~
armbian-config --cmd H03
~~~
**Author:**
**Status:** Disabled
***

View File

@@ -1,33 +0,0 @@
# About this tool
***
## Contribute
**Command:**
~~~
armbian-config --cmd H02
~~~
**Author:**
**Status:** Stable
***
## List of Config function(WIP)
**Command:**
~~~
armbian-config --cmd H03
~~~
**Author:**
**Status:** Disabled
***

View File

@@ -1 +0,0 @@
Localisation/Localisation.user.md

View File

@@ -1,14 +0,0 @@
# Change Global timezone (WIP)
**Command:**
~~~
armbian-config --cmd L00
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1,14 +0,0 @@
# Change Locales reconfigure the language and character set
**Command:**
~~~
armbian-config --cmd L01
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1,14 +0,0 @@
# Change Keyboard layout
**Command:**
~~~
armbian-config --cmd L02
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1,16 +0,0 @@
# Change APT mirrors
This will change the APT mirrors
**Command:**
~~~
armbian-config --cmd L03
~~~
**Author:**
**Status:** Disabled
***

View File

@@ -1,14 +0,0 @@
# Change System Hostname
**Command:**
~~~
armbian-config --cmd L04
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1,77 +0,0 @@
# Localisation
***
## Change Global timezone (WIP)
**Command:**
~~~
armbian-config --cmd L00
~~~
**Author:**
**Status:** Preview
***
## Change Locales reconfigure the language and character set
**Command:**
~~~
armbian-config --cmd L01
~~~
**Author:**
**Status:** Preview
***
## Change Keyboard layout
**Command:**
~~~
armbian-config --cmd L02
~~~
**Author:**
**Status:** Preview
***
## Change APT mirrors
This will change the APT mirrors
**Command:**
~~~
armbian-config --cmd L03
~~~
**Author:**
**Status:** Disabled
***
## Change System Hostname
**Command:**
~~~
armbian-config --cmd L04
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1 +0,0 @@
Network/Network.user.md

View File

@@ -1,61 +0,0 @@
# Configure network interfaces
***
## Add / change interface
**Command:**
~~~
armbian-config --cmd N02
~~~
**Author:** Igor Pecovnik
**Status:** Preview
***
## Revert to Armbian defaults
**Command:**
~~~
armbian-config --cmd N03
~~~
**Author:** Igor Pecovnik
**Status:** Preview
***
## Show configuration
**Command:**
~~~
armbian-config --cmd N04
~~~
**Author:** Igor Pecovnik
**Status:** Preview
***
## Show active status
**Command:**
~~~
armbian-config --cmd N06
~~~
**Author:** Igor Pecovnik
**Status:** Preview
***

View File

@@ -1,14 +0,0 @@
# Install Bluetooth support
**Command:**
~~~
armbian-config --cmd N15
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1,14 +0,0 @@
# Remove Bluetooth support
**Command:**
~~~
armbian-config --cmd N16
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1,17 +0,0 @@
# Bluetooth Discover
This will enable bluetooth and discover devices
**Command:**
~~~
armbian-config --cmd N17
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1,16 +0,0 @@
# Toggle system IPv6/IPv4 internet protocol
This will toggle your internet protocol
**Command:**
~~~
armbian-config --cmd N18
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1,127 +0,0 @@
# Fixed and wireless network settings
***
## Configure network interfaces
***
### Add / change interface
**Command:**
~~~
armbian-config --cmd N02
~~~
**Author:** Igor Pecovnik
**Status:** Preview
***
### Revert to Armbian defaults
**Command:**
~~~
armbian-config --cmd N03
~~~
**Author:** Igor Pecovnik
**Status:** Preview
***
### Show configuration
**Command:**
~~~
armbian-config --cmd N04
~~~
**Author:** Igor Pecovnik
**Status:** Preview
***
### Show active status
**Command:**
~~~
armbian-config --cmd N06
~~~
**Author:** Igor Pecovnik
**Status:** Preview
***
## Install Bluetooth support
**Command:**
~~~
armbian-config --cmd N15
~~~
**Author:**
**Status:** Preview
***
## Remove Bluetooth support
**Command:**
~~~
armbian-config --cmd N16
~~~
**Author:**
**Status:** Preview
***
## Bluetooth Discover
This will enable bluetooth and discover devices
**Command:**
~~~
armbian-config --cmd N17
~~~
**Author:**
**Status:** Preview
***
## Toggle system IPv6/IPv4 internet protocol
This will toggle your internet protocol
**Command:**
~~~
armbian-config --cmd N18
~~~
**Author:**
**Status:** Preview
***

View File

@@ -1 +0,0 @@
Software/Software.user.md

Some files were not shown because too many files have changed in this diff Show More