KDE with HD install (solved)

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
bombayrockers
Posts: 427
Joined: Sat 24 Sep 2005, 16:47
Location: Mumbai, India
Contact:

KDE with HD install (solved)

#1 Post by bombayrockers »

I must admit that this is not the first time a request have been made to get KDE running with a HD install of puppy.

1. After HD install copy usr_more.sfs to /
2. After boot see whether the /opt folder exists and it contains the kde folder. If it dosent exist make one.
2. comment the following lines in rc.local

Code: Select all

  rm -f /opt 
 ln -s /root/.opt /opt 
the /opt folder is not temporary in HD install and therefore does not need to be deleted and linked at each boot
3. move the contents /root/.opt folder to /opt. also make sure that
/opt/kde/bin and /opt/kde/lib folders which are links to /usr/bin and /usr/lib exist.
4. reboot

Post Reply