Hello

I'm using F17 Beta (i686) inside a VM with Virtual box. My host is F16 (x86_64).
I'm trying to build a remix for Android development with Eclipse.
But creating an ISO fails just after resizing the file system. fsck returns an error.

I set my root partition to 10GB which should be enough but still get the error. If I reduce the number of files I add during the POST it works so this suggests that my file system is too small but I suspect this is misleading. I've looked at
other spins that generated an ISO over 2GB and they used 10GB for root.
My ISO, when it works, is usually around 1.3GB. When it goes over that it fails
with the fsck check.

This has happened, and continues to happen, even using F16 as my build system.

I have attached the log file and my kickstart.

Any pointers for a newbie would be appreciated.

John
====
# andora-livedvd-remix.ks
#
# Maintainer(s):
# - John Selmys<[email protected]>

%include fedora-livecd-desktop.ks

# Increased size needed for Eclipse/Android 
part / --size 10240 --fstype ext4

%packages

# rebranding
-fedora-logos
-fedora-release
-fedora-release-notes
generic-release
generic-logos
generic-release-notes

# add eclipse/java development packages
@Fedora Eclipse
wget
xorg-x11-server-Xvfb
libXrandr
xorg-x11-xauth
%end

%post --nochroot
# set up DNS in chroot
cp /etc/resolv.conf $INSTALL_ROOT/etc/
%end

%post
# change branding to Andora Fedora Remix
sed -i -e 's/Generic release/Andora Fedora Remix/g' /etc/fedora-release 
/etc/issue
echo 
'PATH=$PATH:/home/$USER/android-sdks/platform-tools:/home/$USER/android-sdks/tools:.'
 > /etc/profile.d/andora.sh
# wget Android SDK and install into /etc/skel
cd /etc/skel
wget http://dl.google.com/android/android-sdk_r18-linux.tgz 
tar xvzf android-sdk_r18-linux.tgz
rm android-sdk_r18-linux.tgz
mv android-sdk-linux android-sdks
cd android-sdks/tools
./android update sdk -t platform-tools --no-ui
./android update sdk -t android-10 --no-ui
./android update sdk -t android-15 --no-ui
./android update sdk -t sysimg-15 --no-ui
./android update sdk -t sample-15 --no-ui
./android update sdk -t doc-15 --no-ui

# download Android Eclipse plugin (ADT)
#cd /usr/lib/eclipse
#export PATH=$PATH:/usr/bin/X11:/usr/X11R6/bin
#xvfb-run --auto-servernum --server-num=1 ./eclipse -nosplash -application 
org.eclipse.equinox.p2.director -repository 
http://download.eclipse.org/releases/helios/  -list
#xvfb-run --auto-servernum --server-num=1 ./eclipse -noSplash -application 
org.eclipse.equinox.p2.director -repository 
http://download.eclipse.org/releases/helios/ -i org.eclipse.wst.sse.ui -p2.os 
linux
#xvfb-run --auto-servernum --server-num=1 ./eclipse -noSplash -application 
org.eclipse.equinox.p2.director -repository 
http://download.eclipse.org/releases/helios/ -i org.eclipse.wst.xml.core -p2.os 
linux
#xvfb-run --auto-servernum --server-num=1 ./eclipse -noSplash -application 
org.eclipse.equinox.p2.director -repository 
http://download.eclipse.org/releases/helios/ -i org.eclipse.wst.xml.ui -p2.os 
linux
#xvfb-run --auto-servernum --server-num=1 ./eclipse -noSplash -application 
org.eclipse.equinox.p2.director -repository 
http://dl-ssl.google.com/android/eclipse -i 
com.android.ide.eclipse.traceview,com.android.ide.eclipse.ddms,com.android.ide.eclipse.adt,com.android.ide.eclipse.hierarchyviewer
 -p2.os linux
%end

Attachment: mylog
Description: Binary data

--
livecd mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/livecd

Reply via email to