The magic for autodetecting the boot media does not work anymore
on STABLE or CURRENT. Put the explicit name for the floppy.
This commit is contained in:
parent
4ff9c03cc5
commit
e5b68d5513
@ -14,7 +14,7 @@ export PATH
|
||||
trap "echo 'Reboot interrupted'; exit 1" 3
|
||||
|
||||
### Special setup for one floppy PICOBSD ###
|
||||
set `df /` ; dev="/dev/$8"
|
||||
dev="/dev/fd0c"
|
||||
echo "Reading /etc from ${dev}..."
|
||||
mount -o rdonly ${dev} /mnt
|
||||
cd /mnt/etc ; cp -Rp . /etc/
|
||||
|
@ -3,7 +3,7 @@
|
||||
# script to edit and save some config file(s)
|
||||
thefiles=$*
|
||||
pwd=`pwd`
|
||||
set `df /` ; dev="/dev/$8"
|
||||
dev="/dev/fd0c"
|
||||
echo "Updating content on ${dev}: "
|
||||
mount ${dev} /mnt
|
||||
if [ "X$?" != "X0" ] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user