From: "Liam McLoughlin" <hexxeh@hexxeh.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/gentoaster:webui commit in: /, configs/ Date: Thu, 28 Jul 2011 04:51:08 +0000 (UTC) [thread overview] Message-ID: <69c8f16a4dfd3966183f5a68e304d343fc88430d.hexxeh@gentoo> (raw) commit: 69c8f16a4dfd3966183f5a68e304d343fc88430d Author: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net> AuthorDate: Thu Jul 28 04:50:53 2011 +0000 Commit: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net> CommitDate: Thu Jul 28 04:50:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoaster.git;a=commit;h=69c8f16a Update XFCE config and fix cachedkernel modules --- configs/xfce.ini | 2 +- create_image.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/xfce.ini b/configs/xfce.ini index 4ffcdfd..1173228 100644 --- a/configs/xfce.ini +++ b/configs/xfce.ini @@ -9,7 +9,7 @@ HOSTNAME='gentoo' ROOT_PASSWORD='g3nt00' DEFAULT_USERNAME='gentoo' DEFAULT_PASSWORD='g3nt00' -USE_FLAGS='-gnome -kde -minimal -qt4 dbus jpeg lock session startup-notification thunar udev X branding' +USE_FLAGS='-gnome -kde -minimal -qt4 dbus jpeg lock session startup-notification thunar udev X branding device-mapper gdu policykit extras' PACKAGE_USE='' FEATURES='parallel-fetch userfetch userpriv' PACKAGE_ACCEPT_KEYWORDS='' diff --git a/create_image.sh b/create_image.sh index 30084ba..0ef56d0 100755 --- a/create_image.sh +++ b/create_image.sh @@ -207,9 +207,10 @@ echo "Step 17: Setting up kernel" # If we got the flag, used a cached kernel to reduce build times for testing if [[ ${FLAGS_cachedkernel} -eq ${FLAGS_TRUE} ]]; then echo "Using cached kernel" &>> ${LOG_FILE} - KERNEL=`ls -l lib/modules/ | cut -d" " -f9` cp ${TOOL_RES_PATH}/kernel boot/kernel || handle_error "Error copying cached kernel" - cp -R ${TOOL_RES_PATH}/modules/* lib/modules/ || handle_error "Error copying cached kernel modules" + cp -R ${TOOL_RES_PATH}/modules.tar.gz lib/modules/ || handle_error "Error copying cached kernel modules" + tar xvf lib/modules/modules.tar.gz -C lib/modules/ || handle_error "Error extracting cached kernel modules" + KERNEL=`ls -l lib/modules/ | cut -d" " -f9 | tr "\n" " "` linux32 chroot . depmod -a ${KERNEL} else echo "Downloading/installing kernel sources" &>> ${LOG_FILE}
WARNING: multiple messages have this Message-ID (diff)
From: "Liam McLoughlin" <hexxeh@hexxeh.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/gentoaster:master commit in: /, configs/ Date: Fri, 12 Aug 2011 23:17:58 +0000 (UTC) [thread overview] Message-ID: <69c8f16a4dfd3966183f5a68e304d343fc88430d.hexxeh@gentoo> (raw) Message-ID: <20110812231758._q_17UceDqkzZMty_9faswwJ-W8Qei5KiOPohFmjTyg@z> (raw) commit: 69c8f16a4dfd3966183f5a68e304d343fc88430d Author: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net> AuthorDate: Thu Jul 28 04:50:53 2011 +0000 Commit: Liam McLoughlin <hexxeh <AT> hexxeh <DOT> net> CommitDate: Thu Jul 28 04:50:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoaster.git;a=commit;h=69c8f16a Update XFCE config and fix cachedkernel modules --- configs/xfce.ini | 2 +- create_image.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/xfce.ini b/configs/xfce.ini index 4ffcdfd..1173228 100644 --- a/configs/xfce.ini +++ b/configs/xfce.ini @@ -9,7 +9,7 @@ HOSTNAME='gentoo' ROOT_PASSWORD='g3nt00' DEFAULT_USERNAME='gentoo' DEFAULT_PASSWORD='g3nt00' -USE_FLAGS='-gnome -kde -minimal -qt4 dbus jpeg lock session startup-notification thunar udev X branding' +USE_FLAGS='-gnome -kde -minimal -qt4 dbus jpeg lock session startup-notification thunar udev X branding device-mapper gdu policykit extras' PACKAGE_USE='' FEATURES='parallel-fetch userfetch userpriv' PACKAGE_ACCEPT_KEYWORDS='' diff --git a/create_image.sh b/create_image.sh index 30084ba..0ef56d0 100755 --- a/create_image.sh +++ b/create_image.sh @@ -207,9 +207,10 @@ echo "Step 17: Setting up kernel" # If we got the flag, used a cached kernel to reduce build times for testing if [[ ${FLAGS_cachedkernel} -eq ${FLAGS_TRUE} ]]; then echo "Using cached kernel" &>> ${LOG_FILE} - KERNEL=`ls -l lib/modules/ | cut -d" " -f9` cp ${TOOL_RES_PATH}/kernel boot/kernel || handle_error "Error copying cached kernel" - cp -R ${TOOL_RES_PATH}/modules/* lib/modules/ || handle_error "Error copying cached kernel modules" + cp -R ${TOOL_RES_PATH}/modules.tar.gz lib/modules/ || handle_error "Error copying cached kernel modules" + tar xvf lib/modules/modules.tar.gz -C lib/modules/ || handle_error "Error extracting cached kernel modules" + KERNEL=`ls -l lib/modules/ | cut -d" " -f9 | tr "\n" " "` linux32 chroot . depmod -a ${KERNEL} else echo "Downloading/installing kernel sources" &>> ${LOG_FILE}
next reply other threads:[~2011-07-28 4:51 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2011-07-28 4:51 Liam McLoughlin [this message] 2011-08-12 23:17 ` [gentoo-commits] proj/gentoaster:master commit in: /, configs/ Liam McLoughlin -- strict thread matches above, loose matches on Subject: below -- 2011-08-02 16:48 [gentoo-commits] proj/gentoaster:webui " Liam McLoughlin 2011-08-02 16:48 Liam McLoughlin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=69c8f16a4dfd3966183f5a68e304d343fc88430d.hexxeh@gentoo \ --to=hexxeh@hexxeh.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox