Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check that abs_path doesn't fail to find (rpm/patch) files | Olivier Blin | 2005-12-27 | 1 | -6/+6 |
| | |||||
* | add missing newline characters | Olivier Blin | 2005-12-27 | 1 | -2/+2 |
| | |||||
* | add patches config option to apply patches on the installed system | Olivier Blin | 2005-12-27 | 1 | -0/+6 |
| | |||||
* | remove urpmi media added by drakx-in-chroot, they're unusable | Olivier Blin | 2005-12-27 | 1 | -0/+2 |
| | |||||
* | perl_checker fix | Olivier Blin | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | add --post_install option to run post install only (rpms and patches ↵ | Olivier Blin | 2005-12-27 | 1 | -0/+7 |
| | | | | installation) | ||||
* | rename patch option as patch_install | Olivier Blin | 2005-12-27 | 1 | -2/+2 |
| | |||||
* | fix stupid mistake | Olivier Blin | 2005-12-27 | 1 | -4/+3 |
| | |||||
* | don't allow to go on if no device is selected (thanks to Sylvie \o/) | Olivier Blin | 2005-12-27 | 1 | -0/+7 |
| | |||||
* | add a copy wizard | Olivier Blin | 2005-12-26 | 1 | -10/+83 |
| | |||||
* | umount eventually mounted usb devices before formatting or running syslinux | Olivier Blin | 2005-12-26 | 1 | -0/+7 |
| | |||||
* | move default prefix in a dedicated hash | Olivier Blin | 2005-12-26 | 1 | -10/+10 |
| | |||||
* | make options sourced from --config overwrite previous settings | Olivier Blin | 2005-12-26 | 1 | -1/+1 |
| | |||||
* | big rework to be able to record live system on multiple media: | Olivier Blin | 2005-12-21 | 1 | -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 media | Olivier Blin | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | disable network, authentication and users step in finish-install | Olivier Blin | 2005-12-19 | 1 | -1/+6 |
| | |||||
* | fix mkisofs options ordering | Olivier Blin | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | record on the fly, by piping creation step to recording step (piping subs is ↵ | Olivier Blin | 2005-12-16 | 1 | -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 instead | Olivier Blin | 2005-12-16 | 1 | -7/+13 |
| | |||||
* | allow to format the recorded media | Olivier Blin | 2005-12-16 | 1 | -3/+21 |
| | |||||
* | remove undeclared and useless variable | Olivier Blin | 2005-12-16 | 1 | -1/+1 |
| | |||||
* | record live cdroms using cdrecord | Olivier Blin | 2005-12-15 | 1 | -0/+9 |
| | |||||
* | create cdrom master using mkisofs | Olivier Blin | 2005-12-15 | 1 | -0/+20 |
| | |||||
* | it's useless to pre-create sdX devices, nash will do it | Olivier Blin | 2005-12-15 | 1 | -2/+1 |
| | |||||
* | avoid storage specific stuff in bootloader preparation | Olivier Blin | 2005-12-15 | 1 | -8/+1 |
| | |||||
* | always use system's losetup instead of nash's, required for loopbacks on ↵ | Olivier Blin | 2005-12-15 | 1 | -7/+5 |
| | | | | read-only systems | ||||
* | cdrom must be mounted read-only | Olivier Blin | 2005-12-15 | 1 | -0/+2 |
| | |||||
* | /sys is required for cdrom labels | Olivier Blin | 2005-12-15 | 1 | -1/+4 |
| | |||||
* | use correct module and mount type for cdrom storage | Olivier Blin | 2005-12-15 | 1 | -3/+8 |
| | |||||
* | make storage description more configurable | Olivier Blin | 2005-12-15 | 1 | -29/+43 |
| | |||||
* | rename sparsefs mount as loopfs, make it take loopback file size as option ↵ | Olivier Blin | 2005-12-07 | 1 | -29/+53 |
| | | | | (pre_allocate), and add new predefined squash mounts | ||||
* | use syslinux -s, "safe, slow and stupid" version of SYSLINUX | Olivier Blin | 2005-12-07 | 1 | -1/+2 |
| | |||||
* | revert to cp_f | Olivier Blin | 2005-12-05 | 1 | -1/+1 |
| | |||||
* | add support for writable sparse loopbacks | Olivier Blin | 2005-12-05 | 1 | -2/+19 |
| | |||||
* | documentation fix | Olivier Blin | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | don't die if non-mandatory modules are missing, warn and skip them | Olivier Blin | 2005-11-29 | 1 | -3/+9 |
| | |||||
* | add reference to the wiki page | Olivier Blin | 2005-11-29 | 1 | -0/+2 |
| | |||||
* | initial import | Olivier Blin | 2005-11-29 | 1 | -0/+601 |
| | |||||
* | don't run Xnest if an auto_install file is used | Olivier Blin | 2005-11-22 | 1 | -1/+1 |
| | |||||
* | contatenate auto_install and defcfg files into a new auto_install file in ↵ | Olivier Blin | 2005-11-22 | 1 | -0/+22 |
| | | | | install root | ||||
* | do not commit suicide if Xnest isn't used | Olivier Blin | 2005-11-22 | 1 | -1/+1 |
| | |||||
* | remove destination dir as root, and create it if not existent | Olivier Blin | 2005-11-22 | 1 | -1/+3 |
| | |||||
* | install drakx-in-chroot in misc | Pascal Rigaux | 2005-09-12 | 1 | -1/+1 |
| | |||||
* | replace /lib/tls with /lib for libraries collected using ↵ | Pascal Rigaux | 2005-09-02 | 1 | -0/+5 |
| | | | | | | | collect_needed_libraries (it was already done for files collected using ldd) | ||||
* | - allow to easy clean existing chroot | Pascal Rigaux | 2005-08-25 | 1 | -2/+3 |
| | | | | | | - more fuzzy detection of mounted loop (to "losetup -d" it) - better log message for loop | ||||
* | prevent packdrake faillure on creating temporary files | Thierry Vignaud | 2005-08-19 | 1 | -0/+2 |
| | |||||
* | make it work on x86_64 too | Thierry Vignaud | 2005-08-03 | 1 | -0/+2 |
| | |||||
* | don't need /lib/tls files anymore (since rpm works without nptl) | Pascal Rigaux | 2005-08-03 | 1 | -2/+2 |
| | |||||
* | bump copyright notices | Thierry Vignaud | 2005-07-28 | 2 | -2/+2 |
| | |||||
* | last mdk->mdv switches | Thierry Vignaud | 2005-07-25 | 3 | -5/+5 |
| |