mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
integrate-distro.sh: Add command fs
This commit is contained in:
parent
3f434c4a58
commit
7b9f5af5ea
1 changed files with 5 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ usage()
|
||||||
echo "
|
echo "
|
||||||
|
|
||||||
usage: $myname -h
|
usage: $myname -h
|
||||||
$myname [options] [install|mount|unmount|mkinitrd]
|
$myname [options] [install|mount|unmount|mkinitrd|fs]
|
||||||
|
|
||||||
options:
|
options:
|
||||||
-d target-device
|
-d target-device
|
||||||
|
|
@ -935,7 +935,10 @@ install)
|
||||||
cmd_install
|
cmd_install
|
||||||
exit $?
|
exit $?
|
||||||
;;
|
;;
|
||||||
|
fs)
|
||||||
|
setup_root_directory
|
||||||
|
setup_bind_mounts
|
||||||
|
;;
|
||||||
mount)
|
mount)
|
||||||
[ "$install_dev" ] && mount_devices
|
[ "$install_dev" ] && mount_devices
|
||||||
setup_bind_mounts
|
setup_bind_mounts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue