summaryrefslogtreecommitdiffstats
path: root/defaultenv/bin/_boot_help
diff options
context:
space:
mode:
Diffstat (limited to 'defaultenv/bin/_boot_help')
-rw-r--r--defaultenv/bin/_boot_help8
1 files changed, 7 insertions, 1 deletions
diff --git a/defaultenv/bin/_boot_help b/defaultenv/bin/_boot_help
index e7f7f16f1f..7c964441b8 100644
--- a/defaultenv/bin/_boot_help
+++ b/defaultenv/bin/_boot_help
@@ -5,7 +5,7 @@ echo ""
echo "options"
echo " - kernel nand, nor, nfs, tftp, disk"
echo " - rootfs nand, nor, net, disk"
-echo " - ip dhcp, none, empty"
+echo " - ip dhcp, dhcp-barebox none, empty"
echo ""
echo "mode option"
echo " mode kernel rootfs"
@@ -15,4 +15,10 @@ echo " nfs nfs net"
echo " tftp fttp net"
echo " disk disk disk"
echo ""
+echo "ip option"
+echo " dhcp barebox and kernel will use DHCP"
+echo " dhcp-barebox barebox will use DHCP and pass the result to the kernel"
+echo " none do not pass ip parameter to the kernel and set it to none"
+echo " empty pass ip parameter to the kernel"
+echo ""
echo "default mode are used from the /env/config"