summaryrefslogtreecommitdiffstats
path: root/appliance/debian
Commit message (Collapse)AuthorAgeFilesLines
* ubuntu: Ignore packages in packagelist.in which are missing.Richard Jones2010-05-201-2/+10
| | | | | | | | | | | | | | For distros using 'yum', packages which cannot be found are just ignored. This allows us to include for example 'e4fsprogs' on the list even though that only exists on RHEL 5. However for Debian-derived distros, missing packages would cause apt to fail. This was particularly a problem when building Ubuntu since it doesn't have as complete a list of packages, and the list changed a lot between releases. This commit adds a check first for missing packages, ignoring those and thus acting more like 'yum'.
* Ubuntu: Use apt-get instead of aptitude when installing guestfsd.Richard Jones2010-05-201-2/+2
|
* Ubuntu: Revert install-kernel to debirf default script.Richard Jones2010-05-202-68/+1
|
* build: remove trailing blank lines; enable the syntax-check ruleJim Meyering2009-08-041-1/+0
| | | | | | | | | | | | | | * cfg.mk (disable_temporarily): Remove sc_prohibit_trailing_blank_lines. * appliance/Makefile.am: Remove trailing blank line(s). * appliance/debian/modules/y0_install-guestfsd: Likewise. * appliance/make.sh.in: Likewise. * appliance/packagelist.in: Likewise. * appliance/update.sh.in: Likewise. * haskell/run-bindtests: Likewise. * ocaml/run-bindtests: Likewise. * python/run-python-tests: Likewise. * recipes/squashfs.example: Likewise. * ruby/run-ruby-tests: Likewise.
* use 'stupid_simple' instead of 'nested' initramfsGuido Günther2009-07-041-1/+1
| | | | speeds up start of the appliance
* select proper kernel by architectureGuido Günther2009-07-041-1/+1
|
* remove superflous debirf scriptsGuido Günther2009-07-034-4/+0
|
* add debirf filesGuido Günther2009-07-0212-0/+117