diff options
author | Cem Keylan <cem@ckyln.com> | 2021-01-28 16:55:26 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-01-28 16:55:26 +0300 |
commit | 93c5f112cae3eab4d1ff28f914a77e2a74d98216 (patch) | |
tree | 693e21af38297b1f850f07c19fefe7c7fcac8445 /carbslinux.txt | |
parent | 4bb8046231dd10eec27aff6a409e9f428ad5ac73 (diff) | |
download | docs-93c5f112cae3eab4d1ff28f914a77e2a74d98216.tar.gz |
docs: update
Diffstat (limited to 'carbslinux.txt')
-rw-r--r-- | carbslinux.txt | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/carbslinux.txt b/carbslinux.txt index 20e474c..204e6eb 100644 --- a/carbslinux.txt +++ b/carbslinux.txt @@ -85,6 +85,31 @@ with the info reader. It is divided into sections and easier to read. | curl -sL https://carbslinux.org/docs/install.txt | less `---- + .. 1. Preparing Environment + ..... 1. Download + ..... 2. Signature verification + ..... 3. Extracting the tarball + ..... 4. Obtain the chroot helper + .. 2. Chroot + ..... 1. Setting up repositories + ..... 2. Updating packages + ..... 3. Installing packages + ..... 4. Essential Software + ..... 5. Obtaining the documentation + .. 3. System Configuration + ..... 1. Configuring hostname + ..... 2. Hosts file + .. 4. Kernel + ..... 1. Obtaining the kernel sources + ..... 2. Kernel dependencies + ..... 3. Building the kernel + .. 5. Making your system bootable + ..... 1. Bootloader + ..... 2. Init scripts + ..... 3. Fstab + .. 6. Post-installation + ..... 1. KISS repositories + 2.1 Preparing Environment ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -389,9 +414,9 @@ with the info reader. It is divided into sections and easier to read. ------------------------- In order to compile the kernel you will need to install some - dependencies. You will need `libelf' to compile the kernel. If you - want to configure using the menu interface you will also need - `ncurses'. + dependencies. You will need `libelf', and `bison' to compile the + kernel. If you want to configure using the menu interface you will + also need `ncurses'. ,---- | # The package manager asks to install if you are building more than one package, |