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
Is your feature request related to a problem? Please describe.
I'm trying to perform a completely offline installation of fog and need to apt-get install all packages required before going offline. Right now, I can't find an easy way of doing that. See forum discussion here.
Describe the solution you'd like
I'd like to invoke installfog.sh with a new proposed option --list-packages or have some other invocable means that would simply print a space-separated list of the packages that would be installed on the current platform if the installation were actually being performed. This would allow me, while preparing to go offline, to do something like sudo apt-get install -y $(.../installfog.sh --list-packages).
Describe alternatives you've considered
Extract the package list by reading the installfog.sh script and trying to determine the list manually.
Perform a vanilla trial installation on the target platform, then get the list of packages from the .fogsettings' packages entry.
The text was updated successfully, but these errors were encountered:
I have added this for the working-1.6 repository if you'd be willing to give it a shot. I realize it's not the dev-branch or even the 1.5.x that most have become used to but I want to start trying to get out to working-1.6 now.
I would, but we've frozen work for the moment on using fog due to other priorities. Perhaps someone else could give it a shot. I'll update when we get back to this. 😊
Is your feature request related to a problem? Please describe.
I'm trying to perform a completely offline installation of fog and need to
apt-get install
all packages required before going offline. Right now, I can't find an easy way of doing that. See forum discussion here.Describe the solution you'd like
I'd like to invoke
installfog.sh
with a new proposed option--list-packages
or have some other invocable means that would simply print a space-separated list of the packages that would be installed on the current platform if the installation were actually being performed. This would allow me, while preparing to go offline, to do something likesudo apt-get install -y $(.../installfog.sh --list-packages)
.Describe alternatives you've considered
installfog.sh
script and trying to determine the list manually..fogsettings
'packages
entry.The text was updated successfully, but these errors were encountered: