install stage 1: fix backup script

master
BodgeMaster 2023-06-27 05:17:58 +02:00
parent 389d4d578f
commit c8ce034f93
1 changed files with 4 additions and 4 deletions

View File

@ -189,15 +189,14 @@ mkdir -p /mnt/target/opt/void-usb
chmod 755 /mnt/target/opt/void-usb
wget --output-document=/mnt/target/opt/void-usb/backup-fs https://lostcave.ddnss.de/git/BodgeMaster/void-minecraft-usb/raw/branch/master/opt/backup-fs
chmod 744 /mnt/target/opt/void-usb/backup-fs
echo "
/opt/void-usb/backup-fs" >> /mnt/target/etc/rc.shutdown
echo "# See fstab(5).
# <device> <mount point> <fstype> <options> <dump> <pass>
# / and /container are mounted by a script in initramfs
# TODO: add script path
# /container and the underlying image for / are mounted by initramfs
# TODO: add overlayfs
UUID=$(blkid --output value --match-tag UUID $TARGET_PART_BOOT) /boot f2fs defaults,nodev,nosuid 0 2
UUID=$(blkid --output value --match-tag UUID $TARGET_PART_EFI) /boot/efi vfat defaults,fmask=0077,dmask=0077 0 2
@ -303,6 +302,7 @@ chmod 744 /mnt/target/etc/kernel.d/post-remove/99-void-usb
run_in_target xbps-reconfigure -fa
run_in_target /opt/void-usb/backup-fs
# running xchroot directly bc run_in_target function doesnt allow user input
xchroot /mnt/target /opt/void-usb/backup-fs
#