Re: [pve-devel] [PATCH v3 00/30] add automated/unattended installation

2024-04-03 Thread Aaron Lauterer
On 2024-04-03 10:19, Christoph Heiss wrote: On Tue, Apr 02, 2024 at 04:55:11PM +0200, Aaron Lauterer wrote: [..] - While trying out different configurations, I wondered if for the network something like this would be better for static IPs: [network.manual] cidr = ".."

Re: [pve-devel] [PATCH v3 00/30] add automated/unattended installation

2024-04-03 Thread Christoph Heiss
On Tue, Apr 02, 2024 at 04:55:11PM +0200, Aaron Lauterer wrote: [..] > > > > - While trying out different configurations, I wondered if for the > >network something like this would be better for static IPs: > > > > [network.manual] > > cidr = ".." > > dns = ".." > > [..] > >

Re: [pve-devel] [PATCH v3 00/30] add automated/unattended installation

2024-04-02 Thread Aaron Lauterer
thanks for looking into this On 2024-04-02 16:43, Christoph Heiss wrote: Rebuild an (PVE) ISO to contain the new auto-installer with an appropriate GRUB entry setting `proxauto` on the kernel commandline. What I've tried: - Using a few different values for `global` options - Install on ext4,

Re: [pve-devel] [PATCH v3 00/30] add automated/unattended installation

2024-04-02 Thread Christoph Heiss
Rebuild an (PVE) ISO to contain the new auto-installer with an appropriate GRUB entry setting `proxauto` on the kernel commandline. What I've tried: - Using a few different values for `global` options - Install on ext4, xfs, Btrfs RAID1 and ZFS RAID1 (with different values in multiple runs) - U

Re: [pve-devel] [PATCH v3 00/30] add automated/unattended installation

2024-03-28 Thread Aaron Lauterer
sorry, forgot to set the subject: pve-installer ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH v3 00/30] add automated/unattended installation

2024-03-28 Thread Aaron Lauterer
This patch series adds the possibility to do an automated / unattended installation of Proxmox VE. The overall idea is that we will have a dedicated ISO for the unattended installation. It should be configured in such a way that it will start the installation without any user interaction. Though t