Commit Graph

979 Commits

Author SHA1 Message Date
Dietmar Maurer
b1e2392348 Makefile: improve cleanup target 2017-11-20 07:19:13 +01:00
Dietmar Maurer
c5582ca426 use debian directory with dpkg-buildpackage 2017-11-20 07:19:13 +01:00
Dietmar Maurer
556b146640 run_command: better return status check - recognice signals 2017-11-16 11:39:02 +01:00
Fabian Grünbichler
c5af58f2e4 really bump version 2017-10-19 11:07:41 +02:00
Fabian Grünbichler
971d92948e bump version to 5.0-7 2017-10-19 10:57:39 +02:00
Fabian Grünbichler
cd1964db0e kill dhclient before rebooting
this fixes the pesky unmount cdrom bug
2017-10-19 10:39:01 +02:00
Fabian Grünbichler
016679a25b export rpool after installation 2017-10-19 10:09:52 +02:00
Fabian Grünbichler
7fff0d85eb fix #1479: detect missing KVM support
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-09-14 09:11:04 +02:00
Fabian Grünbichler
2df572ae63 fix typos 2017-08-16 11:53:44 +02:00
Fabian Grünbichler
5f1c50e0cc fix $release value (for testmode) 2017-08-16 11:49:42 +02:00
Fabian Grünbichler
5335163273 bump version to 5.0-6 2017-08-10 13:58:38 +02:00
Fabian Grünbichler
b1293fcb3a correctly set keymap
otherwise console-setup will fail. we already use the same
keymap string to set the keyboard layout in the installer
itself.
2017-08-10 13:57:21 +02:00
Fabian Grünbichler
b19f719f35 bump version to 5.0-5 2017-08-09 09:42:40 +02:00
Fabian Grünbichler
f0452293a8 build: add deb target 2017-08-09 09:42:40 +02:00
Fabian Grünbichler
9d1f1ee31c handle invalid or unknown detected country
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-08-08 10:25:57 +02:00
Fabian Grünbichler
3b11dce484 fix postfix installation with no active network
by ensuring at least lo is up inside the chroot environment

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-08-08 10:25:57 +02:00
Dietmar Maurer
c4f308fece control: fix version 2017-06-27 14:45:07 +02:00
Fabian Grünbichler
bba8f7637e bump version to 5.0-4 2017-06-23 09:49:50 +02:00
Thomas Lamprecht
b61370210b rework text on password/email entry step
Reworked this text with the help of Daniela.

Change the following:
* Elaborated for what the email gets used.
* Rework the (paraphrased) "we are based on Debian, therefore your
  password needs to be 5 characters or longer" sentence. it didn't
  made sense, in our opinion.
* tell the users that he sets the root password, while most would
  expect this, users new to Linux, or coming from the windows world
  may not.
* move the "Press the Next button [...]" to the right side.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Daniela Häsler <daniela@proxmox.com>
2017-06-23 09:48:28 +02:00
Fabian Grünbichler
8f172d4579 really bump version 2017-05-05 12:13:02 +02:00
Fabian Grünbichler
67d55cde8b bump version to 5.0-3 2017-05-05 12:11:39 +02:00
Fabian Grünbichler
650a9aabf4 let raid dialogue grow if > 4 disks 2017-05-05 11:48:48 +02:00
Fabian Grünbichler
7283670846 add initial check for NICs 2017-05-05 10:11:06 +02:00
Fabian Grünbichler
ff2ce71ce4 restructure initial HD check 2017-05-05 09:48:09 +02:00
Fabian Grünbichler
32b6fbcfcc ignore link-local addresses 2017-05-04 11:21:38 +02:00
Fabian Grünbichler
857c43a96c clean disks prior to formatting
primarily to prevent old PVs/VGs from interfering with
reformatting.
2017-05-04 09:53:40 +02:00
Fabian Grünbichler
83250a7483 explicitly mount ESP as vfat
otherwise "mount" might get confused by old zpool labels or
other cruft, and error out.
2017-05-04 09:50:10 +02:00
Fabian Grünbichler
dc4ad41925 zero start of partitions after formatting disk
to remove any leftover signatures
2017-05-04 09:49:23 +02:00
Fabian Grünbichler
6e56032ef8 fix XFS mount options
since Linux 4.10, barrier/nobarrier are still supported, but
are ignored, and barrier=1/0 seems to not work at at all
anymore.

so now we have three possibilities:
* ZFS: no mounting needed at all
* XFS: only noatime
* extX and btrfs: noatime and nobarrier

restructure code accordingly

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-16 07:04:15 +01:00
Fabian Grünbichler
4f0241f1d7 bump version to 5.0-2 2017-03-14 11:55:14 +01:00
Fabian Grünbichler
5b6ba73785 always select an interface
even if DHCP failed
2017-03-14 11:54:41 +01:00
Fabian Grünbichler
64c46db32f bump version to 5.0-1 2017-03-13 13:07:21 +01:00
Fabian Grünbichler
0c3f164dc5 buildsys: update make upload target for stretch 2017-03-13 13:07:13 +01:00
Fabian Grünbichler
26e0b8bec4 buildsys: use gzip -n 2017-03-13 13:02:21 +01:00
Fabian Grünbichler
e7dd0c1ea7 buildsys: use fakeroot for dpkg-deb 2017-03-13 13:02:21 +01:00
Fabian Grünbichler
991ec37f16 fix #1239: enhance swap on ZFS setup
set properties according to upstream documentation

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-08 09:25:07 +01:00
Fabian Grünbichler
975aaeeee7 make network configuration page more explicit
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-08 09:18:39 +01:00
Fabian Grünbichler
39a0f44bd6 fix typo in variable name
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-08 09:17:34 +01:00
Fabian Grünbichler
fe44bd92a8 use iproute2, support interface selection
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-08 09:15:12 +01:00
Fabian Grünbichler
2106e440be don't link eth0 leases file
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-08 09:12:58 +01:00
Fabian Grünbichler
01e402f057 get DHCP leases on all interfaces
instead of calling the networking init script

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-08 09:11:30 +01:00
Fabian Grünbichler
85d2ce8192 drop eth0 from installer interfaces file
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-08 09:09:43 +01:00
Fabian Grünbichler
5e0d6dce6b only require grub-efi to succeed if booted using UEFI
newer grub versions treat not being able to register with
efibootmgr as error and exit accordingly. since registering
is not possible when booted using legacy BIOS, but we want
to install Grub for UEFI anyway, downgrade the 'die' to a
'warn' in such situations.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-03-08 08:11:42 +01:00
Dietmar Maurer
56635b9739 bump version to 4.0-16 2016-12-15 10:06:28 +01:00
Fabian Grünbichler
5f8e86d53b actually use more than 8 disks if selected
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-15 10:05:33 +01:00
Dietmar Maurer
f29589b455 bump version to 4.0-15 2016-12-13 09:12:59 +01:00
Fabian Grünbichler
d850589505 use explicit partition starts
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-13 09:11:01 +01:00
Fabian Grünbichler
b15f2bdf0b bump EFI partition size to 256M
this hopefully allows 4Kn disks to boot

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2016-12-13 09:10:09 +01:00
Dietmar Maurer
d0d8ce3fe0 compute_swapsize: add return statement 2016-12-10 18:14:40 +01:00
Dietmar Maurer
bb77a30793 bump version for new RELEASE=4.4 to 4.0-14
bump version for new RELEASE=4.4bump version for new RELEASE=4.4# On branch master
2016-12-09 12:03:16 +01:00