Skip to content

Commit baa22e4

Browse files
authored
broken numbering
1 parent e2227dd commit baa22e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/linux/create-upload-ubuntu.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,22 +184,22 @@ sudo rm -f ~/.bash_history
184184
cd /boot/efi/EFI
185185
```
186186

187-
2. Copy the ubuntu directory to a new directory named boot:
187+
1. Copy the ubuntu directory to a new directory named boot:
188188
```bash
189189
sudo cp -r ubuntu/ boot
190190
```
191191

192-
3. Change directory to the newly created boot directory:
192+
1. Change directory to the newly created boot directory:
193193
```bash
194194
cd boot
195195
```
196196

197-
4. Rename the shimx64.efi file:
197+
1. Rename the shimx64.efi file:
198198
```bash
199199
sudo mv shimx64.efi bootx64.efi
200200
```
201201

202-
5. Rename the grub.cfg file to bootx64.cfg:
202+
1. Rename the grub.cfg file to bootx64.cfg:
203203
```bash
204204
sudo mv grub.cfg bootx64.cfg
205205
```

0 commit comments

Comments
 (0)