Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |