summaryrefslogtreecommitdiffstats
path: root/draklive
Commit message (Collapse)AuthorAgeFilesLines
...
* use lzma by default (should be an option)Olivier Blin2008-07-111-6/+4
|
* write live->{system}{files} with no_install option in ↵Olivier Blin2008-05-261-0/+2
| | | | /etc/draklive-install.d/remove.d/draklive
* use a hash for file copy optionsOlivier Blin2008-05-261-1/+2
|
* add support for external pre-pivot-root command in initrd ↵Olivier Blin2008-05-161-0/+1
| | | | ($live->{system}{initrd_pre_pivot})
* fix typoOlivier Blin2008-05-151-1/+1
|
* remove doble spaceOlivier Blin2008-05-151-1/+1
|
* move files from /initrd/live in new rootOlivier Blin2008-05-151-0/+1
|
* rmdir /initrd/live outside of /initrd/liveOlivier Blin2008-05-151-1/+2
|
* skip non-dirs when mount moving to new rootOlivier Blin2008-05-151-1/+1
|
* write modules list in live prefixOlivier Blin2008-05-151-3/+3
|
* upper-case FAT labels again (we switched to blkid in nash)Olivier Blin2008-05-131-2/+2
|
* fix commentOlivier Blin2008-05-131-1/+1
|
* fix installing probe-modules for x86_64 (spotted by imr)Olivier Blin2008-05-021-1/+4
|
* do not use nash-mount to mount tmpfs (run by busybox when using fallback)Olivier Blin2008-05-021-1/+1
|
* allow to split version out of name (to follow name-product-version naming)Olivier Blin2008-04-041-1/+1
|
* write full list of rpm packages and list of rpm leaves, sorted by package sizeOlivier Blin2008-03-311-0/+10
|
* extract write_dist_listsOlivier Blin2008-03-311-2/+8
|
* write a .langs file with human-readable langs listOlivier Blin2008-03-311-0/+6
|
* extract get_langs functionOlivier Blin2008-03-311-1/+9
|
* create packages lst in distOlivier Blin2008-03-311-1/+3
|
* rename images as distOlivier Blin2008-03-311-3/+3
|
* add comments about squashfs+lzmaOlivier Blin2008-03-311-1/+3
|
* unanchor regexp to use libs from /usr againOlivier Blin2008-03-211-1/+1
|
* use libraries from /lib instead of /lib/i686 (#38649) and /lib/tls (#21683) ↵Olivier Blin2008-03-211-0/+1
| | | | to be able to boot on processors without cmov
* anchor regexp and include / in prefixOlivier Blin2008-03-211-3/+3
|
* add firewire controllers (bus and disk) in CDROM live (#31356)Olivier Blin2008-03-201-1/+1
|
* use sh when unmounting /proc/bus/usb (to handle fd redirection)Olivier Blin2008-03-061-1/+1
|
* don't bother using error filehandle, open3 does not generate symbol ifOlivier Blin2008-03-061-3/+2
| | | | | the argument is undef, and it copies stderr to stdout in this case anyway
* fix handling of open3 errors (it returns the kid pid before exec fails)Olivier Blin2008-03-061-1/+2
|
* do not kill process, just hang while waiting for itOlivier Blin2008-03-061-3/+1
|
* add newline before printing normal outputOlivier Blin2008-03-061-0/+4
|
* return if open3 failsOlivier Blin2008-03-061-1/+1
|
* hide mkcd outputOlivier Blin2008-03-061-1/+1
|
* handle genisoimage progress more nicelyOlivier Blin2008-03-061-1/+14
|
* use IPC::Open3 and IO::Select in run_foreach to catch stderr as wellOlivier Blin2008-03-061-4/+17
|
* remove hardcoded fastboot optionOlivier Blin2008-03-051-1/+0
|
* umount /proc/bus/usb before pivot_root in initrdOlivier Blin2008-03-051-0/+1
|
* do not try to use consolehelper to display "must be root" message, it's ↵Olivier Blin2008-03-031-1/+1
| | | | broken outside of X
* remove minor size increaseOlivier Blin2008-02-291-1/+1
|
* adjust initrd sizesOlivier Blin2008-02-291-2/+2
|
* chomp command outputsOlivier Blin2008-02-291-2/+2
|
* simplifyOlivier Blin2008-02-291-1/+1
|
* keep size unmodifiedOlivier Blin2008-02-291-3/+3
|
* check that there is enough space left in initrdOlivier Blin2008-02-291-0/+2
|
* do not print excluding modules warning if not neededOlivier Blin2008-02-291-2/+1
|
* fix nash-mount usageOlivier Blin2008-02-121-1/+1
|
* oops, do not use nash-mount hereOlivier Blin2008-02-121-1/+1
|
* fix nash-mount usage for /proc and /sysOlivier Blin2008-02-121-2/+2
|
* - move initrd modules in /lib/modules/`uname -r`Olivier Blin2008-02-121-10/+9
| | | | | | - gzip initrd modules - use depmod to generate modules.dep
* use stage1's probe-modules instead of dropped nash's insmodOlivier Blin2008-02-121-1/+1
|