mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-04 19:11:27 +02:00
Erste Teile der neuen Netzwerkscripte.
Installer-Fix. SCSI+SATA-Module zum Kernel hinzugefuegt git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@462 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -513,12 +513,6 @@ int main(int argc, char *argv[])
|
||||
/* Rename uname */
|
||||
rename ("/harddisk/bin/uname.bak", "/harddisk/bin/uname");
|
||||
|
||||
/* *always* write disk configuration */
|
||||
if (!(write_disk_configs(&hdparams))){
|
||||
errorbox(ctr[TR_ERROR_WRITING_CONFIG]);
|
||||
goto EXIT;
|
||||
}
|
||||
|
||||
/* mount proc filesystem */
|
||||
mysystem("mkdir /harddisk/proc");
|
||||
mysystem("/bin/mount -t proc none /harddisk/proc");
|
||||
|
||||
Reference in New Issue
Block a user