From: Andres Salomon Date: Fri, 29 May 2009 17:55:08 +0000 (-0400) Subject: mkchroot: s/awesom/awesome/ X-Git-Tag: v0.6~59 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca2365142399dfdfcda74671132c7ae6d027d8df;p=xodist mkchroot: s/awesom/awesome/ Signed-off-by: Andres Salomon --- diff --git a/configs/debxo-awesom/DESCRIPTION b/configs/debxo-awesom/DESCRIPTION deleted file mode 100644 index a982ff0..0000000 --- a/configs/debxo-awesom/DESCRIPTION +++ /dev/null @@ -1,2 +0,0 @@ -This is a DebXO (Debian-on-an-OLPC-XO) config with the Awesome window manager -desktop (http://awesome.naquadah.org/). diff --git a/configs/debxo-awesom/hooks b/configs/debxo-awesom/hooks deleted file mode 100644 index 0af18b5..0000000 --- a/configs/debxo-awesom/hooks +++ /dev/null @@ -1,113 +0,0 @@ -# -# 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. - - mkdir ${ROOT_DIR}/ofw - - # 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< +# +# 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. + + mkdir ${ROOT_DIR}/ofw + + # 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<