Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow to format disk devices | Olivier Blin | 2009-09-11 | 1 | -0/+1 |
| | |||||
* | fix size approximations by using ceil | Olivier Blin | 2009-08-04 | 1 | -1/+2 |
| | |||||
* | keep an int | Olivier Blin | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | preset fs_type for OEM_RESCUE partition too | Olivier Blin | 2009-08-04 | 1 | -2/+5 |
| | |||||
* | really avoid vivification | Olivier Blin | 2009-08-04 | 1 | -1/+5 |
| | |||||
* | do not vivify replicator and oem_rescue | Olivier Blin | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | allow to install bootloader on separate /boot partition | Olivier Blin | 2009-08-03 | 1 | -0/+5 |
| | |||||
* | we should use fs::format for that | Olivier Blin | 2009-07-31 | 1 | -0/+1 |
| | |||||
* | add swap support | Olivier Blin | 2009-07-31 | 1 | -0/+2 |
| | |||||
* | correct slash size in supplement_partitions | Olivier Blin | 2009-07-31 | 1 | -1/+3 |
| | |||||
* | move / size and fs type pre-computing in a new supplement_partitions media ↵ | Olivier Blin | 2009-07-30 | 2 | -1/+11 |
| | | | | method | ||||
* | excluded modules should not be reported as missing | Olivier Blin | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | detect some modules as built-in and do not wrongly abort | Olivier Blin | 2009-07-28 | 1 | -1/+10 |
| | |||||
* | bless $live->{oem_rescue}{media} | Olivier Blin | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | do not crash if index can not be found | Olivier Blin | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | add find_partition_index helper | Olivier Blin | 2009-06-26 | 1 | -0/+5 |
| | |||||
* | fill a partitions hash in media | Olivier Blin | 2009-06-26 | 1 | -0/+1 |
| | |||||
* | factorize | Olivier Blin | 2009-06-26 | 1 | -2/+3 |
| | |||||
* | allow to create ext4 filesystems | Olivier Blin | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | allow to set inode size in {media}{inode_size} for ext2/ext3 file systems | Olivier Blin | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | fix previous commit to update /boot/vmlinuz correctly | Olivier Blin | 2009-05-26 | 1 | -3/+5 |
| | |||||
* | add no_initrd option | Olivier Blin | 2009-05-26 | 1 | -0/+1 |
| | |||||
* | move vmlinuz symlink creation | Olivier Blin | 2009-05-26 | 1 | -1/+2 |
| | |||||
* | do not create initrd symlink or append splash if no initrd has been created | Olivier Blin | 2009-05-26 | 1 | -5/+7 |
| | |||||
* | make sure /proc and /sys are available when building initrd (useful to see ↵ | Olivier Blin | 2009-05-26 | 1 | -0/+4 |
| | | | | error messages at least, from Paulo Ricardo Zanoni) | ||||
* | Use 1MB squashfs blocks, this saves nearly 10% on the GNOME One ISO | Christophe Fergeau | 2009-02-20 | 1 | -2/+2 |
| | | | | Thanks Titi. (yep, I mean it :) | ||||
* | Call mksquashfs3 instead of mksquashfs | Christophe Fergeau | 2009-02-18 | 1 | -1/+1 |
| | | | | | Squashfs4 doesn't have support for lzma compression yet so we have to keep using Squashfs3 for now for the One isos. | ||||
* | Handle relative paths in modules.dep | Christophe Fergeau | 2009-02-13 | 1 | -1/+1 |
| | |||||
* | allow to create cdrom replicator | Olivier Blin | 2008-12-24 | 1 | -0/+1 |
| | |||||
* | do not copy /dev/loop in system's /dev | Olivier Blin | 2008-11-12 | 1 | -0/+1 |
| | |||||
* | remove deprecated mkdevices call | Olivier Blin | 2008-11-12 | 1 | -1/+0 |
| | |||||
* | make /dev/tty too | Olivier Blin | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | use again du --apparent-size for some sparse files | Olivier Blin | 2008-10-30 | 1 | -1/+5 |
| | |||||
* | extract post-pivot root modules clean in per-loop-type pivot_clean sub | Olivier Blin | 2008-10-30 | 2 | -2/+8 |
| | |||||
* | do not use qq() if not needed | Olivier Blin | 2008-10-30 | 1 | -6/+6 |
| | |||||
* | do not hardcode /live | Olivier Blin | 2008-10-30 | 1 | -4/+4 |
| | |||||
* | factorize initrd root | Olivier Blin | 2008-10-30 | 1 | -7/+8 |
| | |||||
* | do not remove /live/union if not existing | Olivier Blin | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | group modules stuff | Olivier Blin | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | only move modules list if needed | Olivier Blin | 2008-10-30 | 1 | -1/+1 |
| | |||||
* | do not pre-create mountpoints for plain mounts in initrd, they are created ↵ | Olivier Blin | 2008-10-30 | 2 | -1/+2 |
| | | | | at runtime | ||||
* | mount /dev as tmpfs after pivot_root, so that finit's /dev/initctl does not ↵ | Olivier Blin | 2008-10-30 | 1 | -0/+2 |
| | | | | get forgotten when start_udev remounts /dev | ||||
* | use -B 1 instead of -b when running du (to use real size instead of apparent ↵ | Olivier Blin | 2008-10-29 | 1 | -1/+1 |
| | | | | size) | ||||
* | use functions from main namespace for now... | Olivier Blin | 2008-10-29 | 1 | -11/+11 |
| | |||||
* | add common for removeXiBSuffix | Olivier Blin | 2008-10-29 | 1 | -0/+1 |
| | |||||
* | move detect_devices use where it belongs | Olivier Blin | 2008-10-29 | 1 | -0/+2 |
| | |||||
* | fix storage types usage | Olivier Blin | 2008-10-29 | 1 | -2/+3 |
| | |||||
* | move storage types in MDV::Draklive::Storage | Olivier Blin | 2008-10-29 | 1 | -0/+39 |
| | |||||
* | bless replicator media too | Olivier Blin | 2008-10-29 | 1 | -0/+1 |
| | |||||
* | improve comment | Olivier Blin | 2008-10-29 | 1 | -1/+1 |
| |