Difference: InstallingCentOS7 (13 vs. 14)

Revision 1407 Jun 2017 - IvoVanGeel

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

Installing CentOS 7

Line: 28 to 28
 
  • Add the noatime option to all ext3/ext4/XFS/etc filesystem options in /etc/fstab
  • Edit /etc/default/grub and remove the rhgb and quiet options from GRUB_CMDLINE_LINUX. Replace these options with: nomodeset vga=normal
  • Create a new grub2 config file using: grub2-mkconfig > /boot/grub2/grub.cfg
Deleted:
<
<
  • Edit /etc/rc.d/rc.local and add the following line: TERM=linux /usr/bin/setterm -blank 0 This will prevent the screen from going black, which may be helpful in case of a kernel problem.
  • The file /etc/rc.d/rc.local needs to be executable: chmod a+x /etc/rc.d/rc.local
 
  • Update the system: yum upgrade
  • Add a normal user, to log in as: useradd -m username
  • Set a password: passwd username
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2010-2019 by LANIS