Reputation: 43
.customize_environment was failing and forcing me to boot as root (safe mode).
I've selectively recreated but even a simple apt-get update gets a bunch of errors like...
Err:1 http://packages.cloud.google.com/apt gcsfuse-buster InRelease Temporary failure resolving 'packages.cloud.google.com'
Not sure if this is the root cause, I'm ultimately trying to..
apt-get install -y libxss1
apt-get install -y libgbm-dev
apt-get install -y parallel
In the meantime I'm having to manually run a whole bunch of installs which is getting pretty repetitive.
Upvotes: 1
Views: 113
Reputation: 41
Normally customize_environment scripts cannot cause shell starts to failure. Unfortunately there was a bug causing this to be possible. The release containing the fix should be out in the next few days.
Would you mind trying to create the script again in a few days and letting me know if it works?
Thanks
Upvotes: 1