View | Details | Raw Unified | Return to bug 17737 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/src/release/picobsd/floppy.tree/etc/mfs.rc (-7 / +5 lines)
Lines 16-22 Link Here
16
### Special setup for one floppy PICOBSD ###
16
### Special setup for one floppy PICOBSD ###
17
set `df /` ; dev="/dev/$8"
17
mount -o rdonly /dev/fd0 /start_floppy
18
echo "Reading /etc from ${dev}..."
18
cd /start_floppy/etc ; cp -Rp . /etc/
19
mount -o rdonly ${dev} /mnt
19
cp -Rp /start_floppy/root /
20
cd /mnt/etc ; cp -Rp . /etc/
21
cp -Rp /mnt/root /
22
cd /etc
20
cd /etc
Lines 24-27 Link Here
24
pwd_mkdb -p ./master.passwd
22
pwd_mkdb -p ./master.passwd
25
umount /mnt
23
umount /start_floppy
26
echo "Ok. (Now you can remove ${dev} if you like)"
24
echo "Ok. (Now you can remove /dev/fd0 if you like)"
27
echo ""
25
echo ""

Return to bug 17737