Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Disk
- ###################################
- ############ PART###################
- partman-base partman/exception_handler_note note
- d-i partman/default_filesystem string ext4
- d-i partman/alignment select cylinder
- d-i partman-auto/disk string /dev/sda /dev/sdb
- d-i partman-auto/method string raid
- d-i partman-lvm/device_remove_lvm boolean true
- d-i partman-md/device_remove_md boolean true
- d-i partman-md/confirm_nooverwrite select Yes
- # Next you need to specify the physical partitions that will be used.
- d-i partman-auto/expert_recipe string \
- multiraid :: \
- 20240 1 20240 raid \
- $primary{ } method{ raid } \
- . \
- 10240 1 10240 raid \
- $primary{ } method{ raid } \
- . \
- 10240 1 10240 none \
- . \
- 10240 1 10240 none \
- . \
- 10240 1 10240 none \
- .
- #d-i partman/confirm_nooverwrite select Yes
- d-i partman-md/confirm_nooverwrite select Yes
- #d-i partman/confirm_nooverwrite boolean true
- #d-i partman-md/confirm_nooverwrite boolean true
- # No swap
- #d-i partman-basicfilesystems/no_swap select No
- d-i partman-partitioning/confirm_write_new_label boolean true
- d-i partman/choose_partition \
- select Finish partitioning and write changes to disk
- d-i mdadm/boot_degraded boolean true
- d-i partman-auto-raid/recipe string \
- 1 2 0 ext4 / \
- /dev/sda1#/dev/sdb1 \
- . \
- 1 2 0 swap - \
- /dev/sda2#/dev/sdb2 \
- .
- d-i mdadm/boot_degraded boolean true
- # This makes partman automatically partition without confirmation.
- d-i partman-md/confirm boolean true
- d-i partman-partitioning/confirm_write_new_label boolean true
- d-i partman/choose_partition \
- select Finish partitioning and write changes to disk
- d-i partman/confirm boolean true
- d-i partman-basicfilesystems/no_swap select No
- d-i partman/confirm_nooverwrite boolean true
- d-i partman/mount_style select uuid
- tasksel tasksel/first multiselect standard
- d-i pkgsel/include string openssh-server nano acpid vim installation-report
- d-i pkgsel/update-policy select none
- popularity-contest popularity-contest/participate boolean false
- d-i grub-installer/only_debian boolean true
- d-i grub-installer/with_other_os boolean false
- d-i grub-installer/bootdev string (hd0,0) (hd1,0)
- d-i finish-install/reboot_in_progress note
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement