installer: change modulename iso9660 -> isofs;

This commit is contained in:
Arne Fitzenreiter
2014-05-03 15:12:34 +02:00
parent 59209622e3
commit a254047d2d

View File

@@ -124,8 +124,8 @@ int main(int argc, char *argv[])
}
// Load common modules
mysystem("/sbin/modprobe iso9660"); // CDROM
// mysystem("/sbin/modprobe ext2"); // Boot patition
mysystem("/sbin/modprobe isofs"); // CDROM
mysystem("/sbin/modprobe ext4"); // Boot patition
mysystem("/sbin/modprobe vfat"); // USB key
/* German is the default */