]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
fix some settings for unattended install
authorDaniel Glanzmann <dg@ipfire.org>
Wed, 1 Oct 2008 13:00:13 +0000 (15:00 +0200)
committerDaniel Glanzmann <dg@ipfire.org>
Wed, 1 Oct 2008 13:00:13 +0000 (15:00 +0200)
config/syslinux/unattended.conf
src/install+setup/install/unattended.c
src/scripts/backupiso

index 39f6bca25540c2d8ae5927f8d0bd4b45ffa0433e..5adf279001c2c7274bbf8235a77172086a7284ee 100644 (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=
index 754946aa22fee778205620b7e80de94fe6b01ccb..95ee6698e0cf62ecae4df70e863eb10cab4d5ca9 100644 (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");
            }
index 59f2e6705a30de08ee0c6172a55da327da23cbd9..d579e5098d326e4fd416f5a52eacc9cfd7d142f1 100644 (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