Fedora Core 6 installation: Difference between revisions

From MDWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 39: Line 39:
*Username: root ->'password'
*Username: root ->'password'
*Open terminal (cancel YUM update checker)
*Open terminal (cancel YUM update checker)
chkconfig -- list yum -updates d
**chkconfig -- list yum -updates d
chkconfig -- del yum updates d
**chkconfig -- del yum updates d
>>cd etc
**>>cd etc
>>vim fstab
**>>vim fstab
append lines:
**append lines:
grape:/home/home nfs auto, rw, rsize=819, wsize 8192.00
**grape:/home/home nfs auto, rw, rsize=819, wsize 8192.00
grape:/data1/data/ nfs rw, rsize=32768, wsize=32768, nfsvers = 300
**grape:/data1/data/ nfs rw, rsize=32768, wsize=32768, nfsvers = 300

Revision as of 04:37, 23 April 2007

  • Put in Fedora Core 6 x86-64
  • Reboot computer
  • Allow media check

Settings

  • US/English keyboard
  • Create cutom layout

Partition Settings

  • /boot 200MB
  • / 40 000MB
  • /usr 70 000MB
  • swap 2000MB
  • /data 150000MB

GRUB

  • boot loader -> /dev/sda

eth0.DHCP

  • Hostname: automatically DHCP
  • Edit:
    • Use dynapic IP configuration
    • Enable IPV4 support
    • Activate on boot

More Settings

  • System clock uses UTC
  • Select office software development and productivity
  • Fedora extras (can customize later)

Install complete -> Configuring

  • disable firewall
  • SElinux Settings -> disabled
  • Network Time protocol (use uq servers)

Create User

  • Use network login
  • Enable NIS support
    • NIS domain -grape-cluster
    • NIS server grape.md.smms.uq.edu.au

Options:

  • Use shadow passwords
  • Use MD5 password
  • Cache user information

Reboot

  • Username: root ->'password'
  • Open terminal (cancel YUM update checker)
    • chkconfig -- list yum -updates d
    • chkconfig -- del yum updates d
    • >>cd etc
    • >>vim fstab
    • append lines:
    • grape:/home/home nfs auto, rw, rsize=819, wsize 8192.00
    • grape:/data1/data/ nfs rw, rsize=32768, wsize=32768, nfsvers = 300