install stage 1: remove now useless stdin workaround for backup-fs

master
BodgeMaster 2023-06-29 14:31:53 +02:00
parent 175ad8e3be
commit 8bcfeaee57
1 changed files with 1 additions and 3 deletions

View File

@ -323,8 +323,6 @@ wget --output-document=/mnt/target/etc/kernel.d/post-remove/99-void-usb https://
chmod 744 /mnt/target/etc/kernel.d/post-remove/99-void-usb
run_in_target xbps-reconfigure -fa
# running chroot directly bc run_in_target function doesnt allow user input
chroot /mnt/target /opt/void-usb/backup-fs
run_in_target /opt/void-usb/backup-fs
#