Searched refs:try_step (Results 1 – 4 of 4) sorted by relevance
72 try_step "Unmounting /root" umount_directory /root73 try_step "Unmounting /home" umount_directory /home74 try_step "Disabling GRUB OS prober" disable_os_prober75 try_step "Updating package information" update_package_info76 try_step "Installing tools" install_tools77 try_step "Updating kernel command line" update_kernel_cmdline78 try_step "Installing RT kernel" install_rt_kernel /root79 try_step "Changing the password of the root user" change_root_password80 try_step "Disabling services that impact real-time performance" disable_services
66 try_step "Unmounting /root" umount_directory /root67 try_step "Unmounting /home" umount_directory /home68 try_step "Updating package information" update_package_info69 try_step "Installing GNOME desktop" install_desktop70 try_step "Cleaning up packages" cleanup_packages71 try_step "Changing the password of the root user" change_root_password72 try_step "Enable root user login" enable_root_login73 try_step "Adding the normal user acrn" add_normal_user74 try_step "Configure the ssh service" config_ssh
239 try_step "Download Ubuntu cloud image" download_image ${cloud_image} ${cloud_image_url}241 try_step "Copy the RT kernel to build directory" copy_rt_kernel242 try_step "Check availability of RT kernel image" check_rt_kernel244 try_step "Creating an enlarged copy of ${cloud_image}" copy_and_enlarge_image ${cloud_image} ${targ…249 try_step "Resizing guest root file system" resizing_guest_root /dev/mapper/${loop_dev}p1250 try_step "Mounting guest root file system at ${mount_point}" mount_filesystem /dev/mapper/${loop_de…251 try_step "Preparing schroot configuration" create_schroot_config ${mount_point}252 try_step "Preparing uio configuration" create_uio_config ${mount_point}253 try_step "Extracting network proxy configurations" dump_proxy256 try_step "Initializing guest root file system for HMI VM" setup_hmi_vm_rootfs ${mount_point}[all …]
25 function try_step() { function
Completed in 3 milliseconds