Joshua C. | 25 May 19:55

[Fedora-livecd-list] Misconfigured devicemapper setup within the livecd?

I'm getting a strange error with the latest livecds. They are custom
made but the changes I made to the kickstart files concern my own
scripts and extra packages I want to have in the livecd. This started
to occur in the lastest 3-4 weeks. I cannot say when exactly it
started to apper. I filed a kernel-bug here
https://bugzilla.redhat.com/show_bug.cgi?id=823205 but maybe this is a
devicemapper problem. I know that there were some changes to the
livecd-tools and lorax packges so maybe something there introduced
this bug. Can someone take a look at it? More information can be found
in my bug report.

--Joshua
--
livecd mailing list
livecd <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/livecd
Brian C. Lane | 8 May 01:51
Favicon

[Fedora-livecd-list] Changes to 'refs/tags/livecd-tools-15.13'

Tag 'livecd-tools-15.13' created by Brian C. Lane <bcl <at> redhat.com> at 2012-05-07 23:50 +0000

Tag as livecd-tools-15.13
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEVAwUAT6hf0hF+jBaO/jp/AQKqIAf/WzSRkdEYW85RvwSsRMDKFsm5HFztZQFM
DGs835k5scxFOZ9d8L9HzBjSI72+3sdlAOKPEczb7bv4FWXzktYbYGAjgQmAEL4c
vby9bOOLfV3CISP8lOdx1DJadH/r13yD8B257Zjz33sW6BhAIBX5jmyAvgb5O8ef
58G95YR2R0ah1AV7h0YUnDYYHRY3cmtZQq7QKf4PavIFb7wqnKtHzNMYBIbzqEyI
Tbhuc7SEdtJTUKvZpR6quWZykw9p7IDksaRBHXGtYNCBdeFoxsAH9U30OGXQkug+
GjDU7zdtwpm9InmXXdgfxdWKdxNpbNwPqVzbdJoIV4s1KhiaSgiQKw==
=ZqmL
-----END PGP SIGNATURE-----

Changes since livecd-tools-15.12:
Brian C. Lane (3):
      copy repo data to USB for F17 (#806166)
      fix syntax problem in detectsrctype
      Version 15.13

---
 Makefile                    |    2 
 tools/livecd-iso-to-disk.sh |  148 +++++++++++++-------------------------------
 2 files changed, 45 insertions(+), 105 deletions(-)
---
--
livecd mailing list
livecd <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/livecd
(Continue reading)

Brian C. Lane | 8 May 01:50
Favicon

[Fedora-livecd-list] Branch 'f15-branch' - 3 commits - Makefile tools/livecd-iso-to-disk.sh

 Makefile                    |    2 
 tools/livecd-iso-to-disk.sh |  148 +++++++++++++-------------------------------
 2 files changed, 45 insertions(+), 105 deletions(-)

New commits:
commit cc6f9fd380e12bb748ed6d942537b7f606090e3e
Author: Brian C. Lane <bcl <at> redhat.com>
Date:   Mon May 7 16:50:24 2012 -0700

    Version 15.13

diff --git a/Makefile b/Makefile
index 8002575..cfec31b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@

-VERSION = 15.12
+VERSION = 15.13

 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}

commit 73a2e8d77e1bdb10793577e38bc6c0ff6b43b3db
Author: Brian C. Lane <bcl <at> redhat.com>
Date:   Thu Apr 12 11:08:15 2012 -0700

    fix syntax problem in detectsrctype

diff --git a/tools/livecd-iso-to-disk.sh b/tools/livecd-iso-to-disk.sh
(Continue reading)

Brian C. Lane | 4 May 01:41
Favicon

[Fedora-livecd-list] Changes to 'refs/tags/livecd-tools-18.5'

Tag 'livecd-tools-18.5' created by Brian C. Lane <bcl <at> redhat.com> at 2012-05-03 23:41 +0000

