@@ -22,7 +22,9 @@ sudo armbian-config
2222
2323
2424 - ### Install to internal media, ZFS, NFS, read-only rootfs
25- - ### Install
25+ - ### Copy the running Armbian system to another device
26+ - ### Download a fresh, official Armbian OS image and write it to a device
27+ - ### Remove all downloaded Armbian images
2628 - ### Enable read only filesystem
2729 - ### Disable read only filesystem
2830 - ### Enable Network filesystem (NFS) support
@@ -388,7 +390,9 @@ Outputs:
388390 --cmd ODR001 - Select Odroid board configuration
389391 --cmd BOOT01 - Edit the boot environment
390392 Storage - Install to internal media, ZFS, NFS, read-only rootfs
391- --cmd STO001 - Install
393+ --cmd STO001 - Copy the running Armbian system to another device
394+ --cmd FLASH1 - Download a fresh, official Armbian OS image and write it to a device
395+ --cmd FLASH2 - Remove all downloaded Armbian images
392396 --cmd ROO001 - Enable read only filesystem
393397 --cmd ROO002 - Disable read only filesystem
394398 --cmd NETF01 - Enable Network filesystem (NFS) support
@@ -1115,6 +1119,7 @@ These helper functions facilitate various operations related to job management,
11151119| Parse json to get list of desired menu or submenu items | parse_menu_items 'menu_options_array' | @viraniac
11161120| Show the usage of the functions. | see_use | @Tearran
11171121| Check if service is enabled | srv_enabled ssh.service | @dimitry-ishenko
1122+ | Download and flash Armbian OS images for selected hardware | install remove purge status help |
11181123| Install adguardhome container | install remove purge status help | @igorpecovnik
11191124| Set system shell to BASH | manage_zsh enable|disable | @igorpecovnik
11201125| Install NetBox container (IPAM/DCIM tool) | install remove purge status help |
0 commit comments