]> git.ipfire.org Git - people/ms/pakfire.git/history - src/libpakfire/include/pakfire/mount.h
mount: Make changing mount operation not dependant on pakfire
[people/ms/pakfire.git] / src / libpakfire / include / pakfire / mount.h
2023-11-02  Michael Tremermount: Make changing mount operation not dependant...
2023-09-12  Michael Tremerpakfire: Create a ramdisk if no path has been given
2023-07-17  Michael Tremerjail: Change mount propagation before switching root
2023-07-17  Michael Tremerjail: Use pivot_root() again instead of chroot()
2023-06-20  Michael Tremerjail: Allow accessing loop devices
2022-08-16  Michael Tremerjail: Export new bind action in favour of pakfire_bind()
2022-08-16  Michael Tremermount: Drop unused pakfire_umount_all function
2022-07-17  Michael Tremermount: Move pakfire_bind() into mount.c
2022-07-17  Michael Tremerexecute: Mount all file systems only in namespace
2022-07-17  Michael Tremerexecute: Switch back to chroot()
2022-07-17  Michael Tremerexecute: Disable mount propagation before calling pivot...
2022-05-25  Michael Tremerexecute: List all mountpoints after mount
2022-05-24  Michael Tremerlibpakfire: Move mount operations into a new file