mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-08-06 08:01:37 +00:00
848 lines
24 KiB
Plaintext
848 lines
24 KiB
Plaintext
proxmox-installer (8.0-2) bookworm; urgency=medium
|
|
|
|
* fix call to logical_blocksize
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 09 Jun 2023 11:16:18 +0200
|
|
|
|
proxmox-installer (8.0-1) bookworm; urgency=medium
|
|
|
|
* fix typo in error message
|
|
|
|
* checktime: output expected and wrong times for better UX
|
|
|
|
* refactor and split up installer code in modules, in preparation of more
|
|
installer modi/UIs
|
|
|
|
* call Gtk3::init manually, not on perl module load
|
|
|
|
* call setupcon when starting-up final installer environment, applying the
|
|
UTF-8 charset.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 09 Jun 2023 09:39:09 +0200
|
|
|
|
proxmox-installer (7.4-2) bullseye; urgency=medium
|
|
|
|
* d/control: depend on renamed and split-out proxmox-kernel-helper
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 20 Mar 2023 21:15:56 +0100
|
|
|
|
proxmox-installer (7.4-1) bullseye; urgency=medium
|
|
|
|
* zfs: fix wrong command reference in error message
|
|
|
|
* parition boot disk: use 1 GiB for ESP if root disk has 100+ GB space
|
|
|
|
* fix #4430: allow users to select the UTC timezone
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 16 Mar 2023 12:40:57 +0100
|
|
|
|
proxmox-installer (7.3-1) bullseye; urgency=medium
|
|
|
|
* lvm create: improve rounding of target root LV size by aligning it down to
|
|
the 4MB boundary to ensure that LVM doesn't try to over allocates by one
|
|
extent.
|
|
|
|
* align computed swap size down to 4 MB to avoid oddly specific sizes and
|
|
issues with LVM rounding PEs up on creation
|
|
|
|
* lvm create: leave 4 MB space unallocated space for small disks (<= 32GB)
|
|
too
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2022 07:24:09 +0100
|
|
|
|
proxmox-installer (7.2-3) bullseye; urgency=medium
|
|
|
|
* create lvm: improve rounding/alignment
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 18 Nov 2022 16:51:40 +0100
|
|
|
|
proxmox-installer (7.2-1) bullseye; urgency=medium
|
|
|
|
* zfs compression - fix wrongly added zle option
|
|
|
|
* fix #4236: split disk space check into soft and hard limits, warn
|
|
below 8 GB but only hard fail on 2 GB - which can never work
|
|
|
|
* fine tune swap selection for low memory/space setups
|
|
|
|
* lvm create: rework auto-space distribution and improve for low size
|
|
setups. Avoid a per-default extra free space block if the disk has
|
|
less than 32 GB of total space. Use the full rest size for root if
|
|
it's below 12 GB, not much of a point in setting up a data thin LVM
|
|
for guests then. Then also show a display message if no thin LVM is
|
|
created to inform the admin.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 18 Nov 2022 10:44:33 +0100
|
|
|
|
proxmox-installer (7.1-2) bullseye; urgency=medium
|
|
|
|
* disks: raid: avoid restting hdsize when reopening options
|
|
|
|
* drop trying to enable timesyncd, wrong since chrony switch & unnecessary
|
|
anyway
|
|
|
|
* remove /mnt/hostrun after install to avoid lingering directory
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 28 Apr 2022 08:08:47 +0200
|
|
|
|
proxmox-installer (7.1-1) bullseye; urgency=medium
|
|
|
|
* init:
|
|
+ add missing newline for chorny log message
|
|
+ add hint that GUI should start and where to find potential errors
|
|
+ do not sync on actual reboot, was already done after installation
|
|
finished
|
|
|
|
* proxmox-boot-preparation: add newline to /etc/kernel/cmdline
|
|
|
|
* display disk size with 2 decimal places
|
|
|
|
* zfs create: default to relatime
|
|
|
|
* fix #3905: allow lze/gzip/zstd compression for ZFS
|
|
|
|
* zfs: allow RAID0 with different-sized disks
|
|
|
|
* fix #3188: update hdsize spin-button on disk-selection change
|
|
|
|
* fix #3587: make hdsize configurable for btrfs setups
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 20 Apr 2022 14:17:52 +0200
|
|
|
|
proxmox-installer (7.0-7) bullseye; urgency=medium
|
|
|
|
* Revert "bridged network: set bridge HW-address to port one", to subtle to
|
|
do as static configuration
|
|
|
|
* avoid copying packages into ram, bind-mount into target chroot and extract
|
|
directly
|
|
|
|
* unconfigured: avoid doing the reset "sysrq" if possible, prefer a normal
|
|
reboot system call.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Jul 2021 12:16:27 +0200
|
|
|
|
proxmox-installer (7.0-6) bullseye; urgency=medium
|
|
|
|
* bridged network: set bridge HW-address (MAC) to the one of the physical
|
|
port
|
|
|
|
* unconfigured: ifupdown is not used anymore, cope with that
|
|
|
|
* unconfigured: do not unmount /dev to early on shutdown
|
|
|
|
* unconfigured: only log about swap if there's actually one we can deactivate
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 13:21:09 +0200
|
|
|
|
proxmox-installer (7.0-4) bullseye; urgency=medium
|
|
|
|
* clean disk: sort blockdevs by length to clean depth-first
|
|
|
|
* lvcreate: pass --yes to ensure wipesignatures is answered with go-
|
|
for-it
|
|
|
|
* try to make LVM less noisy regarding leaked file-descriptors
|
|
|
|
* network: sync bridge option names with pve-common
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 24 Jun 2021 11:04:45 +0200
|
|
|
|
proxmox-installer (7.0-3) bullseye; urgency=medium
|
|
|
|
* pid1: shutdown: send a more friendly TERM signal first
|
|
|
|
* Proxmox VE: enable BTRFS support on installation as technology preview
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 23:03:22 +0200
|
|
|
|
proxmox-installer (7.0-2) bullseye; urgency=medium
|
|
|
|
* lvm: always tell lvm to wipe the signatures
|
|
|
|
* clean disk: pass all partitions separately to wipe2fs, as else it won't
|
|
bother cleaning up child ones
|
|
|
|
* disk preparation: make progress report for cleaning up disks slightly more
|
|
granular
|
|
|
|
* unconfigured: handle being the new PID 1
|
|
|
|
* unconfigured: heuristically detect high-dpi and adapt debugshell font and
|
|
GDK_SCALE for the wizard in that case
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 15 Jun 2021 15:07:04 +0200
|
|
|
|
proxmox-installer (7.0-1) bullseye; urgency=medium
|
|
|
|
* unify installer packages into single binary-package
|
|
|
|
* use wipefs to really clean the disks used for the root filesystem, as with
|
|
wiping only the partions through sgdik, things like LVS refuse to operate
|
|
if they find traces of existing LVs.
|
|
|
|
* override grub default config via installer instead of separate grub
|
|
package
|
|
|
|
* re-build for Debian 11 Bullseye based releases
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 25 May 2021 19:54:34 +0200
|
|
|
|
pve-installer (6.4-2) pmg pve; urgency=medium
|
|
|
|
* zfs: assume that all devices are boot devices as firmware is weird and
|
|
sometimes allows booting only from certain devices, which we cannot know
|
|
here, and potentially only the boot partition could be corrupted/broken/...
|
|
in which case another dev in the raid 0 could allow successful booting
|
|
|
|
* legacy BIOS: boot ZFS indirectly using proxmox-boot-tool and the vfat based
|
|
ESP as the primary boot partition to avoid issues with the ZFS
|
|
implementation of GRUB.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 26 Apr 2021 18:53:55 +0200
|
|
|
|
pve-installer (6.4-1) pmg pve; urgency=medium
|
|
|
|
* fix #2518: disk selector: add "deselect all" button if there are
|
|
more than three disks
|
|
|
|
* avoid triggering keyboard layout auto-selection heuristic if it was
|
|
changed explicitly
|
|
|
|
* partially fix #2804: set debug-console keymap on language selection
|
|
|
|
* fix #3223: fix hardcoded port value in success page html
|
|
|
|
* fix #3165: start chrony after DHCP client for an opportunistic time-sync
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 26 Mar 2021 19:47:08 +0100
|
|
|
|
pve-installer (6.3-2) pmg pve; urgency=medium
|
|
|
|
* minor spelling/grammar fixes all over the place
|
|
|
|
* do not configure VT keyboard layout during installation, may hang the
|
|
installer
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 15:03:14 +0100
|
|
|
|
pve-installer (6.3-1) pmg pve; urgency=medium
|
|
|
|
* fix #2925: edit /etc/kernel/cmdline unconditionally
|
|
|
|
* set console keymap on language selection
|
|
|
|
* fix #3057: remove ext3 option from installer
|
|
|
|
* pbs: actually write out email to user.cfg
|
|
|
|
* network: replace dot notation netmask with CIDR notation as primary input
|
|
|
|
* fix #3093: allow one to automatically reboot on installation success
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Sun, 08 Nov 2020 19:35:45 +0100
|
|
|
|
pve-installer (6.2-3) pmg pve; urgency=medium
|
|
|
|
* fix #2804: add a root shell on tty3
|
|
|
|
* pbs: update installation html texts
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 15:37:04 +0200
|
|
|
|
pve-installer (6.2-2) pmg pve; urgency=medium
|
|
|
|
* write out network configuration in CIDR notation
|
|
|
|
* create default DS
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 21:10:33 +0200
|
|
|
|
pve-installer (6.2-1) pmg pve; urgency=medium
|
|
|
|
* unconfigured: don't trap "bad" debug-shell exits
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Sun, 10 May 2020 21:21:10 +0200
|
|
|
|
pve-installer (6.1-4) pmg pve; urgency=medium
|
|
|
|
* unconfigured: allow pseudo terminals, mount devpts
|
|
|
|
* start installer window always in full screen mode
|
|
|
|
* improve spice integration
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 19:40:23 +0200
|
|
|
|
pve-installer (6.1-3) pmg pve; urgency=medium
|
|
|
|
* fix behavior if ZFS disks have no /dev/by-id path
|
|
|
|
* restrict admin email to same format as the JSONSchema
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2020 10:57:49 +0100
|
|
|
|
pve-installer (6.1-2) pmg pve; urgency=medium
|
|
|
|
* add all ZFS vdevs with stable by-id device path
|
|
|
|
* fix #1211: allow installation on 4k-native (4kn) disks booting with UEFI
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 27 Nov 2019 19:20:45 +0100
|
|
|
|
pve-installer (6.1-1) pmg pve; urgency=medium
|
|
|
|
* raise postifx main.cf compatibility_level to 2
|
|
|
|
* ensure /etc/aliases.db is generated
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 10:35:42 +0100
|
|
|
|
pve-installer (6.0-9) pmg pve; urgency=medium
|
|
|
|
* fix #2313: load country.dat file with utf8 encoding
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Sat, 17 Aug 2019 10:31:38 +0200
|
|
|
|
pve-installer (6.0-8) pmg pve; urgency=medium
|
|
|
|
* success screen: show real final IP addr with port
|
|
|
|
* handle bootloader installation errors gracefully
|
|
|
|
* efiboot: remove redundant call to zz-pve-efiboot
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 25 Jul 2019 12:40:37 +0200
|
|
|
|
pve-installer (6.0-5) pmg pve; urgency=medium
|
|
|
|
* hd_list: skip all devices with iso9660 as FS
|
|
|
|
* mount efivarfs to ensure we can read bigger EFI NVRAM backed variables
|
|
|
|
* fix #1603: create a new and unique machine-id
|
|
|
|
* copy /etc/hostid from installer root to target
|
|
|
|
* prompt user if a vgrename is OK for exisiting 'pve'/'pmg' VGs
|
|
|
|
* use pve-efiboot-tool for systemd boot ESP preparation
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:22:31 +0200
|
|
|
|
pve-installer (6.0-4) pmg pve; urgency=medium
|
|
|
|
* update systemd-boot config after initializing esps
|
|
|
|
* clear zpool labels on selected disks' partitions
|
|
|
|
* use by-id diskpath for zpool create
|
|
|
|
* warn if host memory is less than 1 GB
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 04 Jul 2019 18:10:06 +0200
|
|
|
|
pve-installer (6.0-3) pmg pve; urgency=medium
|
|
|
|
* add support for ZFS on EFI
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 14:03:21 +0200
|
|
|
|
pve-installer (6.0-2) pmg pve; urgency=medium
|
|
|
|
* add note regarding issues with ZFS on HW raid controller
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 25 Jun 2019 10:27:54 +0200
|
|
|
|
pve-installer (6.0-1) pmg pve; urgency=medium
|
|
|
|
* bump for Debian Buster
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 10:02:08 +0200
|
|
|
|
pve-installer (5.0-26) unstable; urgency=medium
|
|
|
|
* ipconf view: only (re)set fields if nic really changed
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2019 14:39:35 +0100
|
|
|
|
pve-installer (5.0-25) unstable; urgency=medium
|
|
|
|
* add support for Citrix Hypervisor blockdev
|
|
|
|
* Fix #2009: Recreate hdsize_adj with new hdsize
|
|
|
|
* implement previous button
|
|
|
|
* implement summary/acknowledgement screen
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 14 Mar 2019 16:36:13 +0100
|
|
|
|
pve-installer (5.0-24) unstable; urgency=medium
|
|
|
|
* change last button to 'Install'
|
|
|
|
* Reset adjustment for spinbutton_hdsize
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 16:09:14 +0100
|
|
|
|
pve-installer (5.0-23) unstable; urgency=medium
|
|
|
|
* do not create a swap zvol
|
|
|
|
* unify and adapt disk partitioning
|
|
|
|
* fix #1527: Use 'iso-codes' package country naming
|
|
|
|
* allow more than 26 SCSI disk devices.
|
|
|
|
* fix various grammar and spelling errors
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2018 09:49:44 +0100
|
|
|
|
pve-installer (5.0-22) unstable; urgency=medium
|
|
|
|
* fix #1241: ensure at least 1G of thinpool metadata
|
|
|
|
* handle swapsize=0 correctly
|
|
|
|
* handle maxvz=0 correctly
|
|
|
|
* handle minfree=0 correctly
|
|
|
|
* handle local-only LVM setup
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 11 May 2018 13:17:42 +0200
|
|
|
|
pve-installer (5.0-21) unstable; urgency=medium
|
|
|
|
* ipconf.htm: remove pve product name
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 22 Jan 2018 07:57:26 +0100
|
|
|
|
pve-installer (5.0-20) unstable; urgency=medium
|
|
|
|
* proxinstall: only display option maxroot for product pve
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 22 Dec 2017 07:43:41 +0100
|
|
|
|
pve-installer (5.0-19) unstable; urgency=medium
|
|
|
|
* allow all valid netmasks
|
|
|
|
* html-pmg/extract1-license.htm: fix typo
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 14 Dec 2017 11:19:10 +0100
|
|
|
|
pve-installer (5.0-18) unstable; urgency=medium
|
|
|
|
* proxinstall - only creat ezfs data pool for product pve
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 09:53:18 +0100
|
|
|
|
pve-installer (5.0-17) unstable; urgency=medium
|
|
|
|
* include svg files for installer banner
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 13:12:25 +0100
|
|
|
|
pve-installer (5.0-16) unstable; urgency=medium
|
|
|
|
* pmg: fix lvm volume sizes
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 10:26:38 +0100
|
|
|
|
pve-installer (5.0-15) unstable; urgency=medium
|
|
|
|
* dispaly info pages for 15 seconds
|
|
|
|
* Revert "change clamav daily database name to daily.cld"
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 09:29:16 +0100
|
|
|
|
pve-installer (5.0-14) unstable; urgency=medium
|
|
|
|
* correctly set PermitRootLogin in sshd_config
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 14:15:16 +0100
|
|
|
|
pve-installer (5.0-13) unstable; urgency=medium
|
|
|
|
* change clamav daily database name to daily.cld
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 12:31:13 +0100
|
|
|
|
pve-installer (5.0-12) unstable; urgency=medium
|
|
|
|
* pmg: write admin email to /etc/pmg/pmg.conf
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 10:26:59 +0100
|
|
|
|
pve-installer (5.0-11) unstable; urgency=medium
|
|
|
|
* pmg: write user.conf to correct location
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 09:56:40 +0100
|
|
|
|
pve-installer (5.0-10) unstable; urgency=medium
|
|
|
|
* bump version for testing
|
|
|
|
* implement proxmox mail gateway installation
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 08:05:02 +0100
|
|
|
|
pve-installer (5.0-8) unstable; urgency=medium
|
|
|
|
* add support for multiple products (pve, pmg)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 20 Nov 2017 12:47:44 +0100
|
|
|
|
pve-installer (5.0-7) unstable; urgency=medium
|
|
|
|
* kill dhclient before rebooting
|
|
|
|
* ZFS: explicitly export rpool after installation
|
|
|
|
* fix #1479: detect missing KVM support
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Oct 2017 10:56:30 +0200
|
|
|
|
pve-installer (5.0-6) unstable; urgency=medium
|
|
|
|
* fix console-setup
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2017 13:58:22 +0200
|
|
|
|
pve-installer (5.0-5) unstable; urgency=medium
|
|
|
|
* allow installing without active network devices
|
|
|
|
* fix bug in handling of invalid GeoIP results
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 9 Aug 2017 09:41:36 +0200
|
|
|
|
pve-installer (5.0-4) unstable; urgency=medium
|
|
|
|
* rework password and email text
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 09:49:38 +0200
|
|
|
|
pve-installer (5.0-3) unstable; urgency=medium
|
|
|
|
* let raid dialogue grow if > 4 disks
|
|
|
|
* add initial check for NICs
|
|
|
|
* ignore link-local addresses
|
|
|
|
* clean disks prior to formatting
|
|
|
|
* explicitly mount ESP as vfat
|
|
|
|
* zero start of partitions after formatting disk
|
|
|
|
* fix XFS mount options
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 5 May 2017 12:11:22 +0200
|
|
|
|
pve-installer (5.0-2) unstable; urgency=medium
|
|
|
|
* always select a NIC, even if DHCP fails
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 14 Mar 2017 09:44:30 +0100
|
|
|
|
pve-installer (5.0-1) unstable; urgency=medium
|
|
|
|
* rebuild for PVE 5.0
|
|
|
|
* fix #1239: enhance swap on ZFS setup
|
|
|
|
* use iproute2, support interface selection
|
|
|
|
* get DHCP leases on all interfaces
|
|
|
|
* only require grub-efi to succeed if booted using UEFI
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 13:03:43 +0100
|
|
|
|
pve-installer (4.0-16) unstable; urgency=medium
|
|
|
|
* actually use more than 8 disks if selected
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 15 Dec 2016 10:05:54 +0100
|
|
|
|
pve-installer (4.0-15) unstable; urgency=medium
|
|
|
|
* use explicit partition starts
|
|
|
|
* bump EFI partition size to 256M
|
|
|
|
* compute_swapsize: add return statement
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 13 Dec 2016 09:12:20 +0100
|
|
|
|
pve-installer (4.0-14) unstable; urgency=medium
|
|
|
|
* bump version for new RELEASE=4.4
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 09 Dec 2016 12:03:00 +0100
|
|
|
|
pve-installer (4.0-13) unstable; urgency=medium
|
|
|
|
* add default invalid mail address
|
|
|
|
* refactor disk setup
|
|
|
|
* add advanced ZFS options
|
|
|
|
* fix #1190: allow ZFS mirrors with slightly different sizes
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 05 Dec 2016 10:48:19 +0100
|
|
|
|
pve-installer (4.0-12) unstable; urgency=medium
|
|
|
|
* fix update_progress while extracting files
|
|
|
|
* assume root file system is writable (overlayfs)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 21 Sep 2016 13:12:33 +0200
|
|
|
|
pve-installer (4.0-11) unstable; urgency=medium
|
|
|
|
* use unsquashfs instead of tar
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 31 Aug 2016 08:49:30 +0200
|
|
|
|
pve-installer (4.0-10) unstable; urgency=medium
|
|
|
|
* Fix #1054: error on purely numeric hostnames
|
|
|
|
* update layout, use new logo
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 09 Aug 2016 09:46:31 +0200
|
|
|
|
pve-installer (4.0-8) unstable; urgency=medium
|
|
|
|
* restrict hdsize if requested
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Sun, 06 Mar 2016 09:04:44 +0100
|
|
|
|
pve-installer (4.0-7) unstable; urgency=medium
|
|
|
|
* use lvmthin for data volume
|
|
|
|
* create zfs subpool (rpool/data) as VM/CT storage
|
|
|
|
* create better default storage configiguration
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2016 07:16:16 +0100
|
|
|
|
pve-installer (4.0-6) unstable; urgency=medium
|
|
|
|
* install EFI fallback boot file (OVMF does not boot without)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 10 Dec 2015 10:39:46 +0100
|
|
|
|
pve-installer (4.0-5) unstable; urgency=medium
|
|
|
|
* allow up to 8 zfs disks
|
|
|
|
* enable systemd-timesyncd.service by default
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2015 09:07:20 +0100
|
|
|
|
pve-installer (4.0-4) unstable; urgency=medium
|
|
|
|
* add ipv6 support
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 08:22:45 +0200
|
|
|
|
pve-installer (4.0-3) unstable; urgency=medium
|
|
|
|
* zpool create: use cachefile=none
|
|
|
|
* do not mention LVM snapshots
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2015 12:17:57 +0200
|
|
|
|
pve-installer (4.0-2) unstable; urgency=medium
|
|
|
|
* add xfs support
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:57:06 +0200
|
|
|
|
pve-installer (4.0-1) unstable; urgency=medium
|
|
|
|
* updates for debian jessie
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:56:54 +0200
|
|
|
|
pve-installer (3.3-3) unstable; urgency=low
|
|
|
|
* support ZFS
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Jan 2015 09:39:28 +0100
|
|
|
|
pve-installer (3.3-2) unstable; urgency=low
|
|
|
|
* support UEFI systems
|
|
|
|
* add new 'Options' Dialog
|
|
|
|
* do not install xorg.conf (not needed, and makes problems with EFI boot)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 01 Oct 2014 09:16:03 +0200
|
|
|
|
pve-installer (3.3-1) unstable; urgency=low
|
|
|
|
* update path for 3.3 release
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 12:08:14 +0200
|
|
|
|
pve-installer (3.0-2) unstable; urgency=low
|
|
|
|
* always use GUID partition tables
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 09 Jan 2014 16:00:25 +0100
|
|
|
|
pve-installer (3.0-1) unstable; urgency=low
|
|
|
|
* updates for debian wheezy
|
|
|
|
* use webkit instead of gthhtml2
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2013 06:39:42 +0100
|
|
|
|
pve-installer (2.3-6) unstable; urgency=low
|
|
|
|
* fix hdsize algorythm
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 10:32:00 +0100
|
|
|
|
pve-installer (2.0-5) unstable; urgency=low
|
|
|
|
* add 'hdsize' boot parameter to specify maximum size used.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2012 06:18:55 +0100
|
|
|
|
pve-installer (2.0-4) unstable; urgency=low
|
|
|
|
* fix bug #226 && #227: new minfree and maxvz boot options
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 18 Jul 2012 05:51:47 +0200
|
|
|
|
pve-installer (2.0-3) unstable; urgency=low
|
|
|
|
* increase free space on LVM up to 16GB
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 16 Feb 2012 11:59:55 +0100
|
|
|
|
pve-installer (2.0-2) unstable; urgency=low
|
|
|
|
* support new kernel parameter 'ext4' switch (use ext4 instead of ext3)
|
|
|
|
* use 'ext3' by default
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Thu, 04 Aug 2011 12:58:27 +0200
|
|
|
|
pve-installer (2.0-1) unstable; urgency=low
|
|
|
|
* use ext4 fs
|
|
|
|
* align LVM on 128k boundary
|
|
|
|
* use 'parted' to create partitions
|
|
|
|
* support > 2TB disks (use GPT partition tables)
|
|
|
|
* mount with barrier=0 during install (speedup)
|
|
|
|
* write keyboard settings to /etc/pve-installer.cfg
|
|
|
|
* adjust for pve2
|
|
|
|
* avoid to run update-grub or update-initramfs during install
|
|
|
|
* use --no-triggers for faster unpack
|
|
|
|
* also mount sysfs to /target/sys
|
|
|
|
* do not write /etc/default/grub - not really needed
|
|
|
|
* we now use openbox instead of metacity
|
|
|
|
* wait one second after partitioning (give kernel time to reread part
|
|
table)
|
|
|
|
* use update-initramfs -c (instead of -u)
|
|
|
|
* do not write /etc/apache2/ports.conf (not really needed)
|
|
|
|
* enable apache port redirect (a2ensite pve-redirect.conf)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2010 14:09:46 +0100
|
|
|
|
pve-installer (1.0-9) unstable; urgency=low
|
|
|
|
* fix netmask bug
|
|
|
|
* use 'udevadm info' to detect disks
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:13:11 +0100
|
|
|
|
pve-installer (1.0-8) unstable; urgency=low
|
|
|
|
* use UUID= for /boot in fstab
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:11:58 +0100
|
|
|
|
pve-installer (1.0-7) unstable; urgency=low
|
|
|
|
* unconfigured.sh: use -q flag for modprobe
|
|
|
|
* proxinstall: use 'removable' flag on older kernels (instead
|
|
of 'capability') to detect cdroms.
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2009 18:03:59 +0100
|
|
|
|
pve-installer (1.0-6) unstable; urgency=low
|
|
|
|
* pass --no-floppy to grub-install (some users reported delays)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2009 10:48:37 +0200
|
|
|
|
pve-installer (1.0-5) unstable; urgency=low
|
|
|
|
* fixes for debian lenny
|
|
|
|
* support dynamically allocated virtio blk devices
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2009 16:53:42 +0200
|
|
|
|
pve-installer (1.0-4) unstable; urgency=low
|
|
|
|
* proxinstall: better postfix configuration
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 12 Jan 2009 12:21:13 +0100
|
|
|
|
pve-installer (1.0-3) unstable; urgency=low
|
|
|
|
* ause grub instead of lilo
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Wed, 20 Aug 2008 14:39:57 +0200
|
|
|
|
pve-installer (1.0-2) stable; urgency=low
|
|
|
|
* proxinstall (extract_data): added maxroot and swapsize boot parameters,
|
|
set bridge parameters (stp = on, fd = 0)
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Tue, 8 Jul 2008 06:54:03 +0200
|
|
|
|
pve-installer (1.0-1) stable; urgency=low
|
|
|
|
* initial release
|
|
|
|
-- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2007 15:48:05 +0100
|
|
|