]> git.proxmox.com Git - pve-installer.git/blob - debian/changelog
bump version to 8.1.5
[pve-installer.git] / debian / changelog
1 proxmox-installer (8.1.5) bookworm; urgency=medium
2
3 * various fixes for the TUI installer:
4 - do not center EULA text
5 - preserve auto-reboot checkbox state when switching views
6 - common: enforce even number of disks for ZFS RAID-10
7
8 * serial installer: add serial config for grub to target system
9
10 * zfs: create dataset var-lib-vz for /var/lib/vz to avoid to many
11 intermediate datasets
12
13 * ZFS: detect and handle secure boot
14
15 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2023 14:22:23 +0100
16
17 proxmox-installer (8.1.4) bookworm; urgency=medium
18
19 * tui: fix changing between non-LVM and LVM filesystem in bootdisk chooser
20
21 * ui: stdio: replace newlines with whitespaces in prompt messages
22
23 * tui: install progress: use ok/cancel as button text for installer prompt
24
25 * tui: bootdisk zfs config: add a maximum value to the `copies` option
26
27 * tui: fix interface sort order
28
29 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Nov 2023 19:35:19 +0100
30
31 proxmox-installer (8.1.3) bookworm; urgency=medium
32
33 * run env: do not store empty hostname when trying to detect from DHCP
34
35 * gtk installer: show the unit of inputs for the disk related options
36
37 -- Proxmox Support Team <support@proxmox.com> Fri, 17 Nov 2023 07:39:23 +0100
38
39 proxmox-installer (8.1.2) bookworm; urgency=medium
40
41 * x display server: disable screen saver via blank time
42
43 * zfs: create /var/lib/vz only for PVE
44
45 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Nov 2023 19:21:09 +0100
46
47 proxmox-installer (8.1.1) bookworm; urgency=medium
48
49 * pass optional console parameter from installer to target
50
51 * serial install: fix console parameter parsing
52
53 * fix #4747: pass kernel cmdline parameters to target system
54
55 * fix #1410: zfs: create /var/lib/vz as separate dataset
56
57 * zfs: set acltype=posix for root-dataset to ensure that daemons like
58 journald can provide fine-grained access to non-root users.
59
60 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Nov 2023 08:33:32 +0100
61
62 proxmox-installer (8.1.0) bookworm; urgency=medium
63
64 * various improvements for the TUI installer:
65 - fix #4856: bootdisk: use correct defaults in advanced dialog.
66 - fix incorrect scrolling of form view contents.
67 - don't abort install if minimum memory requirement is not met, allow
68 the user to override this just like in the GTK based installer.
69 - add "Deselect All" button to ZFS and Btrfs multiple disk selection.
70 - improve FQDN validation.
71 - improve bootdisk dialog error handling.
72 - add RAID setup checks for ZFS/Btrfs.
73 - password: include minimum password length in error message.
74 - network: select matching NIC for IP configuration.
75 - setup: fix disk size for 4Kn block devices.
76 - setup: handle missing disk block size gracefully.
77 - update count down of auto-reboot timeout every second like the GTK based
78 installer does.
79 - fix various typos.
80
81 * disk partitioning: fix checking the answer for the to-small-disk prompt.
82
83 * raid setup: btrfs: do not allow legacy BIOS boot on 4Kn disks, like it's
84 already checked for LVM and ZFS.
85
86 * fix #4869: Add marker to the network interfaces that are in an UP-state in
87 the management interface selection.
88
89 * re-use hostname from the runtime environment, if available. For now, this
90 info comes from the DHCP lease only.
91
92 * fix #4829: install: add new ZFS `arc_max` setup option and set the default
93 for Proxmox VE installations via a new heuristic, targetting 10 % of
94 memory, not 50 % and clamp this to minimum 64 MiB and maxmimum 16 GiB.
95 This ensures that most memory is available for virtual guests, the primary
96 use case of Proxmox VE.
97
98 * install correct grub metapackage for the current boot-mode.
99
100 -- Proxmox Support Team <support@proxmox.com> Sat, 11 Nov 2023 14:31:49 +0100
101
102 proxmox-installer (8.0.14) bookworm; urgency=medium
103
104 * pmg: disable clamav-clamonacc.service by default on installation
105
106 -- Proxmox Support Team <support@proxmox.com> Wed, 28 Jun 2023 18:39:41 +0200
107
108 proxmox-installer (8.0.13) bookworm; urgency=medium
109
110 * tui: only show warning for missing hyper-visor CPU flags for PVE
111
112 * tui: block & notify if same disk gets selected twice for Btrfs or ZFS
113
114 * tui: persist disk selection for ZFS and Btrfs
115
116 -- Proxmox Support Team <support@proxmox.com> Tue, 27 Jun 2023 16:19:33 +0200
117
118 proxmox-installer (8.0.11) bookworm; urgency=medium
119
120 * tui: hide max-vz and max-root inputs if product isn't PVE to be consistent
121 with the GTK based installer.
122
123 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Jun 2023 21:39:45 +0200
124
125 proxmox-installer (8.0.10) bookworm; urgency=medium
126
127 * tui: use product for default hostname
128
129 * tui: boot disks: filter out Btrfs if setup-info disallows it, like for
130 Proxmox Mail Gateway or Proxmox Backup Server currently.
131
132 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Jun 2023 19:09:07 +0200
133
134 proxmox-installer (8.0.9) bookworm; urgency=medium
135
136 * tui: switch to `f64` for disk sizes for full range of values
137
138 * tui: wrap multi-disk selection in scrollable view
139
140 * tui: disable automatic text wrapping for form labels
141
142 * tui: add some info to unknown UI messages
143
144 * tui: do not auto reboot on failures
145
146 * gtk: raid disk selector: separate UI state from config state to avoid
147 messing with the order of selection
148
149 * align metadata size and rootdisk size to 4 MiB
150
151 * fix space calculation for small disks for pve product
152
153 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2023 16:48:18 +0200
154
155 proxmox-installer (8.0.8) bookworm; urgency=medium
156
157 * Revert "critic: lazily read directories via <> glob"
158
159 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2023 10:48:12 +0200
160
161 proxmox-installer (8.0.7) bookworm; urgency=medium
162
163 * fix checking the response of the prompt, which is now returning a boolean.
164 This fixes an issue where the user was prompted for small root disk space
165 or if renaming the PVE VG is ok, but the installer always aborted.
166
167 -- Proxmox Support Team <support@proxmox.com> Thu, 22 Jun 2023 07:38:24 +0200
168
169 proxmox-installer (8.0.6) bookworm; urgency=medium
170
171 * tui: remove underline-effect from advanced disk setup titles
172
173 * tui: clamp max LVM disk size to size of selected disk
174
175 * tui: fix ability to type commas
176
177 * tui: do not fail completely on invalid domain names
178
179 * tui: always use mail@example.invalid as default email address
180
181 * run env: re-used cached version to speed up GUI installer start
182
183 * log: record when and that the log got initialized and add some more
184 logging, especially at start up
185
186 * tui: improve ipv6 handling
187
188 * tui: focus next button by default
189
190 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jun 2023 18:42:27 +0200
191
192 proxmox-installer (8.0.5) bookworm; urgency=medium
193
194 * various fixes for the TUI:
195 - make HVM extension not being present a non-fatal warning
196 - do not fail completely on invalid domain names
197 - make disk swap-, max-root-, max-data- and min-lvm-free-size optional
198 falling back to the proxinstall automatic smart defaults in that case.
199 - make auto-deteced network routes optional
200 - skip serializing empty fields for install config
201 - set detected keyboard layout at installer launch
202 - only focus summary table if it can be scrolled
203 - refresh summary view if it is switched back to
204 - make reboot-after-install checkbox default to enabled
205 - redirect TUI stderr output to tty2
206 - use non-slanted logo
207 - implement auto-reboot after installation
208
209 * config: fix missing include of Log module and avoid warning if no country
210 was detected
211
212 * run env: make addresses optional, include all interfaces
213
214 * fix #4643: show a confirmation dialog when clicking abort
215
216 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Jun 2023 13:22:38 +0200
217
218 proxmox-installer (8.0.4) bookworm; urgency=medium
219
220 * re-add Encode module for decoding EULA in GTK installer
221
222 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Jun 2023 22:02:57 +0200
223
224 proxmox-installer (8.0.3) bookworm; urgency=medium
225
226 * switch to native versioning
227
228 * Add Terminal User Interface (TUI) based installer written in Rust, using
229 the Cursive toolkit.
230
231 * A variety of fixes and refactoring to prepare for more flexible ways of
232 triggering an installation
233
234 -- Proxmox Support Team <support@proxmox.com> Tue, 20 Jun 2023 21:37:09 +0200
235
236 proxmox-installer (8.0-2) bookworm; urgency=medium
237
238 * fix call to logical_blocksize
239
240 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Jun 2023 11:16:18 +0200
241
242 proxmox-installer (8.0-1) bookworm; urgency=medium
243
244 * fix typo in error message
245
246 * checktime: output expected and wrong times for better UX
247
248 * refactor and split up installer code in modules, in preparation of more
249 installer modi/UIs
250
251 * call Gtk3::init manually, not on perl module load
252
253 * call setupcon when starting-up final installer environment, applying the
254 UTF-8 charset.
255
256 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Jun 2023 09:39:09 +0200
257
258 proxmox-installer (7.4-2) bullseye; urgency=medium
259
260 * d/control: depend on renamed and split-out proxmox-kernel-helper
261
262 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Mar 2023 21:15:56 +0100
263
264 proxmox-installer (7.4-1) bullseye; urgency=medium
265
266 * zfs: fix wrong command reference in error message
267
268 * parition boot disk: use 1 GiB for ESP if root disk has 100+ GB space
269
270 * fix #4430: allow users to select the UTC timezone
271
272 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Mar 2023 12:40:57 +0100
273
274 proxmox-installer (7.3-1) bullseye; urgency=medium
275
276 * lvm create: improve rounding of target root LV size by aligning it down to
277 the 4MB boundary to ensure that LVM doesn't try to over allocates by one
278 extent.
279
280 * align computed swap size down to 4 MB to avoid oddly specific sizes and
281 issues with LVM rounding PEs up on creation
282
283 * lvm create: leave 4 MB space unallocated space for small disks (<= 32GB)
284 too
285
286 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Nov 2022 07:24:09 +0100
287
288 proxmox-installer (7.2-3) bullseye; urgency=medium
289
290 * create lvm: improve rounding/alignment
291
292 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Nov 2022 16:51:40 +0100
293
294 proxmox-installer (7.2-1) bullseye; urgency=medium
295
296 * zfs compression - fix wrongly added zle option
297
298 * fix #4236: split disk space check into soft and hard limits, warn
299 below 8 GB but only hard fail on 2 GB - which can never work
300
301 * fine tune swap selection for low memory/space setups
302
303 * lvm create: rework auto-space distribution and improve for low size
304 setups. Avoid a per-default extra free space block if the disk has
305 less than 32 GB of total space. Use the full rest size for root if
306 it's below 12 GB, not much of a point in setting up a data thin LVM
307 for guests then. Then also show a display message if no thin LVM is
308 created to inform the admin.
309
310 -- Proxmox Support Team <support@proxmox.com> Fri, 18 Nov 2022 10:44:33 +0100
311
312 proxmox-installer (7.1-2) bullseye; urgency=medium
313
314 * disks: raid: avoid restting hdsize when reopening options
315
316 * drop trying to enable timesyncd, wrong since chrony switch & unnecessary
317 anyway
318
319 * remove /mnt/hostrun after install to avoid lingering directory
320
321 -- Proxmox Support Team <support@proxmox.com> Thu, 28 Apr 2022 08:08:47 +0200
322
323 proxmox-installer (7.1-1) bullseye; urgency=medium
324
325 * init:
326 + add missing newline for chorny log message
327 + add hint that GUI should start and where to find potential errors
328 + do not sync on actual reboot, was already done after installation
329 finished
330
331 * proxmox-boot-preparation: add newline to /etc/kernel/cmdline
332
333 * display disk size with 2 decimal places
334
335 * zfs create: default to relatime
336
337 * fix #3905: allow lze/gzip/zstd compression for ZFS
338
339 * zfs: allow RAID0 with different-sized disks
340
341 * fix #3188: update hdsize spin-button on disk-selection change
342
343 * fix #3587: make hdsize configurable for btrfs setups
344
345 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Apr 2022 14:17:52 +0200
346
347 proxmox-installer (7.0-7) bullseye; urgency=medium
348
349 * Revert "bridged network: set bridge HW-address to port one", to subtle to
350 do as static configuration
351
352 * avoid copying packages into ram, bind-mount into target chroot and extract
353 directly
354
355 * unconfigured: avoid doing the reset "sysrq" if possible, prefer a normal
356 reboot system call.
357
358 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jul 2021 12:16:27 +0200
359
360 proxmox-installer (7.0-6) bullseye; urgency=medium
361
362 * bridged network: set bridge HW-address (MAC) to the one of the physical
363 port
364
365 * unconfigured: ifupdown is not used anymore, cope with that
366
367 * unconfigured: do not unmount /dev to early on shutdown
368
369 * unconfigured: only log about swap if there's actually one we can deactivate
370
371 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jul 2021 13:21:09 +0200
372
373 proxmox-installer (7.0-4) bullseye; urgency=medium
374
375 * clean disk: sort blockdevs by length to clean depth-first
376
377 * lvcreate: pass --yes to ensure wipesignatures is answered with go-
378 for-it
379
380 * try to make LVM less noisy regarding leaked file-descriptors
381
382 * network: sync bridge option names with pve-common
383
384 -- Proxmox Support Team <support@proxmox.com> Thu, 24 Jun 2021 11:04:45 +0200
385
386 proxmox-installer (7.0-3) bullseye; urgency=medium
387
388 * pid1: shutdown: send a more friendly TERM signal first
389
390 * Proxmox VE: enable BTRFS support on installation as technology preview
391
392 -- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 23:03:22 +0200
393
394 proxmox-installer (7.0-2) bullseye; urgency=medium
395
396 * lvm: always tell lvm to wipe the signatures
397
398 * clean disk: pass all partitions separately to wipe2fs, as else it won't
399 bother cleaning up child ones
400
401 * disk preparation: make progress report for cleaning up disks slightly more
402 granular
403
404 * unconfigured: handle being the new PID 1
405
406 * unconfigured: heuristically detect high-dpi and adapt debugshell font and
407 GDK_SCALE for the wizard in that case
408
409 -- Proxmox Support Team <support@proxmox.com> Tue, 15 Jun 2021 15:07:04 +0200
410
411 proxmox-installer (7.0-1) bullseye; urgency=medium
412
413 * unify installer packages into single binary-package
414
415 * use wipefs to really clean the disks used for the root filesystem, as with
416 wiping only the partions through sgdik, things like LVS refuse to operate
417 if they find traces of existing LVs.
418
419 * override grub default config via installer instead of separate grub
420 package
421
422 * re-build for Debian 11 Bullseye based releases
423
424 -- Proxmox Support Team <support@proxmox.com> Tue, 25 May 2021 19:54:34 +0200
425
426 pve-installer (6.4-2) pmg pve; urgency=medium
427
428 * zfs: assume that all devices are boot devices as firmware is weird and
429 sometimes allows booting only from certain devices, which we cannot know
430 here, and potentially only the boot partition could be corrupted/broken/...
431 in which case another dev in the raid 0 could allow successful booting
432
433 * legacy BIOS: boot ZFS indirectly using proxmox-boot-tool and the vfat based
434 ESP as the primary boot partition to avoid issues with the ZFS
435 implementation of GRUB.
436
437 -- Proxmox Support Team <support@proxmox.com> Mon, 26 Apr 2021 18:53:55 +0200
438
439 pve-installer (6.4-1) pmg pve; urgency=medium
440
441 * fix #2518: disk selector: add "deselect all" button if there are
442 more than three disks
443
444 * avoid triggering keyboard layout auto-selection heuristic if it was
445 changed explicitly
446
447 * partially fix #2804: set debug-console keymap on language selection
448
449 * fix #3223: fix hardcoded port value in success page html
450
451 * fix #3165: start chrony after DHCP client for an opportunistic time-sync
452
453 -- Proxmox Support Team <support@proxmox.com> Fri, 26 Mar 2021 19:47:08 +0100
454
455 pve-installer (6.3-2) pmg pve; urgency=medium
456
457 * minor spelling/grammar fixes all over the place
458
459 * do not configure VT keyboard layout during installation, may hang the
460 installer
461
462 -- Proxmox Support Team <support@proxmox.com> Tue, 10 Nov 2020 15:03:14 +0100
463
464 pve-installer (6.3-1) pmg pve; urgency=medium
465
466 * fix #2925: edit /etc/kernel/cmdline unconditionally
467
468 * set console keymap on language selection
469
470 * fix #3057: remove ext3 option from installer
471
472 * pbs: actually write out email to user.cfg
473
474 * network: replace dot notation netmask with CIDR notation as primary input
475
476 * fix #3093: allow one to automatically reboot on installation success
477
478 -- Proxmox Support Team <support@proxmox.com> Sun, 08 Nov 2020 19:35:45 +0100
479
480 pve-installer (6.2-3) pmg pve; urgency=medium
481
482 * fix #2804: add a root shell on tty3
483
484 * pbs: update installation html texts
485
486 -- Proxmox Support Team <support@proxmox.com> Tue, 07 Jul 2020 15:37:04 +0200
487
488 pve-installer (6.2-2) pmg pve; urgency=medium
489
490 * write out network configuration in CIDR notation
491
492 * create default DS
493
494 -- Proxmox Support Team <support@proxmox.com> Mon, 25 May 2020 21:10:33 +0200
495
496 pve-installer (6.2-1) pmg pve; urgency=medium
497
498 * unconfigured: don't trap "bad" debug-shell exits
499
500 -- Proxmox Support Team <support@proxmox.com> Sun, 10 May 2020 21:21:10 +0200
501
502 pve-installer (6.1-4) pmg pve; urgency=medium
503
504 * unconfigured: allow pseudo terminals, mount devpts
505
506 * start installer window always in full screen mode
507
508 * improve spice integration
509
510 -- Proxmox Support Team <support@proxmox.com> Fri, 24 Apr 2020 19:40:23 +0200
511
512 pve-installer (6.1-3) pmg pve; urgency=medium
513
514 * fix behavior if ZFS disks have no /dev/by-id path
515
516 * restrict admin email to same format as the JSONSchema
517
518 -- Proxmox Support Team <support@proxmox.com> Fri, 06 Mar 2020 10:57:49 +0100
519
520 pve-installer (6.1-2) pmg pve; urgency=medium
521
522 * add all ZFS vdevs with stable by-id device path
523
524 * fix #1211: allow installation on 4k-native (4kn) disks booting with UEFI
525
526 -- Proxmox Support Team <support@proxmox.com> Wed, 27 Nov 2019 19:20:45 +0100
527
528 pve-installer (6.1-1) pmg pve; urgency=medium
529
530 * raise postifx main.cf compatibility_level to 2
531
532 * ensure /etc/aliases.db is generated
533
534 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Nov 2019 10:35:42 +0100
535
536 pve-installer (6.0-9) pmg pve; urgency=medium
537
538 * fix #2313: load country.dat file with utf8 encoding
539
540 -- Proxmox Support Team <support@proxmox.com> Sat, 17 Aug 2019 10:31:38 +0200
541
542 pve-installer (6.0-8) pmg pve; urgency=medium
543
544 * success screen: show real final IP addr with port
545
546 * handle bootloader installation errors gracefully
547
548 * efiboot: remove redundant call to zz-pve-efiboot
549
550 -- Proxmox Support Team <support@proxmox.com> Thu, 25 Jul 2019 12:40:37 +0200
551
552 pve-installer (6.0-5) pmg pve; urgency=medium
553
554 * hd_list: skip all devices with iso9660 as FS
555
556 * mount efivarfs to ensure we can read bigger EFI NVRAM backed variables
557
558 * fix #1603: create a new and unique machine-id
559
560 * copy /etc/hostid from installer root to target
561
562 * prompt user if a vgrename is OK for exisiting 'pve'/'pmg' VGs
563
564 * use pve-efiboot-tool for systemd boot ESP preparation
565
566 -- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2019 19:22:31 +0200
567
568 pve-installer (6.0-4) pmg pve; urgency=medium
569
570 * update systemd-boot config after initializing esps
571
572 * clear zpool labels on selected disks' partitions
573
574 * use by-id diskpath for zpool create
575
576 * warn if host memory is less than 1 GB
577
578 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Jul 2019 18:10:06 +0200
579
580 pve-installer (6.0-3) pmg pve; urgency=medium
581
582 * add support for ZFS on EFI
583
584 -- Proxmox Support Team <support@proxmox.com> Fri, 28 Jun 2019 14:03:21 +0200
585
586 pve-installer (6.0-2) pmg pve; urgency=medium
587
588 * add note regarding issues with ZFS on HW raid controller
589
590 -- Proxmox Support Team <support@proxmox.com> Tue, 25 Jun 2019 10:27:54 +0200
591
592 pve-installer (6.0-1) pmg pve; urgency=medium
593
594 * bump for Debian Buster
595
596 -- Proxmox Support Team <support@proxmox.com> Wed, 22 May 2019 10:02:08 +0200
597
598 pve-installer (5.0-26) unstable; urgency=medium
599
600 * ipconf view: only (re)set fields if nic really changed
601
602 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2019 14:39:35 +0100
603
604 pve-installer (5.0-25) unstable; urgency=medium
605
606 * add support for Citrix Hypervisor blockdev
607
608 * Fix #2009: Recreate hdsize_adj with new hdsize
609
610 * implement previous button
611
612 * implement summary/acknowledgement screen
613
614 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Mar 2019 16:36:13 +0100
615
616 pve-installer (5.0-24) unstable; urgency=medium
617
618 * change last button to 'Install'
619
620 * Reset adjustment for spinbutton_hdsize
621
622 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2018 16:09:14 +0100
623
624 pve-installer (5.0-23) unstable; urgency=medium
625
626 * do not create a swap zvol
627
628 * unify and adapt disk partitioning
629
630 * fix #1527: Use 'iso-codes' package country naming
631
632 * allow more than 26 SCSI disk devices.
633
634 * fix various grammar and spelling errors
635
636 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Nov 2018 09:49:44 +0100
637
638 pve-installer (5.0-22) unstable; urgency=medium
639
640 * fix #1241: ensure at least 1G of thinpool metadata
641
642 * handle swapsize=0 correctly
643
644 * handle maxvz=0 correctly
645
646 * handle minfree=0 correctly
647
648 * handle local-only LVM setup
649
650 -- Proxmox Support Team <support@proxmox.com> Fri, 11 May 2018 13:17:42 +0200
651
652 pve-installer (5.0-21) unstable; urgency=medium
653
654 * ipconf.htm: remove pve product name
655
656 -- Proxmox Support Team <support@proxmox.com> Mon, 22 Jan 2018 07:57:26 +0100
657
658 pve-installer (5.0-20) unstable; urgency=medium
659
660 * proxinstall: only display option maxroot for product pve
661
662 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Dec 2017 07:43:41 +0100
663
664 pve-installer (5.0-19) unstable; urgency=medium
665
666 * allow all valid netmasks
667
668 * html-pmg/extract1-license.htm: fix typo
669
670 -- Proxmox Support Team <support@proxmox.com> Thu, 14 Dec 2017 11:19:10 +0100
671
672 pve-installer (5.0-18) unstable; urgency=medium
673
674 * proxinstall - only creat ezfs data pool for product pve
675
676 -- Proxmox Support Team <support@proxmox.com> Thu, 23 Nov 2017 09:53:18 +0100
677
678 pve-installer (5.0-17) unstable; urgency=medium
679
680 * include svg files for installer banner
681
682 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 13:12:25 +0100
683
684 pve-installer (5.0-16) unstable; urgency=medium
685
686 * pmg: fix lvm volume sizes
687
688 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 10:26:38 +0100
689
690 pve-installer (5.0-15) unstable; urgency=medium
691
692 * dispaly info pages for 15 seconds
693
694 * Revert "change clamav daily database name to daily.cld"
695
696 -- Proxmox Support Team <support@proxmox.com> Wed, 22 Nov 2017 09:29:16 +0100
697
698 pve-installer (5.0-14) unstable; urgency=medium
699
700 * correctly set PermitRootLogin in sshd_config
701
702 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 14:15:16 +0100
703
704 pve-installer (5.0-13) unstable; urgency=medium
705
706 * change clamav daily database name to daily.cld
707
708 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 12:31:13 +0100
709
710 pve-installer (5.0-12) unstable; urgency=medium
711
712 * pmg: write admin email to /etc/pmg/pmg.conf
713
714 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 10:26:59 +0100
715
716 pve-installer (5.0-11) unstable; urgency=medium
717
718 * pmg: write user.conf to correct location
719
720 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 09:56:40 +0100
721
722 pve-installer (5.0-10) unstable; urgency=medium
723
724 * bump version for testing
725
726 * implement proxmox mail gateway installation
727
728 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Nov 2017 08:05:02 +0100
729
730 pve-installer (5.0-8) unstable; urgency=medium
731
732 * add support for multiple products (pve, pmg)
733
734 -- Proxmox Support Team <support@proxmox.com> Mon, 20 Nov 2017 12:47:44 +0100
735
736 pve-installer (5.0-7) unstable; urgency=medium
737
738 * kill dhclient before rebooting
739
740 * ZFS: explicitly export rpool after installation
741
742 * fix #1479: detect missing KVM support
743
744 -- Proxmox Support Team <support@proxmox.com> Thu, 19 Oct 2017 10:56:30 +0200
745
746 pve-installer (5.0-6) unstable; urgency=medium
747
748 * fix console-setup
749
750 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Aug 2017 13:58:22 +0200
751
752 pve-installer (5.0-5) unstable; urgency=medium
753
754 * allow installing without active network devices
755
756 * fix bug in handling of invalid GeoIP results
757
758 -- Proxmox Support Team <support@proxmox.com> Wed, 9 Aug 2017 09:41:36 +0200
759
760 pve-installer (5.0-4) unstable; urgency=medium
761
762 * rework password and email text
763
764 -- Proxmox Support Team <support@proxmox.com> Fri, 23 Jun 2017 09:49:38 +0200
765
766 pve-installer (5.0-3) unstable; urgency=medium
767
768 * let raid dialogue grow if > 4 disks
769
770 * add initial check for NICs
771
772 * ignore link-local addresses
773
774 * clean disks prior to formatting
775
776 * explicitly mount ESP as vfat
777
778 * zero start of partitions after formatting disk
779
780 * fix XFS mount options
781
782 -- Proxmox Support Team <support@proxmox.com> Fri, 5 May 2017 12:11:22 +0200
783
784 pve-installer (5.0-2) unstable; urgency=medium
785
786 * always select a NIC, even if DHCP fails
787
788 -- Proxmox Support Team <support@proxmox.com> Tue, 14 Mar 2017 09:44:30 +0100
789
790 pve-installer (5.0-1) unstable; urgency=medium
791
792 * rebuild for PVE 5.0
793
794 * fix #1239: enhance swap on ZFS setup
795
796 * use iproute2, support interface selection
797
798 * get DHCP leases on all interfaces
799
800 * only require grub-efi to succeed if booted using UEFI
801
802 -- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 13:03:43 +0100
803
804 pve-installer (4.0-16) unstable; urgency=medium
805
806 * actually use more than 8 disks if selected
807
808 -- Proxmox Support Team <support@proxmox.com> Thu, 15 Dec 2016 10:05:54 +0100
809
810 pve-installer (4.0-15) unstable; urgency=medium
811
812 * use explicit partition starts
813
814 * bump EFI partition size to 256M
815
816 * compute_swapsize: add return statement
817
818 -- Proxmox Support Team <support@proxmox.com> Tue, 13 Dec 2016 09:12:20 +0100
819
820 pve-installer (4.0-14) unstable; urgency=medium
821
822 * bump version for new RELEASE=4.4
823
824 -- Proxmox Support Team <support@proxmox.com> Fri, 09 Dec 2016 12:03:00 +0100
825
826 pve-installer (4.0-13) unstable; urgency=medium
827
828 * add default invalid mail address
829
830 * refactor disk setup
831
832 * add advanced ZFS options
833
834 * fix #1190: allow ZFS mirrors with slightly different sizes
835
836 -- Proxmox Support Team <support@proxmox.com> Mon, 05 Dec 2016 10:48:19 +0100
837
838 pve-installer (4.0-12) unstable; urgency=medium
839
840 * fix update_progress while extracting files
841
842 * assume root file system is writable (overlayfs)
843
844 -- Proxmox Support Team <support@proxmox.com> Wed, 21 Sep 2016 13:12:33 +0200
845
846 pve-installer (4.0-11) unstable; urgency=medium
847
848 * use unsquashfs instead of tar
849
850 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Aug 2016 08:49:30 +0200
851
852 pve-installer (4.0-10) unstable; urgency=medium
853
854 * Fix #1054: error on purely numeric hostnames
855
856 * update layout, use new logo
857
858 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Aug 2016 09:46:31 +0200
859
860 pve-installer (4.0-8) unstable; urgency=medium
861
862 * restrict hdsize if requested
863
864 -- Proxmox Support Team <support@proxmox.com> Sun, 06 Mar 2016 09:04:44 +0100
865
866 pve-installer (4.0-7) unstable; urgency=medium
867
868 * use lvmthin for data volume
869
870 * create zfs subpool (rpool/data) as VM/CT storage
871
872 * create better default storage configiguration
873
874 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2016 07:16:16 +0100
875
876 pve-installer (4.0-6) unstable; urgency=medium
877
878 * install EFI fallback boot file (OVMF does not boot without)
879
880 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Dec 2015 10:39:46 +0100
881
882 pve-installer (4.0-5) unstable; urgency=medium
883
884 * allow up to 8 zfs disks
885
886 * enable systemd-timesyncd.service by default
887
888 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2015 09:07:20 +0100
889
890 pve-installer (4.0-4) unstable; urgency=medium
891
892 * add ipv6 support
893
894 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 08:22:45 +0200
895
896 pve-installer (4.0-3) unstable; urgency=medium
897
898 * zpool create: use cachefile=none
899
900 * do not mention LVM snapshots
901
902 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2015 12:17:57 +0200
903
904 pve-installer (4.0-2) unstable; urgency=medium
905
906 * add xfs support
907
908 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:57:06 +0200
909
910 pve-installer (4.0-1) unstable; urgency=medium
911
912 * updates for debian jessie
913
914 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:56:54 +0200
915
916 pve-installer (3.3-3) unstable; urgency=low
917
918 * support ZFS
919
920 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jan 2015 09:39:28 +0100
921
922 pve-installer (3.3-2) unstable; urgency=low
923
924 * support UEFI systems
925
926 * add new 'Options' Dialog
927
928 * do not install xorg.conf (not needed, and makes problems with EFI boot)
929
930 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Oct 2014 09:16:03 +0200
931
932 pve-installer (3.3-1) unstable; urgency=low
933
934 * update path for 3.3 release
935
936 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 12:08:14 +0200
937
938 pve-installer (3.0-2) unstable; urgency=low
939
940 * always use GUID partition tables
941
942 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jan 2014 16:00:25 +0100
943
944 pve-installer (3.0-1) unstable; urgency=low
945
946 * updates for debian wheezy
947
948 * use webkit instead of gthhtml2
949
950 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2013 06:39:42 +0100
951
952 pve-installer (2.3-6) unstable; urgency=low
953
954 * fix hdsize algorythm
955
956 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 10:32:00 +0100
957
958 pve-installer (2.0-5) unstable; urgency=low
959
960 * add 'hdsize' boot parameter to specify maximum size used.
961
962 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2012 06:18:55 +0100
963
964 pve-installer (2.0-4) unstable; urgency=low
965
966 * fix bug #226 && #227: new minfree and maxvz boot options
967
968 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jul 2012 05:51:47 +0200
969
970 pve-installer (2.0-3) unstable; urgency=low
971
972 * increase free space on LVM up to 16GB
973
974 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Feb 2012 11:59:55 +0100
975
976 pve-installer (2.0-2) unstable; urgency=low
977
978 * support new kernel parameter 'ext4' switch (use ext4 instead of ext3)
979
980 * use 'ext3' by default
981
982 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Aug 2011 12:58:27 +0200
983
984 pve-installer (2.0-1) unstable; urgency=low
985
986 * use ext4 fs
987
988 * align LVM on 128k boundary
989
990 * use 'parted' to create partitions
991
992 * support > 2TB disks (use GPT partition tables)
993
994 * mount with barrier=0 during install (speedup)
995
996 * write keyboard settings to /etc/pve-installer.cfg
997
998 * adjust for pve2
999
1000 * avoid to run update-grub or update-initramfs during install
1001
1002 * use --no-triggers for faster unpack
1003
1004 * also mount sysfs to /target/sys
1005
1006 * do not write /etc/default/grub - not really needed
1007
1008 * we now use openbox instead of metacity
1009
1010 * wait one second after partitioning (give kernel time to reread part
1011 table)
1012
1013 * use update-initramfs -c (instead of -u)
1014
1015 * do not write /etc/apache2/ports.conf (not really needed)
1016
1017 * enable apache port redirect (a2ensite pve-redirect.conf)
1018
1019 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2010 14:09:46 +0100
1020
1021 pve-installer (1.0-9) unstable; urgency=low
1022
1023 * fix netmask bug
1024
1025 * use 'udevadm info' to detect disks
1026
1027 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:13:11 +0100
1028
1029 pve-installer (1.0-8) unstable; urgency=low
1030
1031 * use UUID= for /boot in fstab
1032
1033 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:11:58 +0100
1034
1035 pve-installer (1.0-7) unstable; urgency=low
1036
1037 * unconfigured.sh: use -q flag for modprobe
1038
1039 * proxinstall: use 'removable' flag on older kernels (instead
1040 of 'capability') to detect cdroms.
1041
1042 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2009 18:03:59 +0100
1043
1044 pve-installer (1.0-6) unstable; urgency=low
1045
1046 * pass --no-floppy to grub-install (some users reported delays)
1047
1048 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2009 10:48:37 +0200
1049
1050 pve-installer (1.0-5) unstable; urgency=low
1051
1052 * fixes for debian lenny
1053
1054 * support dynamically allocated virtio blk devices
1055
1056 -- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2009 16:53:42 +0200
1057
1058 pve-installer (1.0-4) unstable; urgency=low
1059
1060 * proxinstall: better postfix configuration
1061
1062 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jan 2009 12:21:13 +0100
1063
1064 pve-installer (1.0-3) unstable; urgency=low
1065
1066 * ause grub instead of lilo
1067
1068 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Aug 2008 14:39:57 +0200
1069
1070 pve-installer (1.0-2) stable; urgency=low
1071
1072 * proxinstall (extract_data): added maxroot and swapsize boot parameters,
1073 set bridge parameters (stp = on, fd = 0)
1074
1075 -- Proxmox Support Team <support@proxmox.com> Tue, 8 Jul 2008 06:54:03 +0200
1076
1077 pve-installer (1.0-1) stable; urgency=low
1078
1079 * initial release
1080
1081 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2007 15:48:05 +0100
1082