Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-30 | Make fetch-new-vmdebootstrap a bit more verbose.HEADshtrom-s-mastermaster | Petter Reinholdtsen | |
2015-08-16 | Use httpredir.debian.org official service instead of http.debian.net | Didier Raboud | |
2015-08-05 | Remove unneeded DHCP config option to vmdebootstrap | Sunil Mohan Adapa | |
2015-07-28 | Use vmdebootstrap-0.8 | James Valleroy | |
2015-07-07 | Don't fail if there is no epmd to kill | Sunil Mohan Adapa | |
2015-07-07 | Remove enabling non-free for Cubietruck | Sunil Mohan Adapa | |
- After discussion with Markus Sabadello <markus.sabadello@gmail.com>, the maintainer of Cubietruck support, it was felt that there are no packages in the image that come from the non-free repository. So, we decided to try remove non-free repository. | |||
2015-04-19 | Make the size of the generated image parametrable | Olivier Mehani | |
2015-04-19 | Don't enable the nonfree repository for BeagleBone images | Nick White | |
It isn't necessary or desirable. It can probably also be removed from the cubietruck images. | |||
2015-02-27 | Merge pull request #14 from bharatak/master | Sunil Mohan Adapa | |
corrected the git url for freedom-maker build | |||
2015-02-27 | corrected the git url for freedom-maker build | bharatak | |
2015-02-12 | Update documentation about the new targets | Sunil Mohan Adapa | |
2015-02-12 | Add support for building i386/amd64 images | Sunil Mohan Adapa | |
We need to support virtualizations tools other than VirtualBox. Qemu/KVM and possibly other technologies can use a vanilla hard drive image and work with them. Further, there are many single board computers with i386/amd64 architectures. These images are likely to run on them. Although while building virtualbox images, these images already a bi-product, user can't easily work out how to use them. From now on, we can make available these images as well. | |||
2015-02-11 | Disable btrfs for Raspberry Pi | Sunil Mohan Adapa | |
Currently Raspberry Pi images built with btrfs turned on fails to boot. We are also using an external kernel which is not on of the Debian's stock kernels. FreedomBox 0.3 Raspberry Pi images have been built with with ext4 instead of btrfs. | |||
2015-02-11 | Fix build failure during date change boundary | Sunil Mohan Adapa | |
When the build it started on a particular date and the date changes during the build, the final step of compressing the files fails. This is because the value of TODAY is not evaluated until the command is actually executed. This patch fixes that by make sure that the value of variable TODAY is evaluated before the build process starts. | |||
2015-01-29 | Enable non-free for cubietruck. | James Valleroy | |
2015-01-29 | CubieTruck support | peacekeeper | |
2015-01-25 | Merge pull request #10 from vignanl/repo_archive | James Valleroy | |
Allows us to enable/disable non-free components. | |||
2015-01-25 | Merge pull request #8 from fonfon/documentation | James Valleroy | |
Updated installation instructions | |||
2015-01-25 | Merge pull request #7 from vignanl/source_list | James Valleroy | |
Add ability to set build and image mirrors separately | |||
2015-01-18 | Ability to set specific components based on targets | Vignan Lavu | |
main component for virtualbox target main contrib non-free components for others targets. | |||
2015-01-13 | reverted change: again point to debian git repo | fonfon | |
2015-01-13 | Updated installation instructions | fonfon | |
2015-01-10 | Merge pull request #6 from vignanl/virtualbox64 | James Valleroy | |
Ability to build VirtualBox images with i386 and amd64 architectures | |||
2015-01-10 | Merge pull request #4 from jvalleroy/master | James Valleroy | |
Update vmdebootstrap patches, enable DHCP, install beaglebone u-boot into bootoffset space. | |||
2015-01-10 | Add ability to set build and image mirrors separately | Vignan Lavu | |
Currently if a local Debian mirror such as apt-cacher-ng is set during build, the resulting images will also contain the same mirror which is not desirable. This patch separates the mirror used to build the image from the mirror used inside the final image. By default build mirror and image mirror are the same. However, build mirror can be specified by passing an environment variable BUILD_MIRROR to the make command. make -e BUILD_MIRROR=<build_mirror> user concern to set mirrors. | |||
2015-01-05 | Ability to build virtualbox images with i386 and amd64 architectures | Vignan Lavu | |
2015-01-04 | Checkout vmdebootstrap-0.6 tag to that patches won't need to be updated ↵ | James Valleroy | |
continuously. | |||
2015-01-04 | Update btrfs patch again, so it will apply cleanly to vmdebootstrap-0.6. | James Valleroy | |
2014-12-31 | Install beaglebone bootloader in front of first partition. | James Valleroy | |
Switch boottype to ext2. | |||
2014-12-31 | Enable dhcp for all image types. | James Valleroy | |
2014-12-31 | Update vmdebootstrap patches to be compatible with upstream changes. | James Valleroy | |
2014-12-06 | Amend remaining uboot configuration sections. | Craig Barnes | |
2014-12-06 | Update u-boot for btrfs subvolume | Craig Barnes | |
Adjust the u-boot configuration text as needed to boot from the btrfs '@' subvolume. | |||
2014-12-06 | Merge branch 'master' of github.com:freedombox/freedom-maker. | Petter Reinholdtsen | |
2014-11-19 | Mention in Makefile why taskset is used. | Petter Reinholdtsen | |
2014-11-19 | fix typo | James Valleroy | |
2014-11-19 | For armel targets, pin build process to single core. This is a workaround ↵ | James Valleroy | |
for a qemu-user-static issue that causes builds to hang. (See Debian bug #769983 for details.) | |||
2014-11-19 | Add grub only to virtualbox images. Not available on arm. | James Valleroy | |
2014-11-09 | Use better grub patch from Sunil to fix bug #767913. | Petter Reinholdtsen | |
2014-11-09 | Avoid debug output. | Petter Reinholdtsen | |
2014-11-09 | More info on leftover processes in build chroot. | Petter Reinholdtsen | |
2014-11-09 | Avoid installing eatmydata recommends to reduce disk footprint. | Petter Reinholdtsen | |
2014-11-08 | Use eatmydata during build to speed up the process. | Petter Reinholdtsen | |
2014-11-08 | Use patched vmdebootstrap to enable btrfs as the default file system. | Petter Reinholdtsen | |
Fetch vmdebootstrap from upstream git and patch it to make it possible to use btrfs and grub, and enable this by default. | |||
2014-11-08 | Add code to kill leftover processes in the chroot before umounting, to work ↵ | Petter Reinholdtsen | |
around strange issue with epmd. | |||
2014-11-08 | Switch to unstable as the Debian suite of choice. We will not make it into ↵ | Petter Reinholdtsen | |
Jessie, and should focus our effort on unstable for now. | |||
2014-08-19 | Merge pull request #44 from jvalleroy/bbb-kernel | Nick Daly | |
Add kernel package for beaglebone. | |||
2014-08-19 | Merge pull request #45 from jvalleroy/set-tmpdir | Nick Daly | |
Set TMP and TMPDIR. | |||
2014-08-14 | Add workaround for libpam-tmpdir. | Petter Reinholdtsen | |
Set TMP and TMPDIR before working in chroot, to avoid trying to use a nonexisting directory as temporary storage. Based on a patch from James Valleroy. | |||
2014-08-11 | Set TMP and TMPDIR. | James Valleroy | |