|
|
|
@ -14,11 +14,6 @@ esac
|
|
|
|
|
# other then relying on the fact that these hooks are only copied for
|
|
|
|
|
# an ubuntu:canary build)
|
|
|
|
|
|
|
|
|
|
# As described in LP: #2025339, an initrd built from a jammy userspace
|
|
|
|
|
# (which is what we use for canary builds currently) cannot fsck a
|
|
|
|
|
# mantic root filesystem created with the default options.
|
|
|
|
|
sed -i -e 's/,orphan_file//' /etc/mke2fs.conf
|
|
|
|
|
|
|
|
|
|
cat <<EOF > /etc/initramfs-tools/conf.d/casperize.conf
|
|
|
|
|
export CASPER_GENERATE_UUID=1
|
|
|
|
|
EOF
|
|
|
|
|