move logs to /var/log as though we're not cavemen

artix
Matt C 3 years ago
parent bf28b5c228
commit 3daf70069c

@ -196,7 +196,7 @@ else
echo ${DISK} > /mnt/diskn echo ${DISK} > /mnt/diskn
fi fi
artix-chroot /mnt /continue.sh 2>&1 | tee /mnt/var/citrine.chroot.log artix-chroot /mnt /continue.sh 2>&1 | tee /mnt/var/log/citrine.chroot.log
rm /mnt/continue.sh rm /mnt/continue.sh
inf "Installation should now be complete." inf "Installation should now be complete."

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
sudo script -O /var/log/citrine.log -q -c "citrine.internal" sudo script -O /var/log/citrine.log -q -c "citrine.internal"
sudo cp /var/log/citrine.log /mnt/var/. sudo cp /var/log/citrine.log /mnt/var/log/.
echo "Run 'reboot' to restart. :)" echo "Run 'reboot' to restart. :)"

Loading…
Cancel
Save