summaryrefslogtreecommitdiffstats
path: root/anaconda-runrescue
blob: 46445693712becfa4fa191300d749ce35e72ff28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# setup install environment for rescue mode
#

# link from instimage to /etc so things work

for i in services protocols group; do
   ln -s /mnt/runtime/etc/$i /etc/$i
done

exec /bin/sh