summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 3.13.HEAD3.13masterRichard W.M. Jones2012-02-091-1/+1
|
* Update to latest gnulib.Richard W.M. Jones2012-02-095-57/+113
|
* Allow two config files in different packages, if exactly one is %ghost.Richard W.M. Jones2012-02-091-2/+7
| | | | | This works around this Fedora problem: https://bugzilla.redhat.com/show_bug.cgi?id=733117#c4
* helper: fix no-op add_link functionJim Meyering2012-01-101-1/+3
| | | | | * helper/ext2cpio.c (add_link): Don't leak just-allocated buffer. Instead, link it into links_head list.
* helper: plug two small leaksJim Meyering2012-01-102-2/+5
| | | | | | * helper/ext2initrd.c (read_module_deps): Don't leak filename. (ext2_make_initrd): Don't leak "outfile". * helper/utils.c (load_file): Don't leak a file pointer.
* helper: Print /modules when verbose >= 2Richard W.M. Jones2011-12-171-0/+3
|
* Fix Python code when _bestPackageFromList returns None.Richard W.M. Jones2011-11-081-1/+1
| | | | | Yet Another Bug caused by lack of strong typing and nullable types in this sad excuse for a programming language.
* Add TODO file.Richard W.M. Jones2011-11-041-0/+54
|
* debian: Quote parameters to grep.Richard W.M. Jones2011-10-271-1/+1
| | | | This updates commit daa0a6218be2cee5284d6961fc05b7e53d368abd.
* debian: Ignore other secondary architectures, not just :i386.Hilko Bengen2011-10-211-1/+1
|
* Version 3.12.3.12Richard W.M. Jones2011-10-181-1/+1
|
* ubuntu: Remove '*:i386' (multiarch?) packages.Richard W.M. Jones2011-10-181-1/+1
| | | | | This is a hack. Unclear if this is really needed or what it does, but it fixes Ubuntu 11.10 builds for me.
* debian: Clean up a debug message.Richard W.M. Jones2011-10-181-3/+2
|
* debian: Fix Debian package handler when --use-installed not given.Richard W.M. Jones2011-10-181-3/+7
| | | | | | | | If there is no --use-installed option, then it didn't download all the packages (only the ones not installed). But this failed later when it tried to unpack the packages that hadn't been downloaded. Thus download all the packages if !use_installed.
* debian: Get installed package list in the ph_init handler.Richard W.M. Jones2011-10-181-14/+9
| | | | | Use the Debian ph_init handler to get the list of installed packages.
* Don't pass use_installed to every package handler function.Richard W.M. Jones2011-10-186-29/+40
| | | | | | | | | | | | | | | use_installed is a global variable (defined in febootstrap_cmdline.mli) so there's not much point in passing it around to every function that needs it. This commit removes the optional argument in favour of just using the global variable in each package handler. However we still need a place where we can bail if the --use-installed flag is used for package handlers which don't support this yet. Thus add a ph_init function is called after the right package handler has been detected but before it is used. This is a convenient place to put the --use-installed checking and any other initialization that is required.
* debian: Don't always try to run dpkg-query command.Richard W.M. Jones2011-10-141-6/+17
| | | | | | | | Delay calling this until after debian_detect() has been called and we've decided to use the Debian backend. Otherwise this breaks non-dpkg backends. This fixes commit b8cea4656e5bf1b9e7bb2274ef968ea42b10e0df.
* Version 3.11.3.11Richard W.M. Jones2011-10-141-1/+1
|
* helper/init: Display version and zlib support.Richard W.M. Jones2011-10-141-2/+7
|
* Find package dependencies fix for pacman.Erik Nolte2011-10-141-8/+7
| | | | | | | | Since the pactree utility only accepts one package name, we must iterate through the packages rather than specify them all on the command line. To avoid errors when febootstrap is run on a system with outdated packages, use ls and awk on the febootstrap package cache directory rather than using the host's outdated pacman database.
* Replace ArchLinux module detection with generic method.Erik Nolte2011-10-141-60/+96
| | | | | | | | | ArchLinux used to keep its kernel in /boot/vmlinuz26 but, with Linux 3.0, now uses /boot/vmlinuz-linux. Instead of just changing the kernel filename and module directory, this change removes the ArchLinux specific code, lets febootstrap find a kernel, and then computes the module directory from the version string extracted from the actual kernel file.
* helper/init: Handle compressed modules transparently.Erik Nolte2011-10-144-20/+66
| | | | | | | | | | | | | | | | | | | | Detect libz and, if present, define HAS_LIBZ and add -lz to Makefile's LIBS variable. Add entry on optional zlib package requirement. Detect both uncompressed and gzipped kernel modules. Some Linux distros (like ArchLinux) use gzipped kernel modules with filenames like ext2.ko.gz. This change modifies the filename pattern from (e.g.) "ext2.ko" to "ext2.ko*". When available, use libz to read the module. The init_module system call requires uncompressed kernel module bytes. On some systems (e.g. ArchLinux) the modules are gzipped on disk. Libz is used to read and uncompress gzipped disk files (*.ko.gz) or transparently read uncompressed modules (*.ko).
* Checkout gnulib if the directory is empty.Erik Nolte2011-10-141-0/+5
|
* helper: Improve error message when run on random files (thanks Alexey Torkhov).Richard W.M. Jones2011-10-061-1/+3
|
* Use ext2fs_close2 API if available to avoid unnecessary fsync.Richard W.M. Jones2011-09-242-1/+10
| | | | | | | | This saves over 5 seconds during the slow path construction of the appliance. The ext2fs_close2 API is present in the e2fsprogs 'next' branch and will be in a later e2fsprogs release (thanks Ted Ts'o).
* febootstrap: Use contents of installed Debian packages instead of ↵Hilko Bengen2011-09-239-22/+96
| | | | | | | downloading and unpacking them. This also adds --use-installed switch (which for now only works for Debian).
* Verbose message when adding kernel modules.Richard W.M. Jones2011-09-231-0/+3
| | | | | This step takes a considerable amount of time (about half of the total construction time), so separately display a timestamped message for it.
* yum-rpm: Add more debugging to the Python code.Richard W.M. Jones2011-09-141-5/+17
|
* Stable OCaml dependencies.Richard Jones2011-09-123-22/+18
| | | | | | This technique copied from libguestfs/resize/Makefile.am and modified so that it works with old ocamldep that used to add spaces at the end of lines.
* docs: Use multiple =item's instead of =item foo|barRichard Jones2011-09-121-3/+13
|
* Version 3.10.3.10Richard W.M. Jones2011-09-011-1/+1
|
* Move febootstrap into src/ subdirectory.Richard W.M. Jones2011-09-0117-90/+112
| | | | | Now we have src/ for febootstrap and helper/ for febootstrap-supermin-helper.
* Fix previous commit for non-Debian case.Richard W.M. Jones2011-09-011-1/+3
| | | | This updates commit 3ac623701e5fe5ce94b22b4f40f72ee0161d5184.
* debian: Include workaround for broken apt-cache depends --recurse.Richard W.M. Jones2011-09-013-1/+43
| | | | | | | | | Ubuntu 10.04 LTS has a broken apt-cache depends --recurse command which does not in fact recurse deeply enough to find all dependencies (this is fixed in Ubuntu 11.04). Include a workaround for this so we can use febootstrap on old Ubuntu versions.
* debian: Use configured aptitude program instead of just "aptitude".Richard W.M. Jones2011-09-011-1/+2
|
* debian: Detect apt-cache in configure.Richard W.M. Jones2011-09-013-2/+5
|
* Version 3.9.3.9Richard W.M. Jones2011-08-261-1/+1
|
* Remove obsolete ELF_DEFAULT_ARCH, DEFAULT_ARCH rules from Makefile.Richard W.M. Jones2011-08-261-4/+0
| | | | This updates commit df569d49aa10af5995f771362ddc1400f16486e8.
* febootstrap: Fix build on platforms where there is no native OCaml compiler.Hilko Bengen2011-08-251-1/+3
|
* febootstrap-supermin-helper: Replace objcopy call for embedding init binaryHilko Bengen2011-08-254-35/+55
| | | | | | | | | | | | objcopy needs "output-target" and "binary-architecture" parameters which makes it necessary to keep a list of known architectures. The bin2s.pl script generates input for the GNU assembler which should produce an object file that is equivalent to that produced by objcopy. I have successfully tested the change on an amd64 Debian/unstable system. RWMJ: Added bin2s.pl to EXTRA_DIST and updated .gitignore.
* febootstrap: Add --save-temps option to save temporary files on exit.Richard W.M. Jones2011-08-196-9/+27
|
* Update copyright notices in manual pages.Richard W.M. Jones2011-08-192-2/+2
|
* Include ext4 module in the initrd.Richard W.M. Jones2011-08-121-1/+2
| | | | | | | | Modern kernels allow you to use the ext4.ko module to support ext2 and ext3 access. On Fedora, this is the default (albeit not as a module, so this code path would not be tested yet).
* Download archives with permissive umask (thanks David Konerding).Richard W.M. Jones2011-08-103-6/+6
| | | | https://www.redhat.com/archives/libguestfs/2011-August/msg00025.html
* Version 3.8.3.8Richard W.M. Jones2011-08-101-1/+1
|
* helper: Allow kernel and modpath to be selected from envvars (RHBZ#671082).Richard W.M. Jones2011-07-225-2/+117
|
* helper: create_kernel_archlinux should return const char *Richard W.M. Jones2011-07-221-2/+2
|
* helper: Move all_files down function.Richard W.M. Jones2011-07-221-2/+1
| | | | This is just code tidy-up.
* debian: Check for gawk.Richard W.M. Jones2011-07-211-0/+5
|
* Version 3.7.3.7Richard W.M. Jones2011-07-151-1/+1
|