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