summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Expand)AuthorAgeFilesLines
* 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
* protect rm_rf from dieOlivier Blin2007-06-051-1/+1
* run mattrib with MTOOLS_SKIP_CHECKOlivier Blin2007-06-041-1/+1
* create mtools_run_Olivier Blin2007-06-041-2/+6
* use glob_ to match dot files (since File::Glob does not provide a dotglob opt...Olivier Blin2007-06-041-2/+2
* revert to initrd + pivot_root (or else unionfs panicks in unionfs_file_revali...Olivier Blin2007-05-311-10/+17
* modify custom nfs syntaxOlivier Blin2007-05-311-6/+6
* oops, add back mountpointOlivier Blin2007-05-311-1/+2
* use modules source for squash_unionOlivier Blin2007-05-311-0/+8
* add modules source typeOlivier Blin2007-05-311-0/+8
* allow to get loopbacks list from a fileOlivier Blin2007-05-311-4/+5
* allow to delay mount of specific loopbacksOlivier Blin2007-05-311-1/+4
* try to get interactive debug shellOlivier Blin2007-05-311-1/+1
* allow to specify module options in $live->{system}{module_options}Olivier Blin2007-05-311-1/+1
* allow to use real glob patterns in live->{system}{remove_files}Olivier Blin2007-05-311-1/+1
* fix directory creation when dest is a dir in copy_files_toOlivier Blin2007-05-311-1/+1
* clean build files before creating new onesOlivier Blin2007-05-311-1/+1
* pre-create devfsd compatibility loop devices (since busybox is still built wi...Olivier Blin2007-05-291-0/+3
* pre-create more loop devicesOlivier Blin2007-05-291-1/+1
* modify loopback modules syntax to be compatible with file list expansionOlivier Blin2007-05-261-1/+1
* copy resolv.conf in chroot for urpmi to work (and clean it at end of post-ins...Olivier Blin2007-05-261-1/+4
* fix excluded loopback pathOlivier Blin2007-05-251-1/+1
* pass opts when formattingOlivier Blin2007-05-211-1/+1
* fix typo...Olivier Blin2007-05-211-1/+1
* make optional device usage more consistentOlivier Blin2007-05-211-18/+18
* remove extra media supportOlivier Blin2007-05-211-7/+2
* fix some typosOlivier Blin2007-05-211-2/+2
* remove optional media supportOlivier Blin2007-05-211-25/+23
* move new root mount point in /sysroot, so that live dir can be properly remov...Olivier Blin2007-05-171-1/+4
* remove more initrd relicsOlivier Blin2007-05-161-1/+0
* use busybox's mkdir since nash's "mkdir -p" does not have the standard behaviorOlivier Blin2007-05-161-1/+1
* fix silly typoOlivier Blin2007-05-161-1/+1
* allow to include loopback modules in master images by defining modules sets i...Olivier Blin2007-05-161-1/+3
* define /modules in prefix hashOlivier Blin2007-05-161-2/+3
* make directory path prefixed by / (to make subpath usage easier)Olivier Blin2007-05-161-11/+11