integrate-distro.sh: Add command fs

This commit is contained in:
Jan Lindemann 2012-02-13 09:50:53 +00:00 committed by Jan Lindemann
commit 7b9f5af5ea

View file

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