From 7048109c0a2840957421588219d5a82eeda2d780 Mon Sep 17 00:00:00 2001
From: Cem Keylan
Date: Mon, 21 Sep 2020 22:24:54 +0300
Subject: update
---
src/docs/Making-your-system-bootable.html | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
(limited to 'src/docs/Making-your-system-bootable.html')
diff --git a/src/docs/Making-your-system-bootable.html b/src/docs/Making-your-system-bootable.html
index 0387eb4..58714a3 100644
--- a/src/docs/Making-your-system-bootable.html
+++ b/src/docs/Making-your-system-bootable.html
@@ -2,7 +2,12 @@
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.3 or
+any later version published by the Free Software Foundation; with no
+Invariant Sections, with no Front-Cover Texts and no Back-Cover Texts.
+A copy of the license is included in the section entitled "GNU Free
+Documentation License." -->
@@ -14,6 +19,7 @@ Licensed under Gnu Free Documentation License. -->
+
@@ -42,7 +48,7 @@ ul.no-bullet {list-style: none}
In the main repository, there is efibootmgr and grub to serve as bootloaders.
@@ -79,6 +87,8 @@ $ grub-install --target=x86_64-efi \
$ grub-mkconfig -o /boot/grub/grub.cfg
+
+
1.5.2 Installing init scripts
Only thing left to do is installing the init-scripts, and now you are almost
@@ -88,6 +98,8 @@ ready to boot your system!
$ cpt b carbs-init && cpt i carbs-init
+
+
1.5.3 Generating fstab
You can now manually edit your fstab entry, or you can use the genfstab tool.
@@ -102,5 +114,7 @@ $ ./genfstab -U /mnt >> /mnt/etc/fstab
+
+
--
cgit v1.2.3