]> git.proxmox.com Git - pve-installer.git/shortlog
pve-installer.git
2024-02-24 Thomas Lamprechtstdio connected UI: drop perl prototype definitions
2024-02-23 Christoph Heisstui, ui: switch over to JSON-based protocol
2024-02-23 Thomas Lamprechtfqdn comparison: make more efficient
2024-02-23 Thomas Lamprechtfqdn comparison: expand test scope
2024-02-23 Christoph Heissfix #5230: sys: net: properly escape FQDN regex
2024-02-23 Christoph Heisssys: net: do not allow overlong FQDNs as per RFCs and...
2024-02-23 Christoph Heissproxinstall: avoid open-coding FQDN sanity check
2024-02-23 Christoph Heisscommon: fqdn: implement case-insensitive comparison...
2024-02-23 Christoph Heisscommon: fqdn: do not allow overlong FQDNs as per Debian...
2024-02-23 Thomas Lamprechtsys: wait a second after sending TERM signal before...
2024-02-23 Christoph Heissfix #4872: run env: use run_command() for country detection
2024-02-23 Christoph Heisssys: command: add option to not print process output...
2024-02-23 Christoph Heisssys: command: allow terminating the process early from...
2024-02-23 Christoph Heisssys: command: handle EINTR in run_command()
2024-02-23 Christoph Heisssys: command: factor out kill() + waitpid() from run_co...
2024-02-23 Christoph Heisslow-level: initialize UI backend for 'dump-env' subcomm...
2024-02-23 Maximiliano... gui: remove trailing spaces and colons
2024-02-23 Maximiliano... gui: expand ip address Gtk3::Entry
2024-02-23 Maximiliano... gui: use basic grid in the network panel
2024-02-23 Maximiliano... gui: change margins in create_basic_grid
2024-02-23 Maximiliano... gui: use basic grid in country/timezone panel
2024-02-23 Maximiliano... gui: use basic grid in password panel
2024-02-23 Maximiliano... gui: move create_basic_grid subroutine definition up
2024-02-06 Aaron Lautererbuildsys: handle installing multiple executables to...
2024-02-06 Christoph Heissui: stdio: log error if display_html() is called on...
2024-02-06 Christoph Heisslow-level: align wording of finish message
2024-02-06 Christoph Heissproxinstall, common: remove "off" as zfs checksum option
2024-02-06 Christoph Heissproxinstall, common: remove deprecated fletcher2 as...
2023-11-23 Thomas Lamprechtbump version to 8.1.7
2023-11-23 Thomas Lamprechtsource interfaces.d snippets by default
2023-11-22 Thomas Lamprechtbump version to 8.1.6
2023-11-22 Fabian Grünbichlergrub: install all efi binaries in fallback/default dir
2023-11-21 Thomas Lamprechtbump version to 8.1.5
2023-11-21 Fabian GrünbichlerZFS: detect and handle secure boot
2023-11-21 Stoiko Ivanovzfs: create dataset var-lib-vz for /var/lib/vz
2023-11-21 Stoiko Ivanovserial installer: add serial config for grub to target...
2023-11-21 Christoph Heisscommon: enforce even number of disks for ZFS RAID-10
2023-11-21 Christoph Heisstui: add missing argument for low-level installer test...
2023-11-21 Christoph Heisstui: preserve autoreboot checkbox state when switching...
2023-11-21 Christoph Heisstui: do not center EULA text
2023-11-17 Thomas Lamprechtbump version to 8.1.4
2023-11-17 Stoiko Ivanovtui: fix interface sort order
2023-11-17 Stefan Sterztui: bootdisk zfs config: add a maximum value to the...
2023-11-17 Christoph Heisstui: install progress: use ok/cancel as button text...
2023-11-17 Christoph Heissui: stdio: replace newlines with whitespaces in prompt...
2023-11-17 Christoph Heisstui: fix changing between non-LVM and LVM filesystem...
2023-11-17 Thomas Lamprechtbump version to 8.1.3
2023-11-17 Thomas Lamprechtgtk: show the unit for disk related options
2023-11-17 Thomas Lamprechtgtk: labeled widget grid: allow adding optional suffix...
2023-11-17 Thomas Lamprechtgtk: rework helper for creating labeled widget grid
2023-11-17 Thomas Lamprechtget fqdn: code/naming style cleanups
2023-11-17 Stoiko Ivanovrun env: do not store emtpy hostname
2023-11-16 Thomas Lamprechtbump version to 8.1.2
2023-11-16 Stoiko Ivanovzfs: create /var/lib/vz only for PVE
2023-11-16 Thomas Lamprechtx: disable screen saver via blank time
2023-11-16 Thomas Lamprechtbump version to 8.1.1
2023-11-16 Stoiko Ivanovzfs: set acltype=posix for root-dataset
2023-11-16 Stoiko Ivanovfix #1410: zfs: create /var/lib/vz as separate dataset
2023-11-16 Stoiko Ivanovunconfigured.sh: set serial to a number to prevent...
2023-11-16 Stoiko Ivanovfix #4747: pass kernel cmdline parameters to target...
2023-11-14 Stoiko Ivanovserial install: fix console parameter parsing
2023-11-14 Stoiko Ivanovd/control: add libgtk3-perl to B-D
2023-11-12 Stoiko Ivanovunconfigured.sh: set terminal size for serial install
2023-11-12 Stoiko Ivanovpass optional console parameter from installer to target
2023-11-11 Thomas Lamprechtbump version to 8.1.0
2023-11-11 Christoph Heisslow-level, tui: count down auto-reboot timeout
2023-11-11 Christoph Heisslow-level: avoid open-coding config reading, parsing...
2023-11-11 Christoph Heisstui: install_progress: handle errors in ui message...
2023-11-11 Christoph Heisstui: install_progress: split out prompt logic into...
2023-11-11 Christoph Heisstui: install_progress: split out reboot handling into...
2023-11-11 Christoph Heisstui: install_progress: split out low-level installer...
2023-11-11 Christoph Heisstui: install_progress: move progress task into own...
2023-11-11 Christoph Heisstui: move install progress dialog into own view module
2023-11-09 Christoph Heissfix #4856: tui: bootdisk: use correct defaults in advan...
2023-11-09 Christoph Heisstui: bootdisk: refactor Rc<RefCell<..>> type into custo...
2023-11-09 Christoph Heisslow level: testmode: take path to disk image instead...
2023-11-07 Christoph Heisstui: bootdisk: expose `arc_max` ZFS option for PVE...
2023-11-07 Christoph Heisscommon: add ZFS `arc_max` installer setup option
2023-11-07 Christoph Heisstest: add tests for zfs_arc_max calculations
2023-11-07 Christoph Heissproxinstall: expose `arc_max` ZFS option for PVE instal...
2023-11-07 Christoph Heissinstall: use correct variable names in zfs_setup_module...
2023-11-07 Christoph Heissrun env: remove debug print
2023-11-07 Christoph Heisstui: fix same "Administrator" typo in password and...
2023-11-06 Stoiko Ivanovinstall: install correct grub metapackage for the curre...
2023-11-06 Filip SchauerCorrect DNS IP check on management interface setup
2023-11-06 Christoph Heissfix #4829: install: add new ZFS `arc_max` setup option
2023-11-06 Christoph Heisstui: bootdisk: simplify product handling by passing...
2023-11-06 Christoph Heisstui: views: add optional suffix label for `NumericEditV...
2023-11-03 Christoph Heissrun env: add comment for query_total_memory()
2023-11-03 Christoph Heisstui: fix clippy warning
2023-11-03 Christoph Heisstui, common: run rustfmt
2023-11-02 Aaron Lauterertui: remove unused read_json function
2023-11-02 Aaron Lauterertui: use installer_setup from common cate
2023-11-02 Aaron Lauterercommon: document installer_setup method
2023-11-02 Aaron Lauterercommon: add installer_setup method
2023-11-02 Aaron Lauterertui: remove now unused utils.rs
2023-11-02 Aaron Lauterertui: switch to common crate
2023-11-02 Aaron Lauterertui-installer: add dependency for new common crate
2023-11-02 Aaron Lauterercommon: disk_checks: make functions public
2023-11-02 Aaron Lauterercommon: make InstallZfsOption public
next