From: "Robert Seaton" <seatonr@dupage.edu>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/glentoo:master commit in: /
Date: Fri, 17 Jun 2011 19:00:24 +0000 (UTC) [thread overview]
Message-ID: <fa5e16fa5039ece5d8502b3b4dd61552dee4bd82.rps@gentoo> (raw)
commit: fa5e16fa5039ece5d8502b3b4dd61552dee4bd82
Author: Robert Seaton <seatonr <AT> dupage <DOT> edu>
AuthorDate: Fri Jun 17 18:58:53 2011 +0000
Commit: Robert Seaton <seatonr <AT> dupage <DOT> edu>
CommitDate: Fri Jun 17 18:58:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/glentoo.git;a=commit;h=fa5e16fa
Fixed all outstanding build issues and issue where urandom would fail to start when liveCD is booted.
---
livecd-stage1.spec | 31 +++++++++++++++++++++++++++++--
livecd-stage2.spec | 23 +++++++++++++++--------
stage1.spec | 4 ++--
stage2.spec | 4 ++--
stage3.spec | 4 ++--
5 files changed, 50 insertions(+), 16 deletions(-)
diff --git a/livecd-stage1.spec b/livecd-stage1.spec
index 65464c7..9241330 100755
--- a/livecd-stage1.spec
+++ b/livecd-stage1.spec
@@ -4,7 +4,7 @@ target: livecd-stage1
rel_type: default
profile: default/linux/x86/10.0
snapshot: latest
-source_subpath: default/stage3-i486-10.0
+source_subpath: default/stage3-i486-0.1
livecd/use:
-*
deprecated
@@ -69,4 +69,31 @@ livecd/packages:
sys-apps/apmd
sys-block/eject
sys-apps/ethtool
- sys-apps/fxload
\ No newline at end of file
+ sys-apps/fxload
+ sys-apps/hdparm
+ sys-apps/hwsetup
+ sys-apps/iproute2
+ sys-apps/memtester
+ sys-apps/netplug
+ sys-block/parted
+ sys-apps/sdparm
+ sys-block/partimage
+# sys-block/qla-fc-firmware
+ sys-fs/cryptsetup
+ sys-fs/dmraid
+ sys-fs/dosfstools
+ sys-fs/e2fsprogs
+# sys-fs/hfsplusutils
+# sys-fs/hfsutils
+ sys-fs/jfsutils
+ sys-fs/lsscsi
+ sys-fs/lvm2
+# sys-fs/mac-fdisk
+ sys-fs/mdadm
+# sys-fs/multipath-tools
+ sys-fs/ntfsprogs
+ sys-fs/reiserfsprogs
+ sys-fs/xfsprogs
+ sys-libs/gpm
+ sys-power/acpid
+ www-client/links
\ No newline at end of file
diff --git a/livecd-stage2.spec b/livecd-stage2.spec
index 439269d..2c87b9e 100755
--- a/livecd-stage2.spec
+++ b/livecd-stage2.spec
@@ -9,15 +9,18 @@ source_subpath: default/livecd-stage1-x86-0.1
livecd/bootargs: dokeymap
livecd/cdtar: /usr/lib/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2
livecd/fstype: squashfs
-livecd/gk_mainargs: --lvm --mdadm --makeopts=-j8
-livecd/iso: /release/buildroot/x86-dev/builds/default/install-x86-minimal-2008.0.iso
+livecd/gk_mainargs: ---dmraid --mdadm --makeopts=-j8
+livecd/iso: /tmp/glentoo-x86-minimal.iso
livecd/type: gentoo-release-minimal
livecd/volid: Glentoo 0.1
+livecd/rcadd: udev|sysinit
+portage_overlay: /usr/local/portage
+
boot/kernel: gentoo
-boot/kernel/gentoo/sources: gentoo-sources
-boot/kernel/gentoo/config: /home/robb/glentoo/installcd-2.6.37.config
+boot/kernel/gentoo/sources: glendix-sources
+boot/kernel/gentoo/config: /home/robb/glentoo/installcd-2.6.31.config
boot/kernel/gentoo/use:
-*
alsa
@@ -70,14 +73,15 @@ boot/kernel/gentoo/use:
socks5
ssl
truetype
+ threads
unicode
usb
boot/kernel/gentoo/packages:
### These need to be added for software speech.
-# app-accessibility/espeakup
-# media-libs/alsa-oss
-# media-sound/alsa-utils
+ app-accessibility/espeakup
+ media-libs/alsa-oss
+ media-sound/alsa-utils
### Compile failure w/ 2.6.24
# net-dialup/slmodem
net-dialup/globespan-adsl
@@ -86,6 +90,9 @@ boot/kernel/gentoo/packages:
# net-dialup/fcdsl
sys-apps/pcmciautils
sys-fs/ntfs3g
+ dev-util/plan9port
+# app-misc/livecd-tools
+ sys-fs/udev
livecd/unmerge:
app-admin/eselect
@@ -136,7 +143,7 @@ livecd/unmerge:
sys-kernel/genkernel
sys-kernel/linux-headers
-livecd/empty:
+#livecd/empty:
/etc/cron.daily
/etc/cron.hourly
/etc/cron.monthly
diff --git a/stage1.spec b/stage1.spec
index 645df35..f067a61 100755
--- a/stage1.spec
+++ b/stage1.spec
@@ -1,7 +1,7 @@
subarch: i486
-version_stamp: 10.0
+version_stamp: 0.1
target: stage1
rel_type: default
profile: default/linux/x86/10.0
snapshot: latest
-source_subpath: stage3-i486-20110607
\ No newline at end of file
+source_subpath: default/stage3-i486-0.1
diff --git a/stage2.spec b/stage2.spec
index 7c18cfa..243f2c0 100755
--- a/stage2.spec
+++ b/stage2.spec
@@ -1,7 +1,7 @@
subarch: i486
target: stage2
-version_stamp: 10.0
+version_stamp: 0.1
rel_type: default
profile: default/linux/x86/10.0
snapshot: latest
-source_subpath: default/stage1-i486-10.0
\ No newline at end of file
+source_subpath: default/stage1-i486-0.1
diff --git a/stage3.spec b/stage3.spec
index ac1d76d..b4a8a21 100755
--- a/stage3.spec
+++ b/stage3.spec
@@ -1,7 +1,7 @@
subarch: i486
target: stage3
-version_stamp: 10.0
+version_stamp: 0.1
rel_type: default
profile: default/linux/x86/10.0
snapshot: latest
-source_subpath: default/stage2-i486-10.0
\ No newline at end of file
+source_subpath: default/stage2-i486-0.1
next reply other threads:[~2011-06-17 19:00 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-17 19:00 Robert Seaton [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-07-05 15:36 [gentoo-commits] proj/glentoo:master commit in: / Robert Seaton
2011-07-05 15:36 Robert Seaton
2011-06-26 15:40 Robert Seaton
2011-06-26 15:40 Robert Seaton
2011-06-26 15:40 Robert Seaton
2011-06-26 15:40 Robert Seaton
2011-06-17 19:00 Robert Seaton
2011-06-17 19:00 Robert Seaton
2011-06-17 19:00 Robert Seaton
2011-06-17 19:00 Robert Seaton
2011-06-17 19:00 Robert Seaton
2011-06-07 14:43 Robert Seaton
2011-06-07 14:43 Robert Seaton
2011-06-07 14:43 Robert Seaton
2011-06-01 18:17 Robert Seaton
2011-06-01 18:17 Robert Seaton
2011-06-01 18:17 Robert Seaton
2011-06-01 18:17 Robert Seaton
2011-05-31 23:30 Robert Seaton
2011-05-31 23:30 Robert Seaton
2011-05-31 3:11 Robert Seaton
2011-05-31 3:11 Robert Seaton
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=fa5e16fa5039ece5d8502b3b4dd61552dee4bd82.rps@gentoo \
--to=seatonr@dupage.edu \
--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: link
Be 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