]> git.proxmox.com Git - pve-installer.git/commitdiff
ack screen: show which FS is going to be used
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Dec 2018 15:50:03 +0000 (16:50 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Dec 2018 15:53:41 +0000 (16:53 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
html-common/ack_template.htm
proxinstall

index ccc57c685632c418966defa503445547418726de..03d303df6c24da38c6a8b913c2eab7e077b0dbd4 100644 (file)
     <th>Value</th>
 </tr>
 
+<tr>
+    <td>Filesystem:</td>
+    <td>__target_fs__</td>
+</tr>
 <tr>
     <td>Disk:</td>
     <td>__target_hd__</td>
index 7a23521a1fb5c7ed65ee2f41a0e82b0dda168f15..61c3cbc0739f46d79faf060a011ca2e6fd4a2e67 100755 (executable)
@@ -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,