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