Skip to content

Commit a0c63cb

Browse files
committed
add steps to install util-linux for SLES
1 parent 2a720b8 commit a0c63cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/virtual-machines/linux/add-disk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ There are two ways to enable TRIM support in your Linux VM. As usual, consult yo
163163
# [Ubuntu](#tab/ubuntu)
164164
165165
```bash
166-
sudo apt-get install util-linux
166+
sudo apt install util-linux
167167
sudo fstrim /datadrive
168168
```
169169

@@ -177,6 +177,7 @@ sudo fstrim /datadrive
177177
# [SUSE](#tab/suse)
178178

179179
```bash
180+
sudo zypper in util-linux
180181
sudo fstrim /datadrive
181182
```
182183
---

0 commit comments

Comments
 (0)