You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
Split armbian config and software
This commit is contained in:
committed by
I am just a bot
parent
c8c0902176
commit
882959165e
23
.github/workflows/pull-from-armbian-config.yml
vendored
23
.github/workflows/pull-from-armbian-config.yml
vendored
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# Contribute
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd H02
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Stable
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# List of Config function(WIP)
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd H03
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Disabled
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Localisation/Localisation.user.md
|
||||
@@ -1,14 +0,0 @@
|
||||
# Change Global timezone (WIP)
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd L00
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Preview
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# Change Locales reconfigure the language and character set
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd L01
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Preview
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# Change Keyboard layout
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd L02
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Preview
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
# Change APT mirrors
|
||||
This will change the APT mirrors
|
||||
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd L03
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Disabled
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# Change System Hostname
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd L04
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Preview
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Network/Network.user.md
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# Install Bluetooth support
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd N15
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Preview
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# Remove Bluetooth support
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd N16
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Preview
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# Bluetooth Discover
|
||||
This will enable bluetooth and discover devices
|
||||
|
||||
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd N17
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Preview
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
# Toggle system IPv6/IPv4 internet protocol
|
||||
This will toggle your internet protocol
|
||||
|
||||
**Command:**
|
||||
~~~
|
||||
armbian-config --cmd N18
|
||||
~~~
|
||||
|
||||
**Author:**
|
||||
|
||||
**Status:** Preview
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Software/Software.user.md
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user