summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* fix stupid mistakeOlivier Blin2005-12-271-4/+3
|
* don't allow to go on if no device is selected (thanks to Sylvie \o/)Olivier Blin2005-12-271-0/+7
|
* add a copy wizardOlivier Blin2005-12-261-10/+83
|
* umount eventually mounted usb devices before formatting or running syslinuxOlivier Blin2005-12-261-0/+7
|
* move default prefix in a dedicated hashOlivier Blin2005-12-261-10/+10
|
* make options sourced from --config overwrite previous settingsOlivier Blin2005-12-261-1/+1
|
* big rework to be able to record live system on multiple media:Olivier Blin2005-12-211-166/+224
| | | | | | | | | | | | - make bootloader/master/record steps media-specific - build bootloader files for each media (create bootloader files in boot/<storage_type> directory, to ease live duplication) - merge initrd step in bootloader step - add extra_media configuration key, to specify alternate media/storage - create loopbacks files in a loopbacks sub-directory - duplicate usb bootloader files at root of the usb media (for syslinux to find them) - create initrd mountpoints in /live and move them in the new root using "mount --move" (requires /bin/mount) - merge most media defaults in storage settings
* use rsync to copy files on usb mediaOlivier Blin2005-12-191-1/+1
|
* disable network, authentication and users step in finish-installOlivier Blin2005-12-191-1/+6
|
* fix mkisofs options orderingOlivier Blin2005-12-191-1/+1
|
* record on the fly, by piping creation step to recording step (piping subs is ↵Olivier Blin2005-12-161-37/+83
| | | | probably not the way to do that, committing it just for the record)
* format usb device when asked only, use "mlabel -i <dev> ::" to set label insteadOlivier Blin2005-12-161-7/+13
|
* allow to format the recorded mediaOlivier Blin2005-12-161-3/+21
|
* remove undeclared and useless variableOlivier Blin2005-12-161-1/+1
|
* record live cdroms using cdrecordOlivier Blin2005-12-151-0/+9
|
* create cdrom master using mkisofsOlivier Blin2005-12-151-0/+20
|
* it's useless to pre-create sdX devices, nash will do itOlivier Blin2005-12-151-2/+1
|
* avoid storage specific stuff in bootloader preparationOlivier Blin2005-12-151-8/+1
|
* always use system's losetup instead of nash's, required for loopbacks on ↵Olivier Blin2005-12-151-7/+5
| | | | read-only systems
* cdrom must be mounted read-onlyOlivier Blin2005-12-151-0/+2
|
* /sys is required for cdrom labelsOlivier Blin2005-12-151-1/+4
|
* use correct module and mount type for cdrom storageOlivier Blin2005-12-151-3/+8
|
* make storage description more configurableOlivier Blin2005-12-151-29/+43
|
* rename sparsefs mount as loopfs, make it take loopback file size as option ↵Olivier Blin2005-12-071-29/+53
| | | | (pre_allocate), and add new predefined squash mounts
* use syslinux -s, "safe, slow and stupid" version of SYSLINUXOlivier Blin2005-12-071-1/+2
|
* revert to cp_fOlivier Blin2005-12-051-1/+1
|
* add support for writable sparse loopbacksOlivier Blin2005-12-051-2/+19
|
* documentation fixOlivier Blin2005-11-291-1/+1
|
* don't die if non-mandatory modules are missing, warn and skip themOlivier Blin2005-11-291-3/+9
|
* add reference to the wiki pageOlivier Blin2005-11-291-0/+2
|
* initial importOlivier Blin2005-11-291-0/+601
|
* don't run Xnest if an auto_install file is usedOlivier Blin2005-11-221-1/+1
|
* contatenate auto_install and defcfg files into a new auto_install file in ↵Olivier Blin2005-11-221-0/+22
| | | | install root
* do not commit suicide if Xnest isn't usedOlivier Blin2005-11-221-1/+1
|
* remove destination dir as root, and create it if not existentOlivier Blin2005-11-221-1/+3
|
* install drakx-in-chroot in miscPascal Rigaux2005-09-121-1/+1
|
* replace /lib/tls with /lib for libraries collected using ↵Pascal Rigaux2005-09-021-0/+5
| | | | | | | collect_needed_libraries (it was already done for files collected using ldd)
* - allow to easy clean existing chrootPascal Rigaux2005-08-251-2/+3
| | | | | | - more fuzzy detection of mounted loop (to "losetup -d" it) - better log message for loop
* prevent packdrake faillure on creating temporary filesThierry Vignaud2005-08-191-0/+2
|
* make it work on x86_64 tooThierry Vignaud2005-08-031-0/+2
|
* don't need /lib/tls files anymore (since rpm works without nptl)Pascal Rigaux2005-08-031-2/+2
|
* bump copyright noticesThierry Vignaud2005-07-282-2/+2
|
* last mdk->mdv switchesThierry Vignaud2005-07-253-5/+5
|
* fix email addressses in copyright and bump themThierry Vignaud2005-07-255-7/+7
|
* fix ml addresssThierry Vignaud2005-07-251-1/+1
|
* fix email addresssesThierry Vignaud2005-07-252-32/+32
|
* module gzloop is needed to losetup a clpPascal Rigaux2005-06-301-0/+1
|
* - have /lib/tls/lib*.so* instead of replacing them with /lib/lib*.so*Pascal Rigaux2005-06-291-1/+4
| | | | | | otherwise rpm database gets corrupted - don't need setting LD_ASSUME_KERNEL anymore (it wasn't enough, and we now have tls libs)
* help getting rid of existing filesPascal Rigaux2005-06-281-1/+1
|
* add usagePascal Rigaux2005-06-211-0/+2
|