View | Details | Raw Unified | Return to bug 15874
Collapse All | Expand All

(-)custom/floppy.tree/etc/mfs.rc (-2 / +4 lines)
Lines 23-30 Link Here
23
echo ""
23
echo ""
24
echo "Reading /etc from startup floppy..."
24
echo "Reading /etc from startup floppy..."
25
mount -o rdonly /dev/fd0a /start_floppy
25
mount -o rdonly /dev/fd0a /start_floppy
26
cd /start_floppy/etc
26
rm /etc/rc
27
cp -Rp . /etc/
27
for i in etc root usr ; do
28
    cd /start_floppy/$i 2>/dev/null && cp -Rp . /$i/
29
done
28
cd /etc
30
cd /etc
29
pwd_mkdb -p ./master.passwd
31
pwd_mkdb -p ./master.passwd
30
umount /start_floppy
32
umount /start_floppy

Return to bug 15874