mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
parent
77a2963e7d
commit
cbac648820
@ -308,7 +308,10 @@ if [ $FLAGS_statefuldev -eq $FLAGS_TRUE ] ; then
|
||||
sudo unlink "$DEV_IMAGE_ROOT/usr/local"
|
||||
|
||||
sudo ln -s "/usr/local/lib" "$DEV_IMAGE_ROOT/usr/lib64"
|
||||
sudo ln -s "/usr/local" "$DEV_IMAGE_ROOT/usr/local"
|
||||
sudo ln -s "/usr/local" "$DEV_IMAGE_ROOT/usr/local"
|
||||
|
||||
#TODO(sosa@chromium.org) - /usr/bin/xterm symlink not created in stateful.
|
||||
sudo ln -sf "/usr/local/bin/aterm" "/usr/bin/xterm"
|
||||
fi
|
||||
|
||||
# Perform any customizations on the root file system that are needed.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user