Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit ce6f402b authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: ubuntu broke this, so disable..


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 58463e3f
No related merge requests found
...@@ -227,13 +227,16 @@ sudo mv /tmp/01_noflash_kernel ${tempdir}/etc/dpkg/dpkg.cfg.d/01_noflash_kernel ...@@ -227,13 +227,16 @@ sudo mv /tmp/01_noflash_kernel ${tempdir}/etc/dpkg/dpkg.cfg.d/01_noflash_kernel
sudo mkdir -p ${tempdir}/usr/share/flash-kernel/db/ || true sudo mkdir -p ${tempdir}/usr/share/flash-kernel/db/ || true
sudo cp -v ${OIB_DIR}/target/other/rcn-ee.db ${tempdir}/usr/share/flash-kernel/db/ sudo cp -v ${OIB_DIR}/target/other/rcn-ee.db ${tempdir}/usr/share/flash-kernel/db/
#generic apt.conf tweaks for flash/mmc devices to save on wasted space...
sudo mkdir -p ${tempdir}/etc/apt/apt.conf.d/ || true
#apt: /var/lib/apt/lists/, store compressed only if [ "x${deb_distribution}" = "xdebian" ] ; then
echo "Acquire::GzipIndexes \"true\";" > /tmp/02compress-indexes #generic apt.conf tweaks for flash/mmc devices to save on wasted space...
echo "Acquire::CompressionTypes::Order:: \"gz\";" >> /tmp/02compress-indexes sudo mkdir -p ${tempdir}/etc/apt/apt.conf.d/ || true
sudo mv /tmp/02compress-indexes ${tempdir}/etc/apt/apt.conf.d/02compress-indexes
#apt: /var/lib/apt/lists/, store compressed only
echo "Acquire::GzipIndexes \"true\";" > /tmp/02compress-indexes
echo "Acquire::CompressionTypes::Order:: \"gz\";" >> /tmp/02compress-indexes
sudo mv /tmp/02compress-indexes ${tempdir}/etc/apt/apt.conf.d/02compress-indexes
fi
#set initial 'seed' time... #set initial 'seed' time...
sudo sh -c "date --utc \"+%4Y%2m%2d%2H%2M\" > ${tempdir}/etc/timestamp" sudo sh -c "date --utc \"+%4Y%2m%2d%2H%2M\" > ${tempdir}/etc/timestamp"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment