Update documentation
This commit is contained in:
parent
e946402c88
commit
f8cb71d2b3
29
README.md
29
README.md
|
@ -129,7 +129,20 @@ mkdir $HOME/live-ubuntu-from-scratch
|
|||
locales \
|
||||
linux-generic
|
||||
```
|
||||
|
||||
|
||||
1. Configure grub
|
||||
<p align="center">
|
||||
<img src="images/grub-configure-01.png">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="images/grub-configure-02.png">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="images/grub-configure-03.png">
|
||||
</p>
|
||||
|
||||
7. **Graphical installer**
|
||||
```
|
||||
apt-get install -y \
|
||||
|
@ -140,6 +153,20 @@ mkdir $HOME/live-ubuntu-from-scratch
|
|||
ubiquity-ubuntu-artwork
|
||||
```
|
||||
|
||||
1. Configure keyboard
|
||||
<p align="center">
|
||||
<img src="images/keyboard-configure-01.png">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="images/keyboard-configure-02.png">
|
||||
</p>
|
||||
|
||||
2. Console setup
|
||||
<p align="center">
|
||||
<img src="images/console-configure-01.png">
|
||||
</p>
|
||||
|
||||
8. **Install window manager**
|
||||
```
|
||||
apt-get install -y \
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Loading…
Reference in New Issue