integrate-distro.sh: Add support for command mount-devices

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-11-08 19:45:38 +00:00
commit c4113b3204

View file

@ -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