X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2c854e9952890a119750a187479eb2701107705f..eee918711444ec8414ac795345e5c6b38864118e:/cookbooks/hardware/templates/default/initramfs-mdadm.erb diff --git a/cookbooks/hardware/templates/default/initramfs-mdadm.erb b/cookbooks/hardware/templates/default/initramfs-mdadm.erb new file mode 100644 index 000000000..4ac2de52d --- /dev/null +++ b/cookbooks/hardware/templates/default/initramfs-mdadm.erb @@ -0,0 +1,20 @@ +# DO NOT EDIT - This file is being maintained by Chef + +# mdadm boot_degraded configuration +# +# You can run 'dpkg-reconfigure mdadm' to modify the values in this file, if +# you want. You can also change the values here and changes will be preserved. +# Do note that only the values are preserved; the rest of the file is +# rewritten. +# +# BOOT_DEGRADED: +# Do you want to boot your system if a RAID providing your root filesystem +# becomes degraded? +# +# Running a system with a degraded RAID could result in permanent data loss +# if it suffers another hardware fault. +# +# However, you might answer "yes" if this system is a server, expected to +# tolerate hardware faults and boot unattended. + +BOOT_DEGRADED=true