VoidLinuxInstaller/old_unused/README.md
Le0xFF b39dafb5a0 Add program to compute resume offset
Add btrfs_map_physical.c program and its LICENSE to compute physical offset needed to compute the resume offset for btrfs swap file and relative hibernation. Added also a small README about this folder
2022-08-07 17:39:10 +02:00

9 lines
739 B
Markdown

# Old or unused files
This folder contains old files or unused files, but that are handy to keep stored somewhere.
The `chroot.sh` script is an old version of a script meant to be run during Void Linux installation that got merged into the main installation script.
The `btrfs_map_physical.c` is a C program, useful to find physical offset for the swapfile, mentioned in the [Arch Wiki](https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate#Hibernation_into_swap_file_on_Btrfs). The program got also merged into the main installation script.
I'm not the developer of this program, the original script can be found in [this repo](https://github.com/osandov/osandov-linux); I just copied it here with its MIT license.