mirage / qubes-mirage-firewall

A Mirage firewall VM for QubesOS
BSD 2-Clause "Simplified" License
211 stars 28 forks source link

Upstream updates #75

Closed talex5 closed 5 years ago

talex5 commented 5 years ago

A slightly modified version of #74:

@xaki23 : I skipped the README change for now. It's probably correct, but I didn't understand the commit message:

actualy create the symlink-redirected docker dir so the installer wont remove the dangling symlink

What installer is this?

xaki23 commented 5 years ago

@xaki23 : I skipped the README change for now. It's probably correct, but I didn't understand the commit message:

actualy create the symlink-redirected docker dir so the installer wont remove the dangling symlink What installer is this?

by installer i meant just dnf/rpm. if you just set the symlink, but the target dir doesnt exist, the "dnf install docker" step will remove the symlink again and create /var/lib/docker as a dir. if you "mkdir /home/user/docker" before "dnf install docker" (doesnt matter if before or after the ln) it actualy works as intended.

talex5 commented 5 years ago

Ah, so it does! I've added that change back in - thanks!