summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Olivier Blin2007-06-041-2/+2
| | | | option)
* revert to initrd + pivot_root (or else unionfs panicks in ↵Olivier Blin2007-05-311-10/+17
| | | | unionfs_file_revalidate when using unionctl in new root)
* 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 ↵Olivier Blin2007-05-291-0/+3
| | | | with devfsd support)
* 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 ↵Olivier Blin2007-05-261-1/+4
| | | | post-install)
* 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 ↵Olivier Blin2007-05-171-1/+4
| | | | removed from initramfs
* 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 ↵Olivier Blin2007-05-161-1/+3
| | | | in live->{packs} and selecting them from live->{settings}{pack}
* 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
|
* rename directory "location" field as "path"Olivier Blin2007-05-161-15/+15
|
* allow to create loopback modules from live->{loopbacks}{modules} (to be used ↵Olivier Blin2007-05-161-1/+33
| | | | for separate i18n loopbacks)
* archive excluded files list as loopback type defined by ↵Olivier Blin2007-05-161-4/+2
| | | | live->{loopbacks}{exclude}{type}} instead of tarball
* use hardlink_filtered to build excluded files tarballOlivier Blin2007-05-161-5/+8
|
* add hardlink_filtered function to hardlink recursively file list to a ↵Olivier Blin2007-05-161-0/+14
| | | | directory (using rsync --files-from --link-dest)
* allow to use glob when expand file listOlivier Blin2007-05-161-1/+1
|
* protect derefOlivier Blin2007-05-161-1/+1
|
* rename live->{loopbacks}{exclude_files} as live->{loopbacks}{exclude}{files}Olivier Blin2007-05-161-1/+1
|
* transform list_excluded_files as more generic expand_file_listOlivier Blin2007-05-161-4/+4
|
* pass excluded files list in loopback directory hash to allow refined exclusionOlivier Blin2007-05-161-3/+6
|
* really set bootlogo variable (and simplify)Olivier Blin2007-05-161-3/+2
|
* add extension for some loopback typesOlivier Blin2007-05-161-0/+2
|
* add list_selected_loopbacks() functionOlivier Blin2007-05-161-4/+7
|
* copy only selected loopbacks in master imageOlivier Blin2007-05-161-2/+14
|
* allow to build squashfs with prefix different from chrootOlivier Blin2007-05-161-1/+1
|
* differentiate squashfs source and prefix to be able to build from sources != '/'Olivier Blin2007-05-161-3/+4
|