]> git.proxmox.com Git - pve-installer.git/history - proxmox-tui-installer/src/setup.rs
tui: setup: handle missing disk block size gracefully
[pve-installer.git] / proxmox-tui-installer / src / setup.rs
2023-08-23 Christoph Heisstui: setup: handle missing disk block size gracefully
2023-08-23 Christoph Heisstui: setup: fix disk size for 4Kn block devices
2023-07-25 Christoph Heisstui: deserialize boot type and disk blocksize from...
2023-07-15 Christoph Heisstui: use EULA path from ISO info instead of hard-coding
2023-07-13 Christoph Heisstui: fix clippy warnings
2023-07-13 Christoph Heisstui: check hvm support through runtime env info instead...
2023-06-26 Thomas Lamprechttui: hide max-vz and max-root inputs if product isn...
2023-06-26 Wolfgang Bumillertui: rustfmt
2023-06-26 Wolfgang Bumillertui: use product for default hostname
2023-06-26 Wolfgang Bumillertui: make ProxmoxProduct Copy
2023-06-22 Thomas Lamprechtdisk selection: save both, order and disk id
2023-06-22 Stefan Sterztui: switch to `f64` for disk sizes
2023-06-21 Thomas Lamprechtfix duplicate deserialize_invalid_value_as_none
2023-06-21 Christoph Heisstui: do not fail completely on invalid domain names
2023-06-21 Christoph Heisstui: rename `reboot` option to `autoreboot`, to better...
2023-06-21 Christoph Heisstui: do not fail completely on invalid domain names
2023-06-21 Christoph Heisstui: allow one-part FQDNs/domains
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: skip serializing empty fields for install config
2023-06-21 Christoph Heisstui: make disk swap-, max-root-, max-data- and min...
2023-06-20 Thomas Lamprechttui: fix passing disk selection, use index
2023-06-20 Christoph Heisstui: adapt install config serialization to proper format
2023-06-20 Wolfgang Bumillerrun env: replace lsblk with hd_list but fix it up a bit
2023-06-20 Christoph Heisstui: use total memory info from runtime env
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 disks from runtime env info
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: rename raid levels 0/1 to align with GUI installer
2023-06-19 Wolfgang Bumillertui: add runtime info serde structure
2023-06-16 Wolfgang Bumillertui: properly group imports
2023-06-16 Wolfgang BumillerMerge remote-tracking branch 'cheiss/tui-installer...
2023-06-15 Christoph Heisstui: add preliminary final install config serialization
2023-06-15 Christoph Heisstui: rename `SetupInfo::product_cfg` -> `::config`
2023-06-15 Christoph Heisstui: implement both `PartialOrd` and `Ord` for `Keyboar...
2023-06-15 Christoph Heisstui: use whole keyboard mapping in select view as value
2023-06-15 Christoph Heisstui: implement proper keyboard layout selection
2023-06-15 Christoph Heisstui: rename `LocaleInfo::country` -> `::countries`
2023-06-14 Christoph Heisstui: implement initial parsing for setup & locale info