Since there are no updated mintMenu rpm packages I’ll install mintMenu from tarball. Until somebody steps up and continues pushing mintMenu Fedora package I can use only tarball version of mintMenu.
I’ll add these lines to Fedora Remix kickstart file:
# Download and install mintMenu
mkdir "$INSTALL_ROOT/extra/mintmenu" -p
cd "$INSTALL_ROOT/extra/mintmenu" -p
wget http://packages.linuxmint.com/pool/main/m/mintmenu/mintmenu_4.9.9.tar.gz
tar xvzf mintmenu*
cp -r mintmenu/usr/lib/linuxmint/ "$INSTALL_ROOT/usr/lib/"
cp mintmenu/usr/lib/bonobo/servers/mintMenu.server "$INSTALL_ROOT/usr/lib/bonobo/servers/mintMenu.server"
cp mintmenu/usr/bin/mintmenu "$INSTALL_ROOT/usr/bin/"
cd "$LIVE_ROOT"
this block of code goes in %post --nochroot part of kicstar files.
After creating a fresh ISO image I’ll see if everything went as planed or if I made some wrong assumptions on how this should work.
Search
Fusion Linux
Fusion Linux is a completely free and open-source, Linux based operating system and a Fedora Remix. It is an installable Live DVD/USB image that includes multimedia functionality out of the box with added desktop tweaks for better usability and additional software. The Live image can be installed to your hard disk. Fusion Linux is 100% compatible with Fedora, and includes packages from Fedora and RPM Fusion software repositories with some additional custom packages.Fusion Tweets
- Project reboot or shutdown? wp.me/pM3HO-g8 1 week ago
- Add Russian Fedora repo to your Fedora 17 wp.me/pM3HO-g2 6 months ago
- From Fedora to Fusion under 2 seconds ;) wp.me/pM3HO-fZ 6 months ago
- Fusion Linux 17 (in a script) wp.me/pM3HO-fV 11 months ago
- RT @NixiePixel: Video up! LINUX VS WINDOWS : A Comparison - youtu.be/7G7TJyZPKPo 1 year ago
Recent Comments
Ahmad on Fusion Linux project reboot or… Ariel on Fusion Linux project reboot or… distroguy on Fusion Linux project reboot or… Chris Smart on Fusion Linux project reboot or… Vinz on Fusion Linux project reboot or… Subscribe via RSS
It is might better to take the latest SRPM, build a binary and put it in a custom repository which is then used in kickstart. That way you can actually push updates if needed. Shoving unpackaged binaries like this is a ugly ugly hack
Where can I find latest SRPM?
Read the review request you keep pointing out.
The point is that I don’t want to use old packages, the latest version there is 4.9.1 and latest tarball is 4.9.9
I’ll see if i can continue the package process to add it to the fedora repo.
Regards
Hooray!
It is trivial to update the spec and rebuild the package compared to what you are doing with a kickstart file. If you are maintaining a remix, learning to build packages is a pretty basic skill to learn.
I edited the spec file and played with it for 2-3 hours, I get package to build but it doesn’t work after installing. Details are on bugzilla. Hope you can help.
I have no interest in that software but I do recommend that you spend some time learning to be a Fedora packager and start contributing to push things forward when you want them in your remix. Some of the time you spend on your remix should be spend improving Fedora itself to the benefit of more people.
Another aspect I find a bit annoying is a generic name like “community Fedora remix”. It seems to suggest that the official releases are not community based.