summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* remove --record-boot option, this can be achieved using --boot-only --record nowOlivier Blin2005-12-291-7/+0
* fix spacingOlivier Blin2005-12-291-2/+2
* add --boot-only option to prepare for special boot imagesOlivier Blin2005-12-291-2/+6
* use dashes instead of underscores in command line optionsOlivier Blin2005-12-291-8/+8
* require root capabilitiesOlivier Blin2005-12-291-1/+3
* sort storage typesOlivier Blin2005-12-291-1/+1
* install packages using urpmi --autoOlivier Blin2005-12-281-1/+1
* add some minimal help in syslinuxOlivier Blin2005-12-281-2/+12
* check that abs_path doesn't fail to find (rpm/patch) filesOlivier Blin2005-12-271-6/+6
* add missing newline charactersOlivier Blin2005-12-271-2/+2
* add patches config option to apply patches on the installed systemOlivier Blin2005-12-271-0/+6
* remove urpmi media added by drakx-in-chroot, they're unusableOlivier Blin2005-12-271-0/+2
* perl_checker fixOlivier Blin2005-12-271-1/+1
* add --post_install option to run post install only (rpms and patches installa...Olivier Blin2005-12-271-0/+7
* rename patch option as patch_installOlivier Blin2005-12-271-2/+2
* 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
* 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
* 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 read...Olivier Blin2005-12-151-7/+5
* 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 (p...Olivier Blin2005-12-071-29/+53
* 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 ins...Olivier Blin2005-11-221-0/+22
* 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