User Tools

Site Tools


qLinux
… a distribution study


<< Prev
OpenSSH-8.8p1

Next >>
Setup the Init Process


System Configuration

First of all set the password for root:

passwd root

Beware of of the keymap, maybe some special chars are not available with a different keymap after booting into the new system!. If desired add an ordinary user account.

Config Files

We do just mention files which shall exists. Refer to the related configuration files of the host.

Create some files in  /qlnx/etc :

/qlnx/etc/issue
/qlnx/etc/inputrc
/qlnx/etc/{bashrc,profile}

Create a symlink, hardlink or copy for the required time zone:

ln -s /qlnx/dat/zoneinfo/Europe/Berlin /qlnx/etc/localtime

Create the  services  and  protocols  files from IANA1) in  /qlnx/etc 

Create a  hostname  file (replace YOURHOSTNAME):

echo YOURHOSTNAME > /qlnx/etc/init.d/hostname

Create a  /qlnx/etc/hosts  file:

IPAddress     Hostname       Alias
127.0.0.1     localhost      myhost.example.org

This is quite incomplete but shall be enough right now.


<< Prev
OpenSSH-8.8p1

Optional Packages                Build the Linux kernel

Next >>
Setup the Init Process

1)
we didn't follow the lfs book here