> Joao just realized that this approach leaves the symlink in after the target > system is installed - currently fixing that
Upon further testing, copying the original ischroot to a temp file, then restoring at the end of in_target_main() does not work - my assumption is that this is due to the actual ischroot being restored before the relevant dkms post-install hooks run. I also tried testing by putting the symlink and restore code in the enter/exit functions of util.py/ChrootableTarget respectively, which also did not work. -- https://code.launchpad.net/~mitchellaugustin/curtin/+git/curtin/+merge/460552 Your team curtin developers is subscribed to branch curtin:master. -- Mailing list: https://launchpad.net/~curtin-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~curtin-dev More help : https://help.launchpad.net/ListHelp

