ghfields / rpooler

A guided installation script for zfs rpools
30 stars 6 forks source link

Make use of debian installer preseed.cfg file #2

Open ghfields opened 6 years ago

ghfields commented 6 years ago

Selection, partitioning, and formatting of the zvol within the Ubiquity installer may be automated and skipped.

ghfields commented 6 years ago

https://www.debian.org/releases/stable/example-preseed.txt https://help.ubuntu.com/lts/installation-guide/i386/apbs04.html

Did try without success: d-i partman-auto/disk string /dev/zvol/zd0 d-i partman-auto/method string regular d-i partman-auto/choose_recipe select atomic d-i partman-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true

To install zfs should try: d-i pkgsel/include string zfs-initramfs

Action at end: Continue Testing