Commit Graph

505 Commits

Author SHA1 Message Date
Jason Mehring
1334b8ae50 Added colorized messages and changed scripts to use them
Added a few more whonix replacement tweaks
Updated umount_kill.sh to be able to umount directories that have been deleted
Added a DEBUG feature to save / use already created debootstrap image to save time debugging
2014-10-16 12:03:05 -04:00
Jason Mehring
fb1a2dbf92 make sure we do not initialize Whonix submodules as root 2014-10-15 09:01:41 -04:00
Jason Mehring
532e31312b fixed some permission issues created when init whonix submodules 2014-10-15 07:16:09 -04:00
Jason Mehring
0b473a6333
remove stray shebang 2014-10-15 03:00:19 -04:00
Jason Mehring
ddbb97a2a3
Added additional configurations to allow Whonix to boot with tor enabled 2014-10-15 02:57:19 -04:00
Jason Mehring
f5d9341e6a Moved Whonix submodules init and patches from qubes-builder here to keep everything in one place 2014-10-14 18:26:01 -04:00
Jason Mehring
5aa39eee6f Moved old NOTES from qubes-builder to here 2014-10-14 18:01:59 -04:00
Jason Mehring
c27d84cc80 Renamed umount_image to umount_kill as to better shuit its purpose 2014-10-14 17:04:42 -04:00
Jason Mehring
574668f7d9 Fixed issue with umounting when path ended with double slashes// and changed code that set INSTALLDIR to create proper full path without any trailing slashes 2014-10-14 16:30:12 -04:00
Jason Mehring
c1938374e2 Changed qubeize_image back to use set -e not set -x 2014-10-14 14:29:14 -04:00
Jason Mehring
8c212df88f Changed wheezy backports to use DEBIAN_MIRROR address and added a wheezy conditional to unistall sysvinit differently then jessie 2014-10-14 14:26:56 -04:00
Jason Mehring
9e91084ef2 Debian Wheezy template addition and refactoring to allow Whonix TEMPLATE_FLAVOR 2014-10-14 12:02:12 -04:00
Marek Marczykowski-Górecki
b689cb03b3 fedora: use template-builder's yum.conf when installing 3rd party pkgs
Otherwise VM-specific config entries would be used, which would not work
inside chroot (namely - proxy settings).
2014-10-08 13:20:20 +02:00
Joanna Rutkowska
3fba88e16e version 2.1.8 2014-09-14 00:41:46 +02:00
Marek Marczykowski-Górecki
116272db80 fedora: include linux-firmware package
Required for most WiFi cards.
2014-09-10 17:29:46 +02:00
Marek Marczykowski-Górecki
45d6696baa Include (empty) apps.tempicons directory (#896)
In the future we could create it (and populate) in firstboot, but for
now provide at least empty directory.
2014-09-10 17:28:59 +02:00
Marek Marczykowski-Górecki
009df31f74 Include (empty) apps.tempicons directory (#896)
In the future we could create it (and populate) in firstboot, but for
now provide at least empty directory.
2014-09-09 22:04:45 +02:00
Victor Lopez
97730dcf62 Avoid 100MB reserved space in private ext4 partition
The ext4 reserved space is necessary for root partitions, but in the
private.img data partition, it is wasted space (accessible only to root
processes), which means losing 100 MB of the default 2GB.

From mkfs.ext4 man page:
"-m reserved-blocks-percentage Specify the percentage of the filesystem
blocks reserved for the super-user." ... "The default percentage is 5%."
2014-09-05 22:41:14 +02:00
Olivier MEDOC
af6a4118db archlinux: template flavor support including "minimal" template 2014-08-02 23:58:06 +02:00
Olivier MEDOC
39db9786c4 archlinux: remove linux kernel from the base install so that it can be selected manually in packages.list 2014-08-02 23:58:06 +02:00
Olivier MEDOC
2306b2286b archlinux: update current is version 2014-08-02 23:58:05 +02:00
Marek Marczykowski-Górecki
abe4276bca version 2.1.7 2014-07-28 18:56:05 +02:00
Marek Marczykowski-Górecki
3d2c47848a debian: add default appmenus for 'jessie' version 2014-07-28 18:55:37 +02:00
Marek Marczykowski-Górecki
b489770955 debian: move keyboard layout setting earlier
As the keyboard-configuration package is installed earlier now.
2014-07-28 18:54:52 +02:00
Marek Marczykowski-Górecki
000b26c06e Force "C" locale during build
Do not depend on system-local settings.
2014-07-28 18:53:49 +02:00
Marek Marczykowski-Górecki
d10c0b67c2 Add Xorg server to common package set
To have it installed in first phase, which will not be repeated each
time template is built. Save time and network bandwidth.
2014-07-28 18:53:40 +02:00
Marek Marczykowski-Górecki
fc19af6e5f debian: fix "stdin: is not a tty" message 2014-07-27 05:56:34 +02:00
Marek Marczykowski-Górecki
fc6d13f9b5 debian: do not ask for keyboard layout during template creation 2014-07-27 05:56:02 +02:00
Marek Marczykowski-Górecki
dd3eb2ee5c debian: builder repo no longer has "apt" subdir 2014-07-27 05:55:37 +02:00
Marek Marczykowski-Górecki
53c79a8363 debian: set default target of multi-user.target 2014-07-26 16:54:56 +02:00
Marek Marczykowski-Górecki
04da34e545 debian: create /etc/mtab as symlink to /proc/self/mounts
Recommended by systemd.
2014-07-26 16:26:09 +02:00
Marek Marczykowski-Górecki
178d120182 debian: use http.debian.net mirror redirector 2014-07-26 16:25:54 +02:00
Marek Marczykowski-Górecki
0fb7163938 debian: minor fix 2014-07-26 04:35:32 +02:00
Marek Marczykowski-Górecki
7a30c07776 debian: create /lib/modules mountpoint 2014-07-26 04:35:20 +02:00
Marek Marczykowski-Górecki
290a8a65f8 debian: use real apt repo for qubes packages installation 2014-07-26 04:35:11 +02:00
Marek Marczykowski-Górecki
68b7313f8d debian: list version names, multiple version support
Although multiple version not tested thoroughly...
2014-07-26 04:31:42 +02:00
Marek Marczykowski-Górecki
fa134bd512 Less naive method of template name construction 2014-07-26 04:30:31 +02:00
Davíð Steinn Geirsson
7f38babc0a Initial debian support 2014-07-22 21:06:44 +02:00
Marek Marczykowski-Górecki
a557979bb1 version 2.1.6 2014-07-04 20:35:57 +02:00
Marek Marczykowski-Górecki
74c9f05db3 fedora: install mate-notification-daemon as default notification daemon (#873) 2014-07-04 18:37:54 +02:00
Marek Marczykowski-Górecki
e416c1a5b3 fedora: install haveged in template (#673) 2014-07-04 11:59:15 +02:00
Marek Marczykowski-Górecki
039e7efc3b fedora: Remove "Software Update" appmenu for template (#871) 2014-07-02 19:58:31 +02:00
Marek Marczykowski-Górecki
634ddcb764 fedora: disable adobe repo in default template (#828) 2014-07-02 01:05:21 +02:00
Marek Marczykowski-Górecki
93cea2c93f fedora: reduce minimal template
Build stub package, which prevent some real package get installed. This
of course make some functionalities unusable, but this is a spirit of
minimal template - make it as featureless as possible.
2014-05-21 19:23:36 +02:00
Marek Marczykowski-Górecki
32ed8052bf fedora: improve error handling
Make sure that all partitions got unmounted.
2014-05-21 18:58:58 +02:00
Marek Marczykowski-Górecki
6fcc7ad060 fedora: initial configuration for "minimal" template (#828) 2014-05-13 04:49:13 +02:00
Marek Marczykowski-Górecki
a77a635016 template flavor support (#828)
Set TEMPLATE_FLAVOR variable to select template to build. That type will
be appended to template name.
Actual configuration can vary on template distribution, but generally
config files with suffix "_${TEMPLATE_FLAVOR}" will be used.
2014-05-13 04:40:09 +02:00
Marek Marczykowski-Górecki
26663e2a58 fedora: Improve error handling 2014-05-13 04:30:01 +02:00
Marek Marczykowski-Górecki
8cf31bb390 Merge branch 'master' of git://git.qubes-os.org/joanna/linux-template-builder 2014-04-24 12:49:25 +02:00
Marek Marczykowski-Górecki
8ebdc8ad65 rpm: Prevent upgrades of template pkg
Templates are meant to upgrade using its own package manager.
Upgrade template package itself would destroy all th user
customizations.
2014-04-22 19:43:35 +02:00