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