summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* add hack to use modules list from chrootOlivier Blin2009-09-141-2/+14
* explicitely call list_modules::category2modulesOlivier Blin2009-09-141-2/+2
* add default label for harddisk storageOlivier Blin2009-09-111-0/+1
* use more meaningful supplement_slash_sizeOlivier Blin2009-09-111-2/+1
* initialize default partitions earlier (required when building boot files)Olivier Blin2009-09-112-11/+17
* allow to format disk devicesOlivier Blin2009-09-111-0/+1
* fix size approximations by using ceilOlivier Blin2009-08-041-1/+2
* keep an intOlivier Blin2009-08-041-1/+1
* preset fs_type for OEM_RESCUE partition tooOlivier Blin2009-08-041-2/+5
* really avoid vivificationOlivier Blin2009-08-041-1/+5
* do not vivify replicator and oem_rescueOlivier Blin2009-08-041-1/+1
* allow to install bootloader on separate /boot partitionOlivier Blin2009-08-031-0/+5
* we should use fs::format for thatOlivier Blin2009-07-311-0/+1
* add swap supportOlivier Blin2009-07-311-0/+2
* correct slash size in supplement_partitionsOlivier Blin2009-07-311-1/+3
* move / size and fs type pre-computing in a new supplement_partitions media me...Olivier Blin2009-07-302-1/+11
* excluded modules should not be reported as missingOlivier Blin2009-07-281-1/+1
* detect some modules as built-in and do not wrongly abortOlivier Blin2009-07-281-1/+10
* bless $live->{oem_rescue}{media}Olivier Blin2009-06-291-1/+1
* do not crash if index can not be foundOlivier Blin2009-06-291-1/+1
* add find_partition_index helperOlivier Blin2009-06-261-0/+5
* fill a partitions hash in mediaOlivier Blin2009-06-261-0/+1
* factorizeOlivier Blin2009-06-261-2/+3
* allow to create ext4 filesystemsOlivier Blin2009-06-171-1/+1
* allow to set inode size in {media}{inode_size} for ext2/ext3 file systemsOlivier Blin2009-06-171-2/+2
* fix previous commit to update /boot/vmlinuz correctlyOlivier Blin2009-05-261-3/+5
* add no_initrd optionOlivier Blin2009-05-261-0/+1
* move vmlinuz symlink creationOlivier Blin2009-05-261-1/+2
* do not create initrd symlink or append splash if no initrd has been createdOlivier Blin2009-05-261-5/+7
* make sure /proc and /sys are available when building initrd (useful to see er...Olivier Blin2009-05-261-0/+4
* Use 1MB squashfs blocks, this saves nearly 10% on the GNOME One ISOChristophe Fergeau2009-02-201-2/+2
* Call mksquashfs3 instead of mksquashfsChristophe Fergeau2009-02-181-1/+1
* Handle relative paths in modules.depChristophe Fergeau2009-02-131-1/+1
* allow to create cdrom replicatorOlivier Blin2008-12-241-0/+1
* do not copy /dev/loop in system's /devOlivier Blin2008-11-121-0/+1
* remove deprecated mkdevices callOlivier Blin2008-11-121-1/+0
* make /dev/tty tooOlivier Blin2008-11-121-1/+1
* use again du --apparent-size for some sparse filesOlivier Blin2008-10-301-1/+5
* extract post-pivot root modules clean in per-loop-type pivot_clean subOlivier Blin2008-10-302-2/+8
* do not use qq() if not neededOlivier Blin2008-10-301-6/+6
* do not hardcode /liveOlivier Blin2008-10-301-4/+4
* factorize initrd rootOlivier Blin2008-10-301-7/+8
* do not remove /live/union if not existingOlivier Blin2008-10-301-1/+1
* group modules stuffOlivier Blin2008-10-301-1/+1
* only move modules list if neededOlivier Blin2008-10-301-1/+1
* do not pre-create mountpoints for plain mounts in initrd, they are created at...Olivier Blin2008-10-302-1/+2
* mount /dev as tmpfs after pivot_root, so that finit's /dev/initctl does not g...Olivier Blin2008-10-301-0/+2
* use -B 1 instead of -b when running du (to use real size instead of apparent ...Olivier Blin2008-10-291-1/+1
* use functions from main namespace for now...Olivier Blin2008-10-291-11/+11
* add common for removeXiBSuffixOlivier Blin2008-10-291-0/+1