[PATCH] Don't truncate the overlay file on a reset.
by Frederick Grose
commit d0d4f29cdd0a0e6dd1170965decb282ef5511746
Author: Frederick Grose <fgrose(a)sugarlabs.org>
Date: Wed Aug 29 21:02:07 2012 -0400
Don't truncate the overlay file on a reset.
diff --git a/modules.d/90dmsquash-live/dmsquash-live-root.sh
b/modules.d/90dmsquash-live/dmsquash-live-root.sh
index f8bfca6..62340a5 100755
--- a/modules.d/90dmsquash-live/dmsquash-live-root.sh
+++ b/modules.d/90dmsquash-live/dmsquash-live-root.sh
@@ -98,7 +98,7 @@ do_live_overlay() {
if [ -f /run/initramfs/overlayfs$pathspec -a -w
/run/initramfs/overlayfs$pathspec ]; then
losetup $OVERLAY_LOOPDEV /run/initramfs/overlayfs$pathspec
if [ -n "$reset_overlay" ]; then
- dd if=/dev/zero of=$OVERLAY_LOOPDEV bs=64k count=1 2>/dev/null
+ dd if=/dev/zero of=$OVERLAY_LOOPDEV bs=64k count=1
conv=notrunc 2>/dev/null
fi
setup="yes"
fi
11 years
Delete screen welcome in live fedora 17 live
by carlos carrera
I am using Fedora's live 17 x86_64 This one generated in USB. I need to
remove the message of welcome and that does not ask if I want to install on
disc or to start from USB. I want that it starts the live directly from
USB. I do not want that the user asks me but of login automatic to an
already created user. Thank you for the possible disinterested help.
11 years, 1 month
Errors : Plymouth
by Turtle Wabbit
Somewhere between June and August, something was changed in Fedora updates
that Plymouth is no longer being added automatically. We noticed this and
added it manually to the kickstart files and got the following errors when
trying to create an image.
W: Possible missing firmware "radeon/ARUBA_rlc.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/ARUBA_me.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/ARUBA_pfp.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/VERDE_rlc.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/VERDE_mc.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/VERDE_ce.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/VERDE_me.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/VERDE_pfp.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/PITCAIRN_rlc.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/PITCAIRN_mc.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/PITCAIRN_ce.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/PITCAIRN_me.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/PITCAIRN_pfp.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/TAHITI_rlc.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/TAHITI_mc.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/TAHITI_ce.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/TAHITI_me.bin" for kernel module
"radeon.ko"
W: Possible missing firmware "radeon/TAHITI_pfp.bin" for kernel module
"radeon.ko"
Please advise.
11 years, 1 month
Changes to 'refs/tags/livecd-tools-17.14'
by Brian C. Lane
Tag 'livecd-tools-17.14' created by Brian C. Lane <bcl(a)redhat.com> at 2012-08-06 18:51 +0000
Tag as livecd-tools-17.14
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEVAwUAUCASPxF+jBaO/jp/AQKC4Af/XCD7hHs1WzJ6XoTToawR5/2MJp5D4cvG
KAEdDmzCbIAYME+1U9EfjxEHQne5o00BbxeBqJDD1vC9d2jb3r2HNnre1FRfLVJi
qXVkE1iB6b5Cr5ommVflCRAhMjA+525m7arAgQ+L+LOs58i6kBamEitoWODvzhx2
Lc1rrG9qlpjLm9K4h2iBU1hHlBVb+oXbH26qm/F3+FMvXytdW0t4vt1wRMgzW6dm
Z2tcEnBp4dxNUgDl/9Pz1bVCg4gvDPrvMEmGDMswfG4x1OOd8d+IuDs4q3skDhhK
TCdNxwAPL6LtGtqx0ymSDI/9SZ9x5uuVnNTMd9+Xj8fM5wD0ameEmA==
=8ArJ
-----END PGP SIGNATURE-----
Changes since livecd-tools-17.13:
Brian C. Lane (2):
dracut needs to load vfat and msdos filesystems
Version 17.14
---
Makefile | 2 +-
imgcreate/live.py | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
11 years, 1 month
Branch 'f17-branch' - 2 commits - imgcreate/live.py Makefile
by Brian C. Lane
Makefile | 2 +-
imgcreate/live.py | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit c4c05b555a954aa370b1733268673d041b77aa66
Author: Brian C. Lane <bcl(a)redhat.com>
Date: Mon Aug 6 11:51:23 2012 -0700
Version 17.14
diff --git a/Makefile b/Makefile
index 66a2d1a..cccd82c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION = 17.13
+VERSION = 17.14
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
commit 07912577fab79f34d7119860d9a5a45eae96fb6a
Author: Brian C. Lane <bcl(a)redhat.com>
Date: Mon Aug 6 11:47:01 2012 -0700
dracut needs to load vfat and msdos filesystems
This reverts fecdb917a44 and removes the default filesystems, leaving vfat and
msdos.
diff --git a/imgcreate/live.py b/imgcreate/live.py
index 88c7034..4aa220e 100755
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -254,7 +254,7 @@ class LiveImageCreatorBase(LoopImageCreator):
return env
def __extra_filesystems(self):
- return "squashfs ext4 ext3 ext2 vfat msdos ";
+ return "vfat msdos ";
def __extra_drivers(self):
retval = "sr_mod sd_mod ide-cd cdrom "
@@ -295,6 +295,7 @@ class LiveImageCreatorBase(LoopImageCreator):
if not os.path.exists(os.path.dirname(path)):
makedirs(os.path.dirname(path))
f = open(path, "a")
+ f.write('filesystems+="' + self.__extra_filesystems() + ' "\n')
f.write('drivers+="' + self.__extra_drivers() + ' "\n')
f.write('add_dracutmodules+=" dmsquash-live "')
f.close()
11 years, 1 month
Changes to 'refs/tags/livecd-tools-18.8'
by Brian C. Lane
Tag 'livecd-tools-18.8' created by Brian C. Lane <bcl(a)redhat.com> at 2012-08-06 18:49 +0000
Tag as livecd-tools-18.8
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEVAwUAUCARvBF+jBaO/jp/AQKQXwf+PPledTEP0LTu5LQaOFWqcR+1wXvpDgb4
kqvCdDAFjKezIJH9qfsQ8iXugSZ0QXMFkESHSRL3AUtF6sa4i3vYhVTaiZpQjFYz
0F1+S1GXfROPiaP+x5YdPNw4iQcUc5/+3TFSP9oXQgP6X1niz+uld2FmJZJv6041
1ddYRZc1gE1I5Q9apYcdF6BE4oV37HmXIW6e3vrEkafM0Dju3keBG9uIGStkhgyl
zWci6I+6AYLOY0/ozzJ2eD2zXvl0oyuCYLdeD1mBMrlDUrsTVYLUh+0HVUgaH+3T
+RgnM+NMDGMf7M4cNgTYsa26ZQWtchPHqARd4Tbn16qn3eThwRMjbg==
=NZPN
-----END PGP SIGNATURE-----
Changes since livecd-tools-18.7:
Brian C. Lane (2):
dracut needs to load vfat and msdos filesystems
Version 18.8
---
Makefile | 2 +-
imgcreate/live.py | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
---
11 years, 1 month
2 commits - imgcreate/live.py Makefile
by Brian C. Lane
Makefile | 2 +-
imgcreate/live.py | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit a009612bb09e2c94afa889aceefb2171059eac84
Author: Brian C. Lane <bcl(a)redhat.com>
Date: Mon Aug 6 11:49:20 2012 -0700
Version 18.8
diff --git a/Makefile b/Makefile
index 6d0335d..16b370b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION = 18.7
+VERSION = 18.8
INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
commit 4c3d86a0281e76ad1977b7b4073a7fedb020d5b2
Author: Brian C. Lane <bcl(a)redhat.com>
Date: Mon Aug 6 11:47:01 2012 -0700
dracut needs to load vfat and msdos filesystems
This reverts 091812a30e7 and removes the default filesystems, leaving vfat and
msdos.
diff --git a/imgcreate/live.py b/imgcreate/live.py
index 88c7034..4aa220e 100755
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -254,7 +254,7 @@ class LiveImageCreatorBase(LoopImageCreator):
return env
def __extra_filesystems(self):
- return "squashfs ext4 ext3 ext2 vfat msdos ";
+ return "vfat msdos ";
def __extra_drivers(self):
retval = "sr_mod sd_mod ide-cd cdrom "
@@ -295,6 +295,7 @@ class LiveImageCreatorBase(LoopImageCreator):
if not os.path.exists(os.path.dirname(path)):
makedirs(os.path.dirname(path))
f = open(path, "a")
+ f.write('filesystems+="' + self.__extra_filesystems() + ' "\n')
f.write('drivers+="' + self.__extra_drivers() + ' "\n')
f.write('add_dracutmodules+=" dmsquash-live "')
f.close()
11 years, 1 month
Changes to 'refs/tags/livecd-tools-17.13'
by Brian C. Lane
Tag 'livecd-tools-17.13' created by Brian C. Lane <bcl(a)redhat.com> at 2012-08-02 18:38 +0000
Tag as livecd-tools-17.13
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEVAwUAUBrJIhF+jBaO/jp/AQKTaQf/SkterT0CqWFaggc0ukYTHtfD+l4Natc2
SYasQG7vy84RuwAUkP3L9fEBO7Qx4bRA4Evx47xaiA0t8Mqh0OaEIseQI11Sg19V
h3xien2DDSqPcf/RkuejQw1G86iibYjFLm8aUTPjIbJvakYeROWPluWibsrLhZAp
o1+YcAqOTdTQyWz0encJXPB7k9KKAoXnSywknFkk+9txcjoD+6ztEAUw5WQl9Ezx
Vbn3lUTuLuMJm1uUu/OW+BZ/4O7oqUrhtkhDiy87O/DsNpq03bAxA9TAZJvD0pzE
9OpsxuNocNdNK60JFwUD3AluNTtZQnFqeoaQv1DbMEdsG93rtm1Czw==
=np4l
-----END PGP SIGNATURE-----
Changes since livecd-tools-17.12:
Brian C. Lane (2):
fix /etc/localtime file vs. symlink (#829032)
Version 17.13
Frederick Grose (1):
Recognize rd.live.image as well as liveimg in sed scripts of livecd-iso-to-disk & edit-livecd
---
Makefile | 2 +-
imgcreate/kickstart.py | 17 ++++++++++++-----
tools/edit-livecd | 2 +-
tools/livecd-iso-to-disk.sh | 8 +++++---
4 files changed, 19 insertions(+), 10 deletions(-)
---
11 years, 1 month