mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
integrate-distro.sh: Create rw-root, too
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
38c3417015
commit
3067ec7fd7
1 changed files with 3 additions and 1 deletions
|
|
@ -1249,7 +1249,7 @@ setup_root_directory()
|
|||
}
|
||||
|
||||
run rm -rf $root
|
||||
run install -d -m 755 $root
|
||||
run install -d -m 755 $root $rw_root
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
@ -1426,8 +1426,10 @@ esac
|
|||
|
||||
if [ "$o_root" ]; then
|
||||
root=$o_root/ro
|
||||
rw_root=$o_root/rw
|
||||
else
|
||||
root=/srv/nfs/boot/distros/$o_name-$arch/ro
|
||||
rw_root=/srv/nfs/boot/distros/$o_name-$arch/rw
|
||||
fi
|
||||
|
||||
case $cmd in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue