Browse Source

change description

Waldemar Brodkorb 13 years ago
parent
commit
25b5ea9e22
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/Config.in

+ 2 - 2
target/Config.in

@@ -908,7 +908,7 @@ config ADK_TARGET_ROOTFS_NFSROOT
 	  Root filesystem mounted via NFS. (DHCP)
 
 config ADK_TARGET_ROOTFS_USB
-	bool "root on USB stick"
+	bool "Boot from USB stick"
 	select ADK_KERNEL_SCSI
 	select ADK_KERNEL_ATA
 	select ADK_KERNEL_BLK_DEV_SD
@@ -919,7 +919,7 @@ config ADK_TARGET_ROOTFS_USB
 	select ADK_KERNEL_EXT2_FS
 	depends on ADK_LINUX_X86_IBMX40
 	help
-	  Boot target from USB stick.
+	  Boot system from USB stick.
 
 config ADK_TARGET_ROOTFS_EXT2_BLOCK
 	bool "read-write filesystem for block devices with ext2"