- Package:
- src:debian-installer
- Source:
- debian-installer
- Submitter:
- Ansgar Burchardt
- Date:
- 2014-08-10 18:15:11 UTC
- Severity:
- wishlist
It would be nice if all of dpkg's safe I/O code invoking fsync and friends would be disabled during installation. From what I remember, dpkg's --force-unsafe-io disables only some of them. I think it would be possible to either use the eatmydata wrapper or convince the dpkg maintainers to introduce a --force-really-unsafe-io option that disables all fsync calls. (The additional option in dpkg is probably the cleaner solution.) Ansgar