Compare commits

..

24 Commits

Author SHA1 Message Date
bts c317f35857 okay. think i figured it out. nspawn doesn't like pipes. 2014-12-23 20:47:18 -05:00
bts 84ba68975a dang it, 'root' is not a variable. 2014-12-23 16:34:06 -05:00
bts 799434029f i really hope this works. 2014-12-23 15:09:57 -05:00
bts f9a3310a0a oh, why the hell not. 2014-12-23 14:59:46 -05:00
bts 5d2d7b14c9 think i figured out the bug with the build.. 2014-12-23 14:52:32 -05:00
bts 4d06a97213 package updates, and it keeps dying on this strange point in the build. 2014-12-23 11:13:49 -05:00
bts 10363febf1 more packages ignored... 2014-12-22 21:15:21 -05:00
bts 85957d4373 fixing chroot logging 2014-12-22 15:29:52 -05:00
bts ddfdf83463 updating packages.both... 2014-12-22 12:16:13 -05:00
bts 51473b2403 build failure... 2014-12-21 19:28:57 -05:00
bts ca15a97fcd fixing package.. 2014-12-21 14:54:24 -05:00
bts 9f39e8ed29 oops. 2014-12-21 11:52:07 -05:00
bts b6c30b6b6c remove pass for root 2014-12-21 11:46:10 -05:00
bts 830f0c9cc9 password for regular user 2014-12-21 11:41:49 -05:00
bts fc5fac0667 we should probably remove .pacnew files in the ISO. every little byte helps :/ 2014-12-20 22:41:35 -05:00
bts 15f85a19a4 trying to fix speed optimizations... 2014-12-20 22:25:12 -05:00
bts b71931b0b5 trying to fix niceness... 2014-12-20 22:16:41 -05:00
bts ba7ad82e8b Merge branch 'master' of square-r00t.net:bdisk 2014-12-20 19:37:12 -05:00
bts d5d4563399 shuffling stuff.. 2014-12-20 19:36:57 -05:00
bts 374906b15b adding notes 2014-12-20 12:41:14 -05:00
bts 998484d315 whoops. mistyped package names 2014-12-20 12:09:15 -05:00
bts 307f1e836f fixing chroot building bug 2014-12-20 02:33:21 -05:00
bts 51fad1aced updated packages 2014-12-19 16:43:39 -05:00
bts 1d8692b8e6 initial commit 2014-12-19 14:13:30 -05:00
3 changed files with 2 additions and 12 deletions
+2 -2
View File
@@ -157,7 +157,7 @@ lsscsi
lxde lxde
lynx lynx
lz4 lz4
#lzip lzip
lzo lzo
lzop lzop
macchanger macchanger
@@ -193,7 +193,7 @@ nettle
networkmanager networkmanager
nginx-devel nginx-devel
ngrep ngrep
nmap nmap-nogui
nmon nmon
ntfs-3g ntfs-3g
ntfsfixboot ntfsfixboot
-1
View File
@@ -40,7 +40,6 @@ function jenny_craig () {
# DISABLE when no longer building custom kernel # DISABLE when no longer building custom kernel
find ${BUILDDIR}/usr/lib/modules/ -maxdepth 1 -iname "*-ARCH" -exec rm -rf '{}' \; find ${BUILDDIR}/usr/lib/modules/ -maxdepth 1 -iname "*-ARCH" -exec rm -rf '{}' \;
find ${BUILDDIR}/ -type f -name "*.pacnew" -exec rm -rf '{}' \; find ${BUILDDIR}/ -type f -name "*.pacnew" -exec rm -rf '{}' \;
sed -i -e '/^MAKEFLAGS=.*$/d' ${BUILDDIR}/etc/makepkg.conf
rm -rf ${BUILDDIR}/usr/share/locale/* rm -rf ${BUILDDIR}/usr/share/locale/*
mv -f ${BUILDDIR}/tmp/locale.alias ${BUILDDIR}/usr/share/locale/. mv -f ${BUILDDIR}/tmp/locale.alias ${BUILDDIR}/usr/share/locale/.
rm -rf ${BUILDDIR}/var/cache/pacman/* rm -rf ${BUILDDIR}/var/cache/pacman/*
-9
View File
@@ -182,15 +182,6 @@ EOF
${CHROOTCMD} ${CHROOTDIR64}/ 'pacman --noconfirm -S multilib-devel' >> "${LOGFILE}.${FUNCNAME}" 2>&1 ${CHROOTCMD} ${CHROOTDIR64}/ 'pacman --noconfirm -S multilib-devel' >> "${LOGFILE}.${FUNCNAME}" 2>&1
fi fi
# And let's do some more optimization.
if [[ "${I_AM_A_RACECAR}" == "y" ]];
then
CPUCNT=$(grep processor /proc/cpuinfo | wc -l)
((CPUCNT++))
sed -i -e "/^[[:space:]]*#*MAKEFLAGS=.*$/aMAKEFLAGS=\"-j${CPUCNT}\"" ${CHROOTDIR64}/etc/makepkg.conf
sed -i -e "/^[[:space:]]*#*MAKEFLAGS=.*$/aMAKEFLAGS=\"-j${CPUCNT}\"" ${CHROOTDIR32}/etc/makepkg.conf
fi
# preprocessing # preprocessing
sed -i -e '/base-devel/d ; /multilib-devel/d' ${BASEDIR}/extra/packages.* sed -i -e '/base-devel/d ; /multilib-devel/d' ${BASEDIR}/extra/packages.*
# both # both