mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 07:00:39 +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 "
|
echo "
|
||||||
|
|
||||||
usage: $myname -h
|
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:
|
options:
|
||||||
-f
|
-f
|
||||||
|
|
@ -1493,6 +1493,10 @@ mount)
|
||||||
setup_bind_mounts
|
setup_bind_mounts
|
||||||
exit $?
|
exit $?
|
||||||
;;
|
;;
|
||||||
|
mount-devices)
|
||||||
|
[ "$install_dev" ] && mount_devices
|
||||||
|
exit $?
|
||||||
|
;;
|
||||||
mkinitrd)
|
mkinitrd)
|
||||||
grub_boot_partition_num=0
|
grub_boot_partition_num=0
|
||||||
grub_slash_boot_partition_num=1
|
grub_slash_boot_partition_num=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue