Subversion Repositories livecd

Rev

Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 116 Rev 120
Line 378... Line 378...
378
   modprobe_module squashfs
378
   modprobe_module squashfs
379
   echolog "starting unionfs/aufs support"
379
   echolog "starting unionfs/aufs support"
380
   modprobe_module unionfs
380
   modprobe_module unionfs
381
   modprobe_module aufs
381
   modprobe_module aufs
382
   echolog "starting vfat support"
382
   echolog "starting vfat support"
383
   modprobe_module nls_cp437
383
   # modprobe_module nls_cp437
384
   modprobe_module nls_iso8859-1
384
   # modprobe_module nls_iso8859-1
385
   modprobe_module nls_iso8859-2
385
   # modprobe_module nls_iso8859-2
386
   modprobe_module vfat
386
   modprobe_module vfat
387
   echolog "starting ntfs support"
387
   echolog "starting ntfs support"
388
   modprobe_module ntfs
388
   modprobe_module ntfs
389
   create_block_devices
389
   create_block_devices
390
}
390
}