// apt-ftparchive configuration file setup for Mendel distro generation | |
APT::FTPArchive { | |
DeLinkAct "false"; // we use cloud bucket, which doesn't support hardlinks | |
Contents "true"; | |
AlwaysStat "true"; // we don't enforce strict version updates for packages | |
}; |