mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ian Abbott <abbotti@mev.co.uk>
To: ptxdist <ptxdist@pengutronix.de>
Subject: [ptxdist] /bin/sh link setting incompatibility when bash and dash installed
Date: Wed, 24 Apr 2024 15:49:06 +0100	[thread overview]
Message-ID: <3f9ca817-92d7-4e8a-84c5-9756f3197afc@mev.co.uk> (raw)

Hi,

Currently, the Kconfig option for BASH_SH (which causes /usr/bin/sh to 
be linked to bash) is as follows:

config BASH_SH
	bool
	default BUSYBOX = n || BUSYBOX_SH_IS_NONE

However, if DASH_LINK_SH is enabled, that will cause /usr/bin/sh to be 
linked to dash, resulting in a conflict.

I suppose the most robust fix would be to add a prompt to allow BASH_SH 
to be configured manually. I'm not sure if the default should be changed 
to `default (BUSYBOX = n || BUSYBOX_SH_IS_NONE) && DASH_LINK_SH = n`. 
If both dash and bash are installed, it is likely that dash would be 
used as the system shell and bash would be used as the interactive shell.

-- 
-=( Ian Abbott <abbotti@mev.co.uk> || MEV Ltd. is a company  )=-
-=( registered in England & Wales.  Regd. number: 02862268.  )=-
-=( Regd. addr.: S11 & 12 Building 67, Europa Business Park, )=-
-=( Bird Hall Lane, STOCKPORT, SK3 0XA, UK. || www.mev.co.uk )=-



                 reply	other threads:[~2024-04-24 14:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f9ca817-92d7-4e8a-84c5-9756f3197afc@mev.co.uk \
    --to=abbotti@mev.co.uk \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox