You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netinstall/scripts/lucid-copy-etc-e2fsck.conf....

13 lines
317 B

diff --git a/lib/chroot-setup.sh b/lib/chroot-setup.sh
index c5fbc37..8cc0ea4 100644
--- a/lib/chroot-setup.sh
+++ b/lib/chroot-setup.sh
@@ -111,6 +111,7 @@ EOF
export APT_LISTCHANGES_FRONTEND
cp /etc/flash-kernel.conf /target/etc/flash-kernel.conf
+ cp /etc/e2fsck.conf /target/etc/e2fsck.conf
return 0
}