lzma + squashfs status update
by Bruno Wolff III
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.
13 years, 11 months
LiveCD require root password to install
by Danishka Navin
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
13 years, 11 months
liveusb RFE
by Bruno Wolff III
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.
13 years, 11 months