# # Copyright © 2008-2009 Andres Salomon # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. customize_chroot_hook() { ROOT_DIR="$1" # Any customizations that need to be made to the chroot after the base system # has been installed (but prior to custom package installation) should be # put here. $ROOT_DIR should be prefixed to any paths. # OFW needs this to boot w/ partitions ln -s . ${ROOT_DIR}/boot/boot # Apt can't deal w/ jffs2's lack of mmap, so we keep apt's cache on tmpfs # (see ). mkdir ${ROOT_DIR}/var/cache/apt/cache mount -t tmpfs tmpfs ${ROOT_DIR}/var/cache/apt/cache # XOs are slow and small; don't use pdiffs, don't install recommends, and # work around lack of mmap. cat >${ROOT_DIR}/etc/apt/apt.conf<>${ROOT_DIR}/etc/modules<>${ROOT_DIR}/etc/initramfs-tools/modules<