From: Arne Fitzenreiter Date: Fri, 15 Feb 2013 06:41:50 +0000 (+0100) Subject: installer: fix firstsetup and set ext4 fs for unattend. X-Git-Tag: v2.13-core66~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e8b71ca698238b679cc5098fb9f0def8ebf716b;p=ipfire-2.x.git installer: fix firstsetup and set ext4 fs for unattend. --- diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index 14139b5c91..bf0a356e10 100644 --- a/src/install+setup/install/main.c +++ b/src/install+setup/install/main.c @@ -277,7 +277,7 @@ int main(int argc, char *argv[]) ctr[TR_CANCEL], NULL); } else { rc = 1; - fstype = EXT3; + fstype = EXT4; } if (rc == 2) goto EXIT; @@ -596,12 +596,6 @@ EXIT: fclose(flog); newtFinished(); - if (unattended) { - // Remove Setup autorun after boot - if (system("rm -f /harddisk/etc/rc.d/rcsysinit.d/S75firstsetup")) - printf("Unable to disable setup autorun.\n"); - } - if (system("/bin/umount /harddisk/proc")) printf("Unable to umount /harddisk/proc.\n"); } else {