Tag as livecd-tools-18.5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEVAwUAT6MXjRF+jBaO/jp/AQLvnwf/bPgweAvoH0b4JegGNVaZSYzk/7Xf3Cbl
bM5BZ5YZ2ysRCAdgOB/9+oZ5ImvnrUBLmrQz2NsWUs3WbkyP9Ayu3cqWXJGcmN+h
ijsJ7KFkwyJhoFZ4elwjBcGUDuxMuwyORrUH8dJAS14pHS7rxzmRg+4HUYM/qvy9
zss8q2EGKO8xv6ZaCovPJpkRkwREEiXPx6QaKEPYLpDou5EGYO2fe8EkqOaR8tF8
LiwLzNfNhITlm2YQ5ga47ZPxelP5nW2ZqTOpCm7EWZ1JDRE40faR11mWVQnwrI5C
MUvTs4RNHcfURML4qaHztDxtkN14KNZ6EREKRm6Bcfti3Gp5KBAlnw==
=1diu
-----END PGP SIGNATURE-----

Changes since livecd-tools-18.4:
Brian C. Lane (2):
      copy repo data to USB for F17 (#806166)
      Version 18.5

Matthew Garrett (1):
      Include Mac volume name graphic

---
 Makefile                    |    2 
 imgcreate/live.py           |    1 
 tools/livecd-iso-to-disk.sh |  170 +++++++++++---------------------------------
 3 files changed, 45 insertions(+), 128 deletions(-)
---
--
(Continue reading)

Brian C. Lane | 4 May 01:41
Favicon

[Fedora-livecd-list] Makefile

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ef8e3af5149267995b2bb57144f0a55cea2e0248
Author: Brian C. Lane <bcl <at> redhat.com>
Date:   Thu May 3 16:40:51 2012 -0700

    Version 18.5

diff --git a/Makefile b/Makefile
index fa54bf0..a75aa08 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@

-VERSION = 18.4
+VERSION = 18.5

 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}

--
livecd mailing list
livecd <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/livecd
Brian C. Lane | 4 May 01:21
Favicon

[Fedora-livecd-list] Changes to 'refs/tags/livecd-tools-17.11'

Tag 'livecd-tools-17.11' created by Brian C. Lane <bcl <at> redhat.com> at 2012-05-03 23:20 +0000

Tag as livecd-tools-17.11
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEVAwUAT6MS1xF+jBaO/jp/AQJJ+AgAiS7Mw5CQtDArqFM8tIQkciquEWFx+YIp
+sT6S8S6k8lRpjXTPkly4SCr5HILq1eEtTvzR3kF9c31+02rPhURvUvEU9Wa9vlG
UvlLAfkacueGq9JX8oktI1LfVmfrORUkarwCrzMfEopIQxFbsjQQN4/hQw/xlY5i
p0IAKzAE1fG610VGLergEQk829cCCG6OlzrZxDT4Sva8ZmPpVIia/p0f167lPeXu
6LYm10OV7vdILKtxasWKSKVA1aC4UdmSN8cLVk86JhepG4Uprtblh9ppV4Cywc0g
HYitlYQfRfoWF6A/J/dDgxqHxVAG3nWw87yuOcnBIzdRvbl1vLE0aw==
=xLr4
-----END PGP SIGNATURE-----

Changes since livecd-tools-17.10:
Brian C. Lane (1):
      Version 17.11

Matthew Garrett (1):
      Include Mac volume name graphic

---
 Makefile          |    2 +-
 imgcreate/live.py |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
--
livecd mailing list
livecd <at> lists.fedoraproject.org
(Continue reading)

Brian C. Lane | 4 May 01:21
Favicon

[Fedora-livecd-list] Branch 'f17-branch' - Makefile

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b4540f6ae0b2ffa4b11d111d0dc85e073bb5ebc
Author: Brian C. Lane <bcl <at> redhat.com>
Date:   Thu May 3 16:20:42 2012 -0700

    Version 17.11

diff --git a/Makefile b/Makefile
index 4f2ddfe..49fba36 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@

-VERSION = 17.10
+VERSION = 17.11

 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}

--
livecd mailing list
livecd <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/livecd
Brian C. Lane | 4 May 01:03
Favicon

[Fedora-livecd-list] Changes to 'refs/tags/livecd-tools-16.15'

Tag 'livecd-tools-16.15' created by Brian C. Lane <bcl <at> redhat.com> at 2012-05-03 23:03 +0000

Tag as livecd-tools-16.15
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEVAwUAT6MOrBF+jBaO/jp/AQK/OQgAmga/VYrLyJ07rOUy2BUxTeP2DdsrhAsz
vRX78TpfgqmIBGA2oTz324AsN18Ro1Nv5KoKdvePCqVaL+w2V1HGFx4e77457uHw
0yvOMRwMSZXemLjd9dBdNT9Aje33knQ/5c5Zlqq2ALQL+hFfttqlbxltMVNM/8c3
eVXMF9phJVUS6N/szwWhCo+Ha2VelPHb2Zxa1A0a2M5x8ENVzXmD5cKdM+sTakUo
8VbAXX/hp2+2wWHCOKJ0KxL1lYCzN/6eal4hyhktpap5Mh999rQYTICt7dMcSiMq
806dZqrV8faUDW5xIcuM4OW49OOfG2x5IJ3bypXlz8VHwNPXZrTPFg==
=INC5
-----END PGP SIGNATURE-----

Changes since livecd-tools-16.14:
Brian C. Lane (2):
      isohybrid on f16 doesn't support -u or -m
      Version 16.15

Matthew Garrett (1):
      Include Mac volume name graphic

---
 Makefile          |    2 +-
 imgcreate/live.py |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)
---
--
livecd mailing list
(Continue reading)

Brian C. Lane | 4 May 01:03

[Fedora-livecd-list] Branch 'f16-branch' - 2 commits - imgcreate/live.py Makefile

 Makefile          |    2 +-
 imgcreate/live.py |    5 +----
 2 files changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 80f4d827ef34e1344aa91460f27a13145614115d
Author: Brian C. Lane <bcl <at> redhat.com>
Date:   Thu May 3 16:02:41 2012 -0700

    Version 16.15

diff --git a/Makefile b/Makefile
index 52821b8..b5c389d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@

-VERSION = 16.14
+VERSION = 16.15

 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}

commit b6705d5f22cceead3ceb3bad2141bc4bcf6c492f
Author: Brian C. Lane <bcl <at> redhat.com>
Date:   Thu May 3 14:35:19 2012 -0700

    isohybrid on f16 doesn't support -u or -m

diff --git a/imgcreate/live.py b/imgcreate/live.py
(Continue reading)

Brian C. Lane | 3 May 00:52

[Fedora-livecd-list] Branch 'f16-branch' - imgcreate/live.py

 imgcreate/live.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 5fca49c44b82a175afd4bb2179d371b1b40f52c1
Author: Matthew Garrett <mjg <at> redhat.com>
Date:   Wed May 2 13:17:57 2012 -0400

    Include Mac volume name graphic

    We need to pass an extra argument to mkefiboot in order to get it to build
    in the media name.

diff --git a/imgcreate/live.py b/imgcreate/live.py
index b9867a5..c973089 100755
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -236,6 +236,7 @@ class LiveImageCreatorBase(LoopImageCreator):
                          isodir + "/isolinux/efiboot.img"])
         subprocess.call(["mkefiboot", "-a", isodir + "/EFI/BOOT",
                          isodir + "/isolinux/macboot.img", "-l", self.product,
+                         "-n", "/usr/share/pixmaps/bootloader/fedora-media.vol",
                          "-i", "/usr/share/pixmaps/bootloader/fedora.icns",
                          "-p", self.product])

--
livecd mailing list
livecd <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/livecd
Brian C. Lane | 3 May 00:52

[Fedora-livecd-list] Branch 'f17-branch' - imgcreate/live.py

 imgcreate/live.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2c514b825ab294c36ba252beb3be10fae5f2ec02
Author: Matthew Garrett <mjg <at> redhat.com>
Date:   Wed May 2 13:17:57 2012 -0400

    Include Mac volume name graphic

    We need to pass an extra argument to mkefiboot in order to get it to build
    in the media name.

diff --git a/imgcreate/live.py b/imgcreate/live.py
index a73d7f0..cd022a5 100755
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -236,6 +236,7 @@ class LiveImageCreatorBase(LoopImageCreator):
                          isodir + "/isolinux/efiboot.img"])
         subprocess.call(["mkefiboot", "-a", isodir + "/EFI/BOOT",
                          isodir + "/isolinux/macboot.img", "-l", self.product,
+                         "-n", "/usr/share/pixmaps/bootloader/fedora-media.vol",
                          "-i", "/usr/share/pixmaps/bootloader/fedora.icns",
                          "-p", self.product])

--
livecd mailing list
livecd <at> lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/livecd

Gmane