Updated image-setup.sh to use the correct directory

This commit is contained in:
Maximilian Krieger 2023-10-20 14:43:40 +02:00
parent 58f990257a
commit 66843dbdc6

2
image-setup.sh Normal file → Executable file
View File

@ -73,7 +73,7 @@ cp -v "$BOOT_CMDLINE_TXT" "$BOOT_CMDLINE_TXT.backup"
cp -v "$BOOT_CONFIG_TXT" "$BOOT_CONFIG_TXT.backup" cp -v "$BOOT_CONFIG_TXT" "$BOOT_CONFIG_TXT.backup"
working "Wachalarm-Einstellungsdatei hinterlegen" working "Wachalarm-Einstellungsdatei hinterlegen"
cp -v "homefolder_content/wachalarm_einstellungen.txt" "$MOUNTED_BOOT_VOLUME/wachalarm_einstellungen.txt" cp -v "home/wachalarm_einstellungen.txt" "$MOUNTED_BOOT_VOLUME/wachalarm_einstellungen.txt"
working "Automatische Expansion der root-Partition deaktivieren" working "Automatische Expansion der root-Partition deaktivieren"
echo "Updating: $BOOT_CMDLINE_TXT" echo "Updating: $BOOT_CMDLINE_TXT"