]> git.proxmox.com Git - pve-installer.git/history - Proxmox
low-level, tui: count down auto-reboot timeout
[pve-installer.git] / Proxmox /
2023-11-07 Christoph Heissinstall: use correct variable names in zfs_setup_module...
2023-11-07 Christoph Heissrun env: remove debug print
2023-11-06 Stoiko Ivanovinstall: install correct grub metapackage for the curre...
2023-11-06 Christoph Heissfix #4829: install: add new ZFS `arc_max` setup option
2023-11-03 Christoph Heissrun env: add comment for query_total_memory()
2023-10-20 Christoph Heissrun env: retrieve and store hostname from DHCP lease...
2023-10-20 Christoph Heissnet: move hostname/fqdn regexes into common code
2023-10-19 Thomas Lamprechtadd interface state to run-time environment
2023-09-21 Christoph Heisssys: block: fix inverted check when detecting block...
2023-08-23 Christoph Heissraid setup: btrfs: do not allow legacy BIOS boot on...
2023-08-23 Christoph Heisssys: block: fix possible use of `undef`-value when...
2023-07-13 Philipp Hufnagldisk partitioning: fix checking answer for to-small...
2023-07-13 Christoph Heissrun env: add hardware-accelerated virtualization suppor...
2023-06-28 Thomas Lamprechtinstallation: disable clamav-clamonacc.service by defau...
2023-06-22 Thomas Lamprechtdisk selection: save both, order and disk id
2023-06-22 Stoiko Ivanovfix space calculation for small disks for pve product
2023-06-22 Fiona Ebneralways align rootdisk size to 4 MiB
2023-06-22 Fiona Ebneralign metadatasize to 4 MiB
2023-06-22 Thomas Lamprechtsys block: fix id for test disks
2023-06-22 Thomas LamprechtRevert "critic: lazily read directories via <> glob"
2023-06-22 Thomas Lamprechtcritic: drop useless return undefined
2023-06-22 Thomas Lamprechtcritic: lazily read directories via <> glob
2023-06-22 Thomas Lamprechtcritic: avoid $a, $b special package variables
2023-06-22 Thomas Lamprechtfix checking the now boolean prompt response
2023-06-21 Thomas Lamprechtadd some more logging, especially at start up
2023-06-21 Thomas Lamprechtlog: record when and that the log got initialized
2023-06-21 Thomas Lamprechtrun env: re-used cached version to speed up GUI install...
2023-06-21 Thomas Lamprechtmove location of runtome env file into ISO env
2023-06-21 Christoph HeissUI: fix perl warning if no progress text is passed
2023-06-21 Thomas Lamprechtrun env: make addresses optional, include all interfaces
2023-06-21 Thomas Lamprechtconfig: avoid warning if no country was detected
2023-06-21 Thomas Lamprechtconfig: fix missing include of Log module
2023-06-20 Thomas Lamprechtgtk: fix initial default for FQDN
2023-06-20 Thomas Lamprechtinstall: fix passing missing root volume name
2023-06-20 Thomas Lamprechtadd Finished UIĀ² message
2023-06-20 Thomas Lamprechtinstall module: move over ZFS and BTRFS device getters
2023-06-20 Christoph HeissUI: turn on autoflush for STDOUT
2023-06-20 Thomas Lamprechtsys command: add missing imports, switch to UI for...
2023-06-20 Thomas Lamprechtfactor out installation into own module
2023-06-20 Thomas Lamprechtstorage config: use strictures
2023-06-20 Thomas Lamprechtmove ipconf into run-env
2023-06-20 Thomas Lamprechtconfig: always parse kernel cmdline on initialization
2023-06-20 Thomas Lamprechtrun env: use single source of truth for block devices
2023-06-20 Thomas Lamprechtconfig: note that we want to remove mngmt_nic_id in...
2023-06-20 Wolfgang Bumillerrun env: replace lsblk with hd_list but fix it up a bit
2023-06-20 Thomas Lamprechtswitch "target_hd" & "disk_selection" over to central...
2023-06-20 Thomas Lamprechtswitch "zfs_opts" over to central config
2023-06-20 Thomas Lamprechtswitch "cidr", "gateway" & "dns" over to central config
2023-06-20 Thomas Lamprechtswitch "hostname" & "domain" over to central config
2023-06-20 Thomas Lamprechtswitch "mngmt_nic" over to central config
2023-06-20 Thomas Lamprechtswitch "mailto" over to central config
2023-06-20 Thomas Lamprechtswitch "password" over to central config
2023-06-20 Thomas Lamprechtswitch "keymap" over to central config
2023-06-20 Thomas Lamprechtswitch "timezone" over to central config
2023-06-20 Thomas Lamprechtswitch "country" over to central config
2023-06-20 Thomas Lamprechtswitch "maxvz" over to central config
2023-06-20 Thomas Lamprechtswitch "minfree" over to central config
2023-06-20 Thomas Lamprechtswitch "maxroot" over to central config
2023-06-20 Thomas Lamprechtswitch "swapsize" over to central config
2023-06-20 Thomas Lamprechtswitch "hdsize" over to central config
2023-06-20 Thomas Lamprechtswitch "filesys" over to central config
2023-06-20 Thomas Lamprechtswitch "autoreboot" over to central config
2023-06-20 Thomas Lamprechtadd beginnings of central config module with singleton
2023-06-20 Thomas Lamprechtrun env: add kernel cmdline info
2023-06-20 Thomas Lamprechtprovide a global singleton for RunEnv
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...
next