diskimage-builder/diskimage_builder/elements/centos/pre-install.d
Jeffrey Zhang 581ffa023b Support non-x86_64 DIB_DISTRIBUTION_MIRROR variable for CentOS 7
Other architectures are stored under "altarch" for CentOS 7, update
the match.

Convert the delimiters to "," to avoid a subtle problem with "|" --
POSIX states

  Within the BRE and the replacement, the BRE delimiter itself can be
  used as a literal character if it is preceded by a backslash.

So "s|\(foo\|bar\)|moo|" doesn't do what you might think; the inner
pipe becomes a literal | and this will *not* match "foo" or "bar".

Change-Id: Ic1642325e3a59a10453c356d8d839ce649812af8
2020-07-20 10:33:01 +10:00
..
01-set-centos-mirror Support non-x86_64 DIB_DISTRIBUTION_MIRROR variable for CentOS 7 2020-07-20 10:33:01 +10:00
02-set-machine-id Add CentOS 8 support 2020-02-19 10:44:56 +01:00