From 0470018e38e8a26bf8b58859fddd3c6a6cd08364 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 11 Dec 2018 16:50:03 +0100 Subject: [PATCH] ack screen: show which FS is going to be used Signed-off-by: Thomas Lamprecht --- html-common/ack_template.htm | 4 ++++ proxinstall | 1 + 2 files changed, 5 insertions(+) diff --git a/html-common/ack_template.htm b/html-common/ack_template.htm index ccc57c6..03d303d 100644 --- a/html-common/ack_template.htm +++ b/html-common/ack_template.htm @@ -45,6 +45,10 @@ Value + + Filesystem: + __target_fs__ + Disk: __target_hd__ diff --git a/proxinstall b/proxinstall index 7a23521..61c3cbc 100755 --- a/proxinstall +++ b/proxinstall @@ -2180,6 +2180,7 @@ sub create_ack_view { my %config_values = ( __target_hd__ => $target_hd, + __target_fs__ => $config_options->{filesys}, __country__ => $country, __timezone__ => $timezone, __keymap__ => $keymap, -- 2.39.2