|
@@ -402,7 +402,8 @@ endif # BR2_ROOTFS_SKELETON_DEFAULT
|
|
|
|
|
|
config BR2_SYSTEM_DEFAULT_PATH
|
|
config BR2_SYSTEM_DEFAULT_PATH
|
|
string "Set the system's default PATH"
|
|
string "Set the system's default PATH"
|
|
- default "/bin:/sbin:/usr/bin:/usr/sbin"
|
|
|
|
|
|
+ default "/usr/bin:/usr/sbin" if BR2_ROOTFS_MERGED_USR
|
|
|
|
+ default "/bin:/sbin:/usr/bin:/usr/sbin" if !BR2_ROOTFS_MERGED_USR
|
|
help
|
|
help
|
|
Sets the system's default PATH. It is being used in
|
|
Sets the system's default PATH. It is being used in
|
|
/etc/profile in the skeleton-init-common package and by some
|
|
/etc/profile in the skeleton-init-common package and by some
|