1749859845

This commit is contained in:
2025-06-13 18:10:44 -06:00
parent 2c647ca0c6
commit 7946c58d77
+3 -1
View File
@@ -29,8 +29,10 @@ echo -e "\tBacking up /boot/firmware/config.txt"
sudo cp /boot/firmware/config.txt $dname/boot-firmware-config.txt
echo -e "\tBacking up gheclock-set config"
sudo cp /lib/udev/hwclock-set $dname/hwclock-set
echo -e "\tBacking up root crontab"
sudo crontab -l $dname/root-crontab
echo -e "\tBacking up /etc/modules"
sudo cp /etc/modules $dname/etc-modules
sudo cp /etc/modules $dname/root-crontab
if [ -f /etc/udev/rules.d/50-tty.rules ]; then
echo "/etc/udev/rules.d/50-tty.rules found, copying as well..."