You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
Somebody wants to pre-defined images in the iso, which can address offline scenario.
Now we have supported APPEND_SYSTEM_IMAGES, it can save images to /usr/share/ros/images-system.tar, and loaded with system-docker when booting. There are a lot of demos in Makefile of rancher/os.
I will add another option APPEND_USER_IMAGES, it can save images to /usr/share/ros/images-user.tar. ROS will not load this image, you can deal with it by yourself. ROS can load this image with user-docker.
You can build ISO like this:
APPEND_USER_IMAGES="alpine ubuntu" make
Please note that these will be packaged into the initrd, and the predefined images will take up the resource footprint at startup.
The text was updated successfully, but these errors were encountered:
@niusmallnan I do appreciate it! Just out of curiosity: is there any reason why we wouldn't want to make part of the "install" process to copy those to the preload folder?
@crochik I see that you want an offline ISO with pre-defined images.
I think that it should be hard for you to get an ISO file, if adding pre-defined images to "install" process.
Somebody wants to pre-defined images in the iso, which can address
offline
scenario.Now we have supported
APPEND_SYSTEM_IMAGES
, it can save images to/usr/share/ros/images-system.tar
, and loaded with system-docker when booting. There are a lot of demos in Makefile ofrancher/os
.I will add another option
APPEND_USER_IMAGES
, it can save images to/usr/share/ros/images-user.tar
.ROS will not load this image, you can deal with it by yourself.ROS can load this image with user-docker.You can build ISO like this:
Please note that these will be packaged into the initrd, and the predefined images will take up the resource footprint at startup.
The text was updated successfully, but these errors were encountered: