Home
last modified time | relevance | path

Searched refs:try_step (Results 1 – 4 of 4) sorted by relevance

/misc/sample_application/image_builder/
A Dsetup_rt_vm.sh72 try_step "Unmounting /root" umount_directory /root
73 try_step "Unmounting /home" umount_directory /home
74 try_step "Disabling GRUB OS prober" disable_os_prober
75 try_step "Updating package information" update_package_info
76 try_step "Installing tools" install_tools
77 try_step "Updating kernel command line" update_kernel_cmdline
78 try_step "Installing RT kernel" install_rt_kernel /root
79 try_step "Changing the password of the root user" change_root_password
80 try_step "Disabling services that impact real-time performance" disable_services
A Dsetup_hmi_vm.sh66 try_step "Unmounting /root" umount_directory /root
67 try_step "Unmounting /home" umount_directory /home
68 try_step "Updating package information" update_package_info
69 try_step "Installing GNOME desktop" install_desktop
70 try_step "Cleaning up packages" cleanup_packages
71 try_step "Changing the password of the root user" change_root_password
72 try_step "Enable root user login" enable_root_login
73 try_step "Adding the normal user acrn" add_normal_user
74 try_step "Configure the ssh service" config_ssh
A Dcreate_image.sh239 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_kernel
242 try_step "Check availability of RT kernel image" check_rt_kernel
244 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}p1
250 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_proxy
256 try_step "Initializing guest root file system for HMI VM" setup_hmi_vm_rootfs ${mount_point}
[all …]
A Dlogger.sh25 function try_step() { function

Completed in 6 milliseconds