parent
234b574e2c
commit
a1faac1d37
@ -1,13 +0,0 @@
|
||||
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
|
||||
}
|
||||
|
@ -1,12 +0,0 @@
|
||||
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
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
diff --git a/lib/chroot-setup.sh b/lib/chroot-setup.sh
|
||||
index 5351a01..58fa8f7 100644
|
||||
--- a/lib/chroot-setup.sh
|
||||
+++ b/lib/chroot-setup.sh
|
||||
@@ -135,6 +135,7 @@ chroot_cleanup () {
|
||||
cp /tmp/mmc/normal.scr /tmp/mmc/boot.scr
|
||||
cp /tmp/mmc/uInitrd /tmp/mmc/uInitrd.net
|
||||
cp /tmp/mmc/uInitrd.final /tmp/mmc/uInitrd
|
||||
+ cp -r /lib/modules/`uname -r`/ /target/lib/modules/
|
||||
rm -f /etc/rcn.conf
|
||||
umount /tmp/mmc
|
||||
fi
|
Loading…
Reference in new issue