]> git.proxmox.com Git - pve-installer.git/blobdiff - proxinstall
followup: refword, coding style and do not die
[pve-installer.git] / proxinstall
index db49d8d3993954897a6de83da2ae8f17e504e58d..d3f9fd7cd245b8c9b8f8b553c57d526dd81695e5 100755 (executable)
@@ -3232,6 +3232,10 @@ sub create_intro_view {
 
     cleanup_view();
 
+    if (int($total_memory) < 1024) {
+       display_error("Less than 1 GiB memory detected, installation will probably fail.\n");
+    }
+
     if ($setup->{product} eq 'pve') {
        eval {
            my $cpuinfo = file_get_contents('/proc/cpuinfo');