diff options
author | Silvino <silvino@bk.ru> | 2019-07-02 18:33:16 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-07-02 18:33:16 +0100 |
commit | 1fb8842d469c36e5b43e843d3759e3c18c120c47 (patch) | |
tree | aa5f5ce42984bf8cc0dd7783375dae634d38a0be /core/reboot.html | |
parent | 0a09245b4654604dd0ab8962d6b5210066bd9f29 (diff) | |
download | doc-1fb8842d469c36e5b43e843d3759e3c18c120c47.tar.gz |
core revision
Diffstat (limited to 'core/reboot.html')
-rw-r--r-- | core/reboot.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/reboot.html b/core/reboot.html index f7a34d6..fbf9cc1 100644 --- a/core/reboot.html +++ b/core/reboot.html @@ -2,13 +2,13 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>1.4. Boot</title> + <title>1.3. Boot</title> </head> <body> <a href="index.html">Core OS Index</a> - <h1>1.4. Boot</h1> + <h1>1.3. Boot</h1> <p>Follow this instructions with active chroot, first <a href="configure.html#chroot">mount partitions</a> @@ -31,7 +31,7 @@ /bin/bash --login </pre> - <h2 id="linux">1.4.1. Kernel</h2> + <h2 id="linux">1.3.1. Kernel</h2> <p>Install <a href="ports/linux-gnu">linux-gnu</a> port, linux libre kernel is a true source based kernel that @@ -60,7 +60,7 @@ # pkgadd /usr/ports/packages/linux-gnu#4.9.86-2.pkg.tar.gz </pre> - <h2 id="dracut">1.4.2. Dracut</h2> + <h2 id="dracut">1.3.2. Dracut</h2> <p>Install dracut;</p> @@ -101,7 +101,7 @@ # dracut --kver 4.9.86-gnu </pre> - <h2 id="grub">1.4.3. Grub</h2> + <h2 id="grub">1.3.3. Grub</h2> <p>Create grub file in /etc/default/grub with values;</p> @@ -146,7 +146,7 @@ # grub-probe --target=hints_string / </pre> - <h3>1.4.3.1. Rescue iso</h3> + <h3>1.3.3.1. Rescue iso</h3> <p>Simple way to have "resque" system is to mount boot as read only, this assures that even as root nothing can be changed without remount. @@ -176,7 +176,7 @@ } </pre> - <h2 id="recover">1.4.4. Recover</h2> + <h2 id="recover">1.3.4. Recover</h2> <h3>Root password</h3> @@ -204,7 +204,7 @@ <p>Reboot computer using power / reset.</p> - <h2 id="checkup">1.4.5. Checkup</h2> + <h2 id="checkup">1.3.5. Checkup</h2> <p>If you have qemu installed you can see if it boots, in this example sdb is usb external drive;</p> |