[archlinux] fix directory name change in patching
This commit is contained in:
parent
3bab67e38d
commit
030208efa0
|
@ -34,7 +34,7 @@ patch_image() {
|
|||
sudo cp /etc/resolv.conf $TARGET/run/systemd/resolve/resolv.conf
|
||||
|
||||
do_in_target 'curl https://raw.githubusercontent.com/online-labs/ocs-scripts/master/upgrade_root.bash | bash'
|
||||
patch_target archlinux-latest/patches
|
||||
patch_target archlinux/patches
|
||||
|
||||
# TODO Get ssh keys from config
|
||||
sudo mkdir -p $TARGET/root/.ssh
|
||||
|
|
Loading…
Reference in New Issue