#29: Consider renaming Category:Incomplete_Spins
----------------------------+-----------------------------------------------
Reporter: kanarip | Owner: kanarip
Type: task | Status: new
Priority: major | Milestone: Fedora 11 GA
Component: kickstart pool | Keywords: meeting
----------------------------+-----------------------------------------------
Consider renaming Category:Incomplete_Spins to something like
Category:Spins_Development
--
Ticket URL: <https://fedorahosted.org/spin-kickstarts/ticket/29>
spin-kickstarts <https://fedorahosted.org/spin-kickstarts/>
Kickstarts that the Spin SIG reviews, tests, maintains and releases (as a package).
#3: Compose All Approved Kickstarts
----------------------------+-----------------------------------------------
Reporter: kanarip | Owner: kanarip
Type: defect | Status: new
Priority: major | Milestone: Fedora 10 Beta
Component: kickstart pool | Keywords:
----------------------------+-----------------------------------------------
Compose all approved kickstarts for F-10-Beta and create tickets for
failed composes
--
Ticket URL: <https://fedorahosted.org/spin-kickstarts/ticket/3>
spin-kickstarts <https://fedorahosted.org/spin-kickstarts/>
Kickstarts that the Spin SIG reviews, tests, maintains and releases (as a package).
Phillip Lougher posted a patch set for lzma + squashfs this morning on lkml.
So it seems very likely that 2.6.33 will get this feature and that it would
be possible for it to be in F13.
I have tested a fedora remix with XFCE.
could not install it to the system as it require the root password.
cat > /etc/sysconfig/desktop <<EOF
PREFERRED=/usr/bin/startxfce4
EOF
mkdir -p /root/.config/xfce4
cat > /root/.config/xfce4/helpers.rc <<EOF
MailReader=sylpheed-claws
EOF
cat >> /etc/rc.d/init.d/livesys << EOF
mkdir -p /home/liveuser/.config/xfce4
cat > /home/liveuser/.config/xfce4/helpers.rc << FOE
MailReader=sylpheed-claws
FOE
# disable screensaver locking
gconftool-2 --direct
--config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool
/apps/gnome-screensaver/lock_enabled false >/dev/null
# set up timed auto-login for after 60 seconds
cat >> /etc/gdm/custom.conf << FOE
[daemon]
TimedLoginEnable=true
TimedLogin=user
TimedLoginDelay=60
FOE
# Show harddisk install on the desktop
sed -i -e 's/NoDisplay=true/NoDisplay=false/'
/usr/share/applications/liveinst.desktop
mkdir /home/liveuser/Desktop
cp /usr/share/applications/liveinst.desktop /home/user/Desktop
# this goes at the end after all other changes.
chown -R user:user /home/user
restorecon -R /home/user
--
Danishka Navin
http://danishkanavin.blogspot.com
As requested, my ticket for the liveusb RFE is:
https://fedorahosted.org/liveusb-creator/ticket/642
This was prompted by not being able to easily be able to have large
(> 4 GB) images on a usb drive where the extra space was usable by
windows. liveusb can't boot off of ntfs (and I am pretty sure the current
script won't let you use ext4 even though it should work) and none of
the fat varients can have files larger than 4GB. I could use multiple
partitions, but it is a pain to have to squeeze do the ext3 partition
to not waste space.
Since I am under a time limit (for some Christmas gifts), I wasn't going to
futz with livecd-iso-to-disk much to try to get this to work right now.
Probably I'll look at doing something with it later after some of my other
projects are done.