]> git.proxmox.com Git - pve-installer.git/commitdiff
use ext4 as default file system
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 29 May 2015 08:13:07 +0000 (10:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 29 May 2015 08:13:07 +0000 (10:13 +0200)
proxinstall

index 540c4d0e96d2751398c3ee9eaf759fe663bd4277..8405b3bc0ab4a35b2c2556686e1057f65a2628db 100755 (executable)
@@ -112,7 +112,7 @@ my $config_options = {};
 if ($cmdline =~ m/\s(ext3|ext4|zfs)(\s.*)?$/) {
     $config_options->{filesys} = $1;
 } else {
-    $config_options->{filesys} = 'ext3';
+    $config_options->{filesys} = 'ext4';
 }
 
 if ($cmdline =~ m/hdsize=(\d+(\.\d+)?)[\s\n]/i) {