mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-01 15:52:55 +02:00
Tripwire-Policy gefixt.
Backupctrl zur ISO gefuegt. Das logger-Tool loggt nicht korrekt in eine Datei. Unser IPSec-restart-Problem mit einem kleinem Patch behoben. Das das ifconfig Fehler liefert nehmen wir IP. Bitte testet dies noch einmal langfristig!!! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@713 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -159,8 +159,12 @@ int main(int argc, char *argv[])
|
||||
if (strstr (line, "unattended") != NULL) {
|
||||
unattended = 1;
|
||||
}
|
||||
// Loading the cdrom-filesystem
|
||||
// Loading the cdrom-filesystem and ext2
|
||||
mysystem("/sbin/modprobe iso9660");
|
||||
mysystem("/sbin/modprobe ext2");
|
||||
|
||||
// Loading the via_rhine driver because it isn't detected correctly
|
||||
mysystem("/sbin/modprobe via_rhine");
|
||||
}
|
||||
|
||||
if (unattended) {
|
||||
|
||||
Reference in New Issue
Block a user