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