Results 31 to 37 of 37
Originally Posted by usamamuneeb
I did it!!!!!!!!!!!!!!!!
File System IS read/write now.
GRUB should not have sda reference either.
Funny that fdisk listed sda ... anyway glad your up and ...
- 02-18-2008 #31
- 02-19-2008 #32Linux User
- Join Date
- Jun 2007
- Posts
- 458
That was from Ubuntu Shell. Thanks a lot you two Dapper Dan and Jonathan183, I have met my goals through this very long thread!Funny that fdisk listed sda ..."When you have nothing to say, say nothing."
- 02-19-2008 #33
Keep us posted about what you are doing! I for one would be very interested in knowing.
- 03-05-2008 #34Just Joined!
- Join Date
- Mar 2008
- Posts
- 5
i'm new to crux, i'm using ubuntu with fluxbox as my wm.
i just successfully install crux , one problem to be listed here, my twm/blackbox only available on 4bit.
but i wonder, how can i add some other ports other than contrib,core,opt,and xorg?
anyone willing to give me sume guide/url for those how to?
- 03-05-2008 #35
Hi again gunbladeiv. Get 'X' going?
To add to your Crux ports, go here and find the ones you like. Some specialize. When you find the ones you might want, you will put its corresponding httpup or rsync info file into /etc/ports. Here's how mine looks as a reference:
When /etc/ports is set up, edit your /etc/prt-get.conf so it will know to use the ports you've selected. Here's an example of what your /etc/prt.conf will look like.Code:contrib.rsync drivers ecarux.httpup han.httpup opt.rsync xorg.rsync core.rsync ea.httpup gnome.rsync kde.rsync romster.httpup yhafri.httpup
Once that's done, update ports. As root:Code:### ### prt-get conf ### # note: the order matters: the package found first is used prtdir /usr/ports/core prtdir /usr/ports/contrib prtdir /usr/ports/opt prtdir /usr/ports/xorg prtdir /usr/ports/gnome prtdir /usr/ports/kde prtdir /usr/ports/ecarux prtdir /usr/ports/romster prtdir /usr/ports/yhafri prtdir /usr/ports/han # the following line enables the user maintained contrib collection #prtdir /usr/ports/contrib ### use mypackage form local directory # prtdir /home/packages/build:mypackage ### log options: # writelog enabled # (enabled|disabled) # logmode overwrite # (append|overwrite) # rmlog_on_success yes # (no|yes) logfile /var/log/pkgbuild/%n.log # path, %p=path to port dir, %n=port name # %v=version, %r=release ### use alternate cache file (default: /var/lib/pkg/prt-get.cache # cachefile /mnt/nfs/cache ### print README information: # readme verbose # (verbose|compact|disabled) ### prefer higher versions in sysup / diff # preferhigher no # (yes|no) ### use regexp search # useregex no # (yes|no) ### run pre- and post-installs scripts; yes is equivalent to the ### --install-scripts option runscripts yes # (no|yes) ### EXPERT SECTION ### ### alternative commands # makecommand pkgmk # addcommand pkgadd # removecommand pkgrm # runscriptcommand sh
This will take a little while. When it finishes updating ports, you will find the ports for each port and package in /usr/ports. Now you are ready to install packages. I highly recommend reading...Code:ports -u
...to get familiar with the options for prt-get. To list all available packages, do:Code:man prt-get
To install for instance, samba, you would do:Code:prt-get -vv list
Hope this helps...Code:prt-get depinst samba
- 03-05-2008 #36Just Joined!
- Join Date
- Mar 2008
- Posts
- 5
X has not returning any error, but the looks is not gud as i can only startx on 8bit/4bit depth.Hi again gunbladeiv. Get 'X' going?
Thanks a lot. I have found the ports that i've been looking for!To add to your Crux ports, go here and find the ones you like. Some specialize. When you find the ones you might want, you will put its corresponding httpup or rsync info file into /etc/ports.
Yeah, you did help me a lot dapper dan~!Hope this helps...
- 03-06-2008 #37



Reply With Quote