Adds Wine Application to LiveCD

Actually this article just tips for you who still using some application from wine and you run a LiveCD project for hobby. This is how we adds wine applications to our livecd.

Installing wine I think not be big problem for you, you only need to copy your downloaded wine package from wine.budegetdedicated.com and type this command in your chroot console:

sudo dpkg -i wine-release-xxx.deb

And then, copy all your files in .wine directory to your livecd system. Put it with the directory in /etc/skel.

sudo  cp  .wine  .work/etc/skel

When copying, make sure you are outside chroot environment and make sure the path is correct.

One thing before you copying your .wine directory is, you have finish installing the applications. And make sure, the applications tun and configure well. We can't installing windows application directly into livecd system, since it need GUI.

For your sake, keep wine in it default configuration, especially in wine ability to mimic certain version of windows os.



Good luck!

Post a Comment

1 Comments