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