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 "
usage: $myname -h
$myname [options] [install|mount|unmount|mkinitrd]
$myname [options] [install|mount|unmount|mkinitrd|fs]
options:
-d target-device
@ -935,7 +935,10 @@ install)
cmd_install
exit $?
;;
fs)
setup_root_directory
setup_bind_mounts
;;
mount)
[ "$install_dev" ] && mount_devices
setup_bind_mounts