pulled common upgrade parts for Mint and Ubuntu out to make install scripts not duplicate content
This commit is contained in:
6
upgrade-script-common/fix-fstab
Executable file
6
upgrade-script-common/fix-fstab
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user