5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Fedora sets up for root to have a label of "_/"
|
||
|
sed -i "s%LABEL=_/%LABEL=cloudimg-rootfs%" /etc/fstab
|