diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2013-02-01 16:15:17 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2013-02-05 05:06:47 +0100 |
commit | 3e23ba9d7bd3c2a9fbddc286014480672763e563 (patch) | |
tree | 71ac8d36f35cd2099b5747da00a3fcc00be33659 /ReadMe.c | |
parent | mdadm.conf.5: clarify connection between action=re-add and bitmaps. (diff) | |
download | mdadm-3e23ba9d7bd3c2a9fbddc286014480672763e563.tar.xz mdadm-3e23ba9d7bd3c2a9fbddc286014480672763e563.zip |
Remove --offroot argument and default to always setting argv[0] to @
We still allow --offroot to be given - for compatibility with scripts
- but ignore it.
The whole point of --offroot is to get systemd to not auto-kill mdmon,
and we always want that.
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r-- | ReadMe.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -259,10 +259,6 @@ char OptionHelp[] = " --query -Q : Display general information about how a\n" " device relates to the md driver\n" " --auto-detect : Start arrays auto-detected by the kernel\n" -" --offroot : Set first character of argv[0] to @ to indicate the\n" -" application was launched from initrd/initramfs and\n" -" should not be shutdown by systemd as part of the\n" -" regular shutdown process.\n" ; /* "\n" |