inst: have to mount /srv/boot instead of binding /root
This commit is contained in:
parent
8beb5ec0a9
commit
f075a98f05
1 changed files with 4 additions and 4 deletions
|
@ -102,15 +102,15 @@ case go
|
||||||
while(! ~ $mountstatus ''){
|
while(! ~ $mountstatus ''){
|
||||||
default=()
|
default=()
|
||||||
if(! ~ $#cdboot 0)
|
if(! ~ $#cdboot 0)
|
||||||
default=(-d /root)
|
default=(-d /)
|
||||||
prompt $default 'Distribution disk' $fat $x9660 $fs /root
|
prompt $default 'Distribution disk' $fat $x9660 $fs /
|
||||||
disk=$rd
|
disk=$rd
|
||||||
|
|
||||||
srvmedia=()
|
srvmedia=()
|
||||||
mountmedia=()
|
mountmedia=()
|
||||||
switch($disk){
|
switch($disk){
|
||||||
case /root
|
case /
|
||||||
mountmedia=(bind /root /n/distmedia)
|
mountmedia=(mount /srv/boot /n/distmedia)
|
||||||
case $fs
|
case $fs
|
||||||
mountmedia=(bind /n/newfs /n/distmedia)
|
mountmedia=(bind /n/newfs /n/distmedia)
|
||||||
case $fat
|
case $fat
|
||||||
|
|
Loading…
Reference in a new issue