]> git.proxmox.com Git - pve-installer.git/history - proxmox-tui-installer/src/options.rs
tui: fix clippy warnings
[pve-installer.git] / proxmox-tui-installer / src / options.rs
2023-07-13 Christoph Heisstui: fix clippy warnings
2023-06-27 Stefan Sterztui: persist disk selection for zfs and btrfs
2023-06-26 Thomas Lamprechttui: boot disks: filter out Btrfs if setup info disallo...
2023-06-26 Wolfgang Bumillertui: use product for default hostname
2023-06-22 Stefan Sterztui: switch to `f64` for disk sizes
2023-06-21 Dominik Csapaktui: always use mail@example.invalid as default email...
2023-06-21 Christoph Heisstui: rename `reboot` option to `autoreboot`, to better...
2023-06-21 Thomas Lamprechtrun env: make addresses optional, include all interfaces
2023-06-21 Christoph Heisstui: make auto-deteced routes optional
2023-06-21 Christoph Heisstui: make disk swap-, max-root-, max-data- and min...
2023-06-20 Thomas Lamprechttui: avoid using domain as FQDN, hard-code product...
2023-06-20 Thomas Lamprechttui: fix passing disk selection, use index
2023-06-20 Thomas Lamprechttui: lvm: crudely fix calculation mismatch
2023-06-20 Wolfgang Bumillertui: include disk model in disk list
2023-06-20 Wolfgang Bumillerrun env: replace lsblk with hd_list but fix it up a bit
2023-06-20 Christoph Heisstui: use network domain as default administrator email...
2023-06-20 Christoph Heisstui: use country from runtime env info for default...
2023-06-20 Christoph Heisstui: directly parse gateway IP address from runtime...
2023-06-20 Christoph Heisstui: bootdisk: sort disks alphabetically
2023-06-20 Christoph Heisstui: directly parse domain name from runtime env info
2023-06-20 Christoph Heisstui: use `IpAddr` type for deserializing ip addresses...
2023-06-20 Christoph Heisstui: directly parse network interface addresses from...
2023-06-19 Christoph Heisstui: round disk sizes when displaying
2023-06-19 Wolfgang Bumillertui: use network info
2023-06-19 Christoph Heisstui: calculate default swap size for LVM installs based...
2023-06-19 Christoph Heisstui: fix minimum free LVM space default
2023-06-19 Christoph Heisstui: rename raid levels 0/1 to align with GUI installer
2023-06-16 Wolfgang Bumillertui: properly group imports
2023-06-16 Wolfgang BumillerMerge remote-tracking branch 'cheiss/tui-installer...
2023-06-15 Christoph Heisstui: read and save reboot-after-install checkbox into...
2023-06-15 Christoph Heisstui: display proper keyboard layout name in summary
2023-06-15 Christoph Heisstui: implement proper keyboard layout selection
2023-06-15 Christoph Heisstui: save user-selected country in options
2023-06-14 Christoph Heisstui: introduce proper type for handling FQDNs
2023-06-14 Christoph Heisstui: implement btrfs bootdisk selection option
2023-06-14 Christoph Heisstui: format disk size as GiB for now, instead of bytes
2023-06-14 Christoph Heisstui: implement zfs bootdisk selection option
2023-06-14 Christoph Heisstui: refactor bootdisk dialog; advanced options into...
2023-06-14 Christoph Heisstui: refactor some option bits
2023-06-14 Christoph Heisstui: unify option labels spelling/formatting in summary...
2023-06-14 Christoph Heisstui: introduce `CidrAddress` type for ip address +...
2023-06-14 Christoph Heisstui: move installer options defintions into separate...