summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* create empty fstab and mtab for fsck programs not to complaindistro/mdv2007.1Olivier Blin2007-12-131-0/+3
|
* chomp filenameOlivier Blin2007-12-131-1/+2
|
* add ext2 and vfat storage types (with auto-fsck for ext2)Olivier Blin2007-12-131-0/+19
|
* add partition "loop" type to be able to mount partitions in initrdOlivier Blin2007-12-131-0/+11
|
* copy binary files for loop types if neededOlivier Blin2007-12-131-1/+3
|
* add inst_initrd_bin helper to copy binaries and their library dependenciesOlivier Blin2007-12-131-4/+12
|
* rename debug command line option as initrd_debug not to conflict with kernel ↵Olivier Blin2007-12-131-1/+1
| | | | option
* do not break / if modules directory is not availableOlivier Blin2007-10-261-1/+1
|
* do not use modules for volatile_squash_unionOlivier Blin2007-10-261-1/+0
|
* do not allow to create USB master, it is not correctly implemented yetOlivier Blin2007-10-161-1/+1
|
* create 2007.1 branchOlivier Blin2007-09-290-0/+0
|
* fix typoOlivier Blin2007-09-251-1/+1
|
* add newlines in die messages, not to trigger the infamous drakbugOlivier Blin2007-09-251-29/+29
|
* print usage if no option is specifiedOlivier Blin2007-09-251-1/+1
|
* fix division by zero /o\Olivier Blin2007-09-251-1/+1
|
* copy additional modules after plain modules, so that they can overwrite themOlivier Blin2007-09-191-1/+1
|
* fix additional modules copyOlivier Blin2007-09-191-1/+1
|
* please perl_checkerOlivier Blin2007-09-031-1/+1
|
* don't check symlinks when looking for kernels (fix matching ↵Olivier Blin2007-09-031-1/+1
| | | | vmlinuz-tmb-desktop586)
* simplifyOlivier Blin2007-09-031-1/+1
|
* allow to copy per-fs files in mkinitrdOlivier Blin2007-08-281-1/+9
|
* move mount actions in a storage_fs hashOlivier Blin2007-08-281-7/+22
|
* supplement perl_checker blacklistOlivier Blin2007-08-281-0/+4
|
* run mkdevices to create nodes for existing devicesOlivier Blin2007-08-281-0/+1
|
* fix typoOlivier Blin2007-08-281-1/+1
|
* move modules mount point in new rootOlivier Blin2007-08-281-0/+1
|
* cosmeticsOlivier Blin2007-08-281-1/+2
|
* remove more dirsOlivier Blin2007-08-281-1/+1
|
* add a new is_loopback variable to better list selected loopbacksOlivier Blin2007-08-281-1/+3
|
* create less loop devices by defaultOlivier Blin2007-08-281-2/+3
|
* allow to specify ro unionfs branchesOlivier Blin2007-08-281-1/+1
|
* make bootloader timeout configurableOlivier Blin2007-08-281-2/+8
|
* fix unionfs branches list by removing trailing colon (for unionfs2)Olivier Blin2007-08-281-1/+1
|
* make boot and loopbacks read-onlyOlivier Blin2007-08-281-0/+2
|
* mark hidden files hidden onlyOlivier Blin2007-08-281-1/+1
|
* fix vfat check...Olivier Blin2007-07-161-1/+1
|
* oops, I really meant vfat when stripping labels for nashOlivier Blin2007-06-121-2/+2
|
* add a get_media_source_for_nash functions that formats ext2 labels accordinglyOlivier Blin2007-06-111-1/+10
|
* do not select modules directory together with loopbacksOlivier Blin2007-06-071-1/+1
|
* hidden_files is a better nameOlivier Blin2007-06-071-2/+2
|
* hide more autorun filesOlivier Blin2007-06-071-1/+1
|
* remove multi squash union, better replaced with modulesOlivier Blin2007-06-071-13/+0
|
* use modules in volatile_squash_union mountsOlivier Blin2007-06-071-0/+1
|
* fix extra files selection in cdrom masterOlivier Blin2007-06-071-2/+2
|
* perl_checker fixesOlivier Blin2007-06-051-2/+2
|
* only run mattrib for vfatOlivier Blin2007-06-051-1/+3
|
* also hide autorun.inf (yes, hardcode it)Olivier Blin2007-06-051-1/+1
|
* hide all files begining with a dot on USB mediaOlivier Blin2007-06-051-4/+3
|
* do not copy extra media files in boot imagesOlivier Blin2007-06-051-5/+5
|
* add a glob wrapper that dotglob behavior and expand only if neededOlivier Blin2007-06-051-1/+8
|