mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
fix(build_image): Drop long unused overlays/usr/local bind mount
This was used by the old ChromeOS "dev image" scheme and does not get mounted by default so stop shipping it.
This commit is contained in:
parent
438478f0cf
commit
7dd8d95b45
@ -69,7 +69,6 @@
|
|||||||
"overlays/home":"/home",
|
"overlays/home":"/home",
|
||||||
"overlays/opt":"/opt",
|
"overlays/opt":"/opt",
|
||||||
"overlays/srv":"/srv",
|
"overlays/srv":"/srv",
|
||||||
"overlays/usr/local":"/usr/local",
|
|
||||||
"overlays/var":"/var"
|
"overlays/var":"/var"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user