1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Staged work: pushed for backup (mostly boot/initramfs/dracu work)

This commit is contained in:
j1nx
2025-01-28 12:05:45 +00:00
parent dd2ad17869
commit 18db7d87f6
16 changed files with 71 additions and 396 deletions

View File

@@ -103,7 +103,8 @@ main() {
local home_mount_point="${BINARIES_DIR}/home"
mkdir -p "${home_mount_point}"
sudo mount -o loop,discard "${home_img}" "${home_mount_point}"
sudo rsync -avPHSX "${TARGET_DIR}/home/"* "${home_mount_point}/"
#sudo rsync -avPHSX "${TARGET_DIR}/home/"* "${home_mount_point}/"
sudo rsync -avPSX "${TARGET_DIR}/home/"* "${home_mount_point}/"
sudo umount "${home_img}"
}