]> git.proxmox.com Git - pve-installer.git/history - Proxmox
print paths directly with debug, not display
[pve-installer.git] / Proxmox /
2023-06-19 Thomas Lamprechtfactor out storage config generation and handling
2023-06-19 Thomas Lamprechtiso env: add singleton getter
2023-06-19 Thomas Lamprechtmove setting global environment variables into ISO env
2023-06-19 Thomas Lamprechtmove getting boot mode into runtime env
2023-06-19 Thomas Lamprechtrun env: add & use helper to query total memory
2023-06-19 Thomas LamprechtUI: add progress and process_events helper
2023-06-19 Thomas LamprechtUI: add and use display_html helper
2023-06-19 Thomas LamprechtUI: add ISO env on setup
2023-06-19 Thomas Lamprechtswitch prompt, error and message calls to new UI infra
2023-06-19 Thomas Lamprechtadd basic UI plugin infrastructure
2023-06-19 Wolfgang Bumillermove dns into network section in runtime info
2023-06-19 Thomas Lamprechtlow level installer: init a per-command log
2023-06-19 Thomas Lamprechtbuildsys: install RunEnv module
2023-06-19 Thomas Lamprechtrun env: do not export non-existing is_test_mode method
2023-06-19 Wolfgang BumillerRunEnv: exclude zfs in query_blockdevs
2023-06-19 Wolfgang Bumilleradd Proxmox::Install::RunEnv module
2023-06-16 Wolfgang BumillerMerge remote-tracking branch 'cheiss/tui-installer...
2023-06-16 Thomas Lamprechtcode cleanups
2023-06-14 Thomas Lamprechtrename Env to ISOEnv
2023-06-14 Thomas Lamprechtenv: add "run" location
2023-06-14 Thomas Lamprechtenv: add missing include of Cwd module
2023-06-09 Thomas Lamprechtvisibility fixes for calling into sys/block helpers
2023-06-09 Thomas Lamprechtcontain country, time zone and keymap parsing to env...
2023-06-09 Thomas Lamprechtenv: code/style cleanup cmap/locale info parser
2023-06-09 Thomas Lamprechtmove cmap/zone parsing to env module
2023-06-09 Thomas Lamprechtmove assembling base-directory locations into env
2023-06-09 Thomas Lamprechtcode/style cleanups
2023-06-09 Thomas Lamprechtrestructure env hash
2023-06-09 Thomas Lamprechtmove global cached disk state into block module
2023-06-09 Thomas Lamprechtsys block: cleanup disk list a bit
2023-06-09 Thomas Lamprechtsys cmd: use croak instead of die for caller context
2023-06-09 Thomas Lamprechtfactor out disk & block device helpers helpers into...
2023-06-09 Thomas Lamprechtinstall env: make cd info parse private, rework setup...
2023-06-09 Thomas Lamprechtenv: save full test images string, not only boolean
2023-06-09 Thomas Lamprechtrename Proxmox::Install::Setup to Proxmox::Install...
2023-06-09 Thomas Lamprechtfactor out file helpers
2023-06-09 Thomas Lamprechtfactor out network parser and sys-info helpers
2023-06-09 Thomas Lamprechtfactor out command execution helpers
2023-06-09 Thomas Lamprechtfactor out logging into own submodule
2023-06-09 Thomas Lamprechtrework test mode handling
2023-06-09 Thomas Lamprechtmove ProxmoxInstallerSetup to Proxmox::Install::Setup