Commit Graph

742 Commits

Author SHA1 Message Date
Dietmar Maurer
0ee3ef4107 bump version to 4.0-6 2015-12-10 10:40:05 +01:00
Dietmar Maurer
fd3ec78701 install EFI fallback boot file (OVMF does not boot without) 2015-12-10 10:39:02 +01:00
Dietmar Maurer
036475a072 allow up to 8 disks for zfs 2015-12-01 10:51:03 +01:00
Dietmar Maurer
6b5dc3d00d enable systemd-timesyncd.service by default 2015-11-20 09:08:02 +01:00
Dietmar Maurer
1143023fb9 bump version to 4.0-4 2015-10-06 08:23:11 +02:00
Dietmar Maurer
b6200603c4 implement ipv6 2015-10-06 08:20:55 +02:00
Dietmar Maurer
3230062899 fix IPV4OCTET (use same code as in PVE::Tools) 2015-10-06 07:46:31 +02:00
Dietmar Maurer
5268262708 zpool create: add missing -o 2015-09-29 12:34:00 +02:00
Dietmar Maurer
ccac188189 bump version to 4.0-3 2015-09-29 12:18:15 +02:00
Dietmar Maurer
5d01c3ddfe zpool create: use cachefile=none
We cannot write the cachfile, because CDROM is read-only. And it is
not rerquired at all.
2015-09-29 12:14:37 +02:00
Dietmar Maurer
e41f1989ef do not mention LVM snapshots (not used anymore) 2015-06-19 08:49:28 +02:00
Dietmar Maurer
df482fe556 bump version to 4.0-2 2015-06-16 11:57:50 +02:00
Dietmar Maurer
1f8d010449 add xfs support 2015-06-16 11:55:53 +02:00
Dietmar Maurer
8009092610 add support for xfs 2015-06-16 11:35:54 +02:00
Dietmar Maurer
c2657b8ba2 allow ssh root login 2015-06-10 11:50:24 +02:00
Dietmar Maurer
aeb3d07f53 use ext4 as default file system 2015-05-29 10:13:07 +02:00
Dietmar Maurer
3a34fc6994 do not touch default grub settings
We now have resonable defaults in our grub package.
2015-05-29 09:24:01 +02:00
Dietmar Maurer
649d65b6af also use sgdisk -Z for zfs 2015-05-27 16:40:24 +02:00
Dietmar Maurer
6ab785efb3 use sgdisk -Z to wipe partition info 2015-05-27 16:39:58 +02:00
Dietmar Maurer
f810f5d009 do not install ESP on zfs disks, use sgdisk instead of parted
ZFS has this use_whole_disk concept, so we try to partition the same
way as zfs does by default. There is room at start of disk to insert
a grub boot partition. But adding a EFI ESP is not possible.

Note: zfs people think this is just a waste of space an not
required.  Instead, you should put the ESP on another disk.

Turns out that parted is unable to set partition numbers, so
we use sgdisk instead.
2015-05-27 16:39:37 +02:00
Dietmar Maurer
814f5c394e fix console setup 2015-03-31 13:40:49 +02:00
Dietmar Maurer
e89d1aef16 change unmount order 2015-03-31 13:36:25 +02:00
Dietmar Maurer
d2120e51c7 updates for jessie 2015-03-30 14:06:02 +02:00
Dietmar Maurer
3ac71c8f6e updates for jessie, set RELEASE=4.0 2015-03-28 09:33:36 +01:00
Dietmar Maurer
25b62a3d05 zfs: use lz4 compression 2015-03-19 06:24:18 +01:00
Dietmar Maurer
0bdc3d39b9 do not use last MB of disk (newer parted version needs that) 2015-02-12 17:50:39 +01:00
Dietmar Maurer
269c66a6e0 zfs: check all disk have same size (when required). 2015-01-30 06:49:41 +01:00
Dietmar Maurer
097ecf8f10 fix raidz level 2015-01-29 17:52:45 +01:00
Dietmar Maurer
224bb7b0a6 fix zfs disk count check 2015-01-22 13:40:19 +01:00
Dietmar Maurer
48eb111395 remove bacula related code 2015-01-22 10:17:39 +01:00
Dietmar Maurer
1e8720e4bd zfs: corectly check mimimal number of disks 2015-01-22 10:16:43 +01:00
Dietmar Maurer
e23a3e4d5d improve zfs disk selector 2015-01-21 12:56:11 +01:00
Dietmar Maurer
bcbfab6b24 avoid editable combobox 2015-01-21 12:31:47 +01:00
Dietmar Maurer
a84ea01063 do not mount efi partition by default 2015-01-19 07:51:04 +01:00
Dietmar Maurer
1daf7f66fd replace vdev with by-id devices only once 2015-01-19 07:09:01 +01:00
Dietmar Maurer
ff863262ad fix grub-pc/install_devices
In case we do not have /dev/disk/by-id/ path.
2015-01-19 06:45:56 +01:00
Dietmar Maurer
713790a4ca auto-generate reasonable hostname 2015-01-19 06:44:50 +01:00
Dietmar Maurer
1e61f3d8c6 always install efi boot loader 2015-01-17 18:53:35 +01:00
Dietmar Maurer
35c6f89c8f code cleanup, ru udev-settle at correct places 2015-01-17 15:59:08 +01:00
Dietmar Maurer
e35d5efbde comma separate list entries for grub-pc/install_devices 2015-01-17 14:51:35 +01:00
Dietmar Maurer
a5af22f5c3 find_stable_path: use shell glog to search in sorted order
So that we get the same names as other tools (grub postint script).
2015-01-17 11:54:15 +01:00
Dietmar Maurer
3573c046c4 store grub install device list with debconf 2015-01-17 09:47:02 +01:00
Dietmar Maurer
a2876e48a3 do not create extra boot partition
Grub2 can boot directly from lvm, so there is no need to waste space.
2015-01-17 09:46:47 +01:00
Dietmar Maurer
c6ed3b2401 zfs: allow to configure raid levels 2015-01-16 17:17:20 +01:00
Dietmar Maurer
6fbd1fb1b1 zfs: correctly umount all filesystems 2015-01-15 11:53:51 +01:00
Dietmar Maurer
52f45831f0 use GRUB_CMDLINE_LINUX instead of GRUB_CMDLINE_LINUX_DEFAULT
So that we could also boot in rescue mode (and keep quiet flag).
2015-01-15 10:53:54 +01:00
Dietmar Maurer
0e86b9b612 fix version in control file 2015-01-14 13:01:28 +01:00
Dietmar Maurer
b282cfe872 carefully load zfs module
and wait. Else zpool create can fail.
2015-01-14 12:56:29 +01:00
Dietmar Maurer
71eb60d6bb bump version to 3.3-3 2015-01-14 09:39:49 +01:00
Dietmar Maurer
486c490d97 do not use /dev/disk/by-id/ because of strange errors 2015-01-14 09:38:31 +01:00