fix some settings for unattended install

This commit is contained in:
Daniel Glanzmann
2008-10-01 15:00:13 +02:00
parent 9428960b88
commit fba21bd52c
3 changed files with 2 additions and 3 deletions

View File

@@ -10,4 +10,3 @@ GREEN_NETADDRESS=192.168.180.0
GREEN_BROADCAST=192.168.180.255
ROOT_PASSWORD=ipfire
ADMIN_PASSWORD=ipfire
RESTORE_FILE=

View File

@@ -150,7 +150,7 @@ int unattended_setup(struct keyvalue *unattendedkv) {
if (strlen(restore_file) > 0) {
fprintf(flog, "unattended: Restoring Backup\n");
snprintf(commandstring, STRING_SIZE,
"cd /harddisk && /bin/tar -xvz --preserve -f /harddisk/var/ipfire/%s", restore_file);
"cd /harddisk && /bin/tar -xvz --preserve -f /harddisk/var/ipfire/backup/%s", restore_file);
if (mysystem(commandstring)) {
errorbox("unattended: ERROR restoring backup");
}

View File

@@ -3,7 +3,7 @@
# FIXME: edit this lines before release
#URL=http://download.ipfire.org/iso/
#ISO=ipfire-2.3-beta4.i586-full.iso
URL=http://www.rowie.at/ipfire/builds/v2.3test/Beta3/20080930-11uhr/
URL=http://www.rowie.at/ipfire/builds/v2.3test/Beta3/20081001-10uhr/
ISO=ipfire-2.3-test.i586-full.iso
if [ -z "$1" ]; then