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 support for command mount-devices
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d2a4f3d5bc
commit
c4113b3204
1 changed files with 5 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ usage()
|
|||
echo "
|
||||
|
||||
usage: $myname -h
|
||||
$myname [options] [install|mount|unmount|mkinitrd|fs|default-config|root-dir]
|
||||
$myname [options] [install|mount|mount-devices|unmount|mkinitrd|fs|default-config|root-dir]
|
||||
|
||||
options:
|
||||
-f
|
||||
|
|
@ -1493,6 +1493,10 @@ mount)
|
|||
setup_bind_mounts
|
||||
exit $?
|
||||
;;
|
||||
mount-devices)
|
||||
[ "$install_dev" ] && mount_devices
|
||||
exit $?
|
||||
;;
|
||||
mkinitrd)
|
||||
grub_boot_partition_num=0
|
||||
grub_slash_boot_partition_num=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue