1
0
Fork 0

bluefeds: remove duplicate services, add sudo and add a reboot section

This commit is contained in:
Pratham Patel 2022-07-23 15:19:27 +05:30
parent 5553b60e85
commit 253c666840
1 changed files with 7 additions and 4 deletions

View File

@ -24,6 +24,12 @@ sudo eject /dev/XXX
## Stage 0001: Immediate initial setup
### REBOOT! (hostname needs to come in effect)
```bash
sudo reboot +0
```
### Expand the rootfs
```bash
@ -171,10 +177,7 @@ sudo modprobe zfs
```bash
sudo systemctl enable zfs-import-cache.service
sudo systemctl enable zfs-import-cache.service
sudo systemctl enable zfs-import-scan.service
sudo systemctl enable zfs-import-scan.service
sudo systemctl enable zfs-mount.service
sudo systemctl enable zfs-mount.service
sudo systemctl enable zfs-share.service
sudo systemctl enable zfs.target
@ -214,7 +217,7 @@ sudo zpool export trayimurti
sudo zpool import
sudo zpool import -d /dev/disk/by-id <pool-id>
zpool set cachefile=/etc/zfs/zpool.cache trayimurti
sudo zpool set cachefile=/etc/zfs/zpool.cache trayimurti
zpool status -v
zfs list