Files
bin/upgrade-script-common/fix-fstab

7 lines
236 B
Bash
Executable File

#!/bin/bash
OD=$1
# FIX /etc/fstab (likely this would work) -- relies on you already having installed with /home AND UUID/mount options not changing
grep '/export' $OD/etc/fstab >> /etc/fstab
grep '/backup' $OD/etc/fstab >> /etc/fstab