Hi, I tried it but this time it is giving this error: Error: failed to create image : Failed to find package 'fastinit' : No package(s) available to install
if i remove it (i.e. fastinit), it wiil give error with some other package name. Thanks & Regards, Puneet Jain ________________________________________ From: Benedikt Stegmaier [[email protected]] Sent: Monday, June 14, 2010 4:14 PM To: Puneet Jain Subject: Re: [MeeGo-dev] error in image creation Hi there! i think the name of the package is openssh-client instead of openssh-clients. just change it in your .ks-file and you should be good to go. Regards, Benedikt On Mon, Jun 14, 2010 at 04:06:57PM +0530, Puneet Jain wrote: >I am getting error (Error: failed to create image : Failed to find package >'openssh-clients' : No package(s) available to install) if I am running this >command: >sudo mic-image-creator --config=b.ks --format=raw --cache=mycache >my b.ks file is: >********************************************************************************************************************* ># save as meego-beagle-rootfs-daily.ks ># execute with: sudo mic-image-creator --run-mode=0 --cache=mycachedir >--format=fs --arch=armv7l --config=meego-beagle-rootfs-daily.ks >lang en_US.UTF-8 >keyboard us >timezone US/Eastern >auth --useshadow --enablemd5 >rootpw meego > >#repo --name=meego-extra >--baseurl=http://repo.meego.com/MeeGo/builds/trunk/daily/extra/repos/armv5tel/packages/ >#repo --name=meego-trunk >--baseurl=http://repo.meego.com/MeeGo/builds/trunk/daily/core/repos/armv5tel/packages/ >repo --name=meego-trunk >--baseurl=http://repo.meego.com/MeeGo/builds/trunk/1.0.80.5.20100608.1/core/repos/armv7l/packages/ >#repo --name=meego-trunk >--baseurl=http://repo.meego.com/MeeGo/builds/trunk/1.0.80.4.20100601.1/core/repos/ia32/packages/ >#repo --name=meego-extra >--baseurl=http://repo.meego.com/MeeGo/builds/trunk/preview/netbook/repos/ia32/packages/ >repo --name=meego-extra >--baseurl=http://repo.meego.com/MeeGo/builds/trunk/1.0.80.5.20100608.1/extra/repos/armv7l/packages/ >%packages > >fastinit >udev > >rpm >passwd > >xorg-x11-server >xorg-x11-drv-fbdev >xterm > >iproute >iputils >net-tools >wireless-tools >openssh-server >openssh-clients >wget >vim >nano >qt >python >perl >connman >xfce4-session >xfce4-desktop-branding-moblin >zypper >%end >%post > >### free some space >rm /usr/lib/locale/locale-archive; >localedef -f UTF-8 -i en_US en_US.UTF-8; > >### enable serial login >echo "s0:23:respawn:/sbin/agetty -L 115200 ttyS2 vt100" >> /etc/inittab; >echo "ttyS2" >> /etc/securetty >rm -f /core*; > >rpm --rebuilddb; > >%end >***************************************************************************************************************** > >If I am removing openssh-clients package name in .ks file same error with some >other package name comes. > > > >Thanks & Regards, >Puneet Jain. > >This Email may contain confidential or privileged information for the intended >recipient (s) If you are not the intended recipient, please do not use or >disseminate the information, notify the sender and delete it from your system. > >______________________________________________________________________ >_______________________________________________ >MeeGo-dev mailing list >[email protected] >http://lists.meego.com/listinfo/meego-dev > ______________________________________________________________________ This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your system. ______________________________________________________________________ _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
