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.
14 lines
305 B
14 lines
305 B
diff --git a/lib/chroot-setup.sh b/lib/chroot-setup.sh
|
|
index 61bc6ae..629f541 100644
|
|
--- a/lib/chroot-setup.sh
|
|
+++ b/lib/chroot-setup.sh
|
|
@@ -110,6 +110,8 @@ EOF
|
|
APT_LISTCHANGES_FRONTEND=none
|
|
export APT_LISTCHANGES_FRONTEND
|
|
|
|
+ cp /etc/flash-kernel.conf /target/etc/flash-kernel.conf
|
|
+
|
|
return 0
|
|
}
|
|
|