The targetinstall of the file was removed ptxdist 2017.10.0, but not the file itself. Also the help text in menu was not updated.
Fixes: 3ee522b06e41b3b4da9490b06859a62a23fca18e Signed-off-by: Alexander Dahl <[email protected]> --- projectroot/etc/timezone | 1 - rules/timezone.in | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 projectroot/etc/timezone diff --git a/projectroot/etc/timezone b/projectroot/etc/timezone deleted file mode 100644 index f7437836d..000000000 --- a/projectroot/etc/timezone +++ /dev/null @@ -1 +0,0 @@ -@TIMEZONE@ diff --git a/rules/timezone.in b/rules/timezone.in index 0b87c01dc..633c15020 100644 --- a/rules/timezone.in +++ b/rules/timezone.in @@ -13,15 +13,13 @@ if TIMEZONE comment "Timezone support" config TIMEZONE_LOCALTIME - prompt "Timezone for /etc/localtime and /etc/timezone" + prompt "Timezone for /etc/localtime" default "Europe/Berlin" string help Where should /etc/localtime point to? (e.g. put in "Europe/Berlin" here to let it point to /usr/share/zoneinfo/Europe/Berlin) - Additionally this value is written to /etc/timezone like on Debian - or for systemd. Note: if you leave this empty /etc/timezone and - /etc/localtime are NOT created. + Note: if you leave this empty /etc/localtime is NOT created. config TIMEZONE_AFRICA bool -- 2.11.0 _______________________________________________ ptxdist mailing list [email protected]
