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.
13 lines
317 B
13 lines
317 B
15 years ago
|
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
|
||
|
}
|