Commit Graph

274 Commits

Author SHA1 Message Date
Joanna Rutkowska
afbe80956f R1-Beta3-pre9 2012-01-28 10:42:34 +01:00
Joanna Rutkowska
4d30818f37 R1-Beta3-pre8 2012-01-24 23:56:26 +01:00
Joanna Rutkowska
2db6a409a1 firstboot: use FC15 instead of FC14
BTW: this is very inelegant that we hardcode the name of the default template here.
Can we use qvm-get-default template instead?
2012-01-20 17:13:08 +01:00
Joanna Rutkowska
82da8fc980 R1-Beta3-pre7 2012-01-20 14:34:56 +01:00
Joanna Rutkowska
5a189162c3 comps: use fc15 as the default template 2012-01-20 14:33:57 +01:00
Joanna Rutkowska
00451fa61a R1-Beta3-pre6 2012-01-20 14:31:20 +01:00
Joanna Rutkowska
fe26dd9437 R1-Beta3-pre5 2012-01-19 12:39:26 +01:00
Joanna Rutkowska
52f30ff330 R1-Beta3-pre4 2012-01-18 16:09:18 +01:00
Marek Marczykowski
ab8a01f429 Merge branch 'master' of ssh://git.qubes-os.org/var/lib/qubes/git/joanna/installer 2012-01-16 04:03:43 +01:00
Marek Marczykowski
270e4be35e anaconda: decrease minimum partition size (in automatic partitioning) 2012-01-06 14:50:20 +01:00
Joanna Rutkowska
645aaa3cd2 R1-Beta3-pre3 2011-12-24 14:41:03 +01:00
Marek Marczykowski
433fd2c640 conf: use mirror for fedora packages download 2011-12-24 04:28:09 +01:00
Marek Marczykowski
6d5fde4a1d conf: fix groups usage in kickstart
Do not use groups from fedora repo, which covered our ones.
2011-12-24 04:26:55 +01:00
Marek Marczykowski
cdc59b14ee conf: install mesa-libEGL package 2011-12-24 04:26:05 +01:00
Marek Marczykowski
a8e091d168 conf: install qubes-logos package 2011-12-23 19:26:38 +01:00
Marek Marczykowski
72884188a2 firstboot: do not fail when /mnt/template-root already exists 2011-12-23 17:27:00 +01:00
Marek Marczykowski
fc5f13c385 firstboot: fix NetVM setup (#388) 2011-12-23 17:25:02 +01:00
Joanna Rutkowska
9b2c309ca7 R1-Beta3-pre2 2011-12-20 22:44:58 +01:00
Joanna Rutkowska
2bede577b1 qubes-release: update for new yum repos 2011-12-20 15:00:37 +01:00
Marek Marczykowski
30c9b577a4 firstboot: use full patch for lspci (#388) 2011-12-19 16:54:55 +01:00
Marek Marczykowski
01a234021c conf: install dom0 part of gpg addon by default 2011-12-18 13:44:58 +01:00
Marek Marczykowski
5ada50bee0 gitignore: backup files 2011-12-12 12:12:41 +01:00
Marek Marczykowski
825cef77c5 anaconda, repos: Use same group selection in all places 2011-12-12 12:11:53 +01:00
Marek Marczykowski
9ad409bb4b firstboot: fix NetVM setup 2011-12-12 04:49:23 +01:00
Marek Marczykowski
8e835ded35 Set gpgcheck=0 (not enabled=0) for locally-built repos
This fixes commit 163c72df64
2011-11-28 23:10:33 +01:00
Marek Marczykowski
b1d5b87e33 rpm_verify: verify all packages even with NO_SIGN
Do not stop verifyng on first not signed package.
2011-11-28 23:05:51 +01:00
Marek Marczykowski
f358ed6307 Makefile: Do not reset NO_SIGN variable
NO_SIGN is already present in environment, but NOT as makefile variable.
2011-11-28 23:00:28 +01:00
Joanna Rutkowska
c6dd34702b make iso: disable debugging 2011-11-10 18:34:33 +01:00
Joanna Rutkowska
88db331d6b rpm_verify: do not panic when the file doesn't exist
It turns out revisor attempts to verify some non-existent files, and this should
not cause an abort.
2011-11-10 18:33:04 +01:00
Joanna Rutkowska
3a30465f0d Remove reference to a non-existent group kde-desktop-qubes 2011-11-10 18:31:08 +01:00
Joanna Rutkowska
163c72df64 Set gpgcheck=0 for locally-built repos
This is needed for make iso to succeed with NO_SIGN=1 setting.

This doesn't compromise security, because:
1) These are local reports anyway,
2) They are additioanlly verified by update_repo when NO_SIGN is not set.
2011-11-10 18:03:17 +01:00
Joanna Rutkowska
a5f58a524f User rpm_verify instead of repeated manual parsing of rpm --checksign output
Additionally, rpm_verify understands the NO_SIGN enviroment variable.
2011-11-10 18:01:25 +01:00
Joanna Rutkowska
010f9648ca Move the nvidia prioprietary drivers to dom0-updates repo 2011-11-10 16:00:43 +01:00
Joanna Rutkowska
688beca297 Use gpgcheck=1 as a default
(Althugh it seems like this is ignored by revisor anyway)
2011-11-09 17:33:05 +01:00
Joanna Rutkowska
6763fb299d update_repo.sh: do not panic when a repo is empty 2011-11-09 17:32:14 +01:00
Joanna Rutkowska
770d48c63b Honor the global NO_SIGN in update_repo.sh 2011-11-09 17:31:10 +01:00
Joanna Rutkowska
1739ec74b5 We don't need rpm_list files anymore
In the past, when the build process was manual, these were hints for the packager
to ensure that all required rpm files have been copied to each repo.

Now, we have automated build that takes care about it.
2011-11-09 17:29:42 +01:00
Joanna Rutkowska
416aea1d23 Get rid of the local fedora repo
This repo must be creted manually, which is not good for the
"one click" make qubes target.

The rpms for this repo are downloaded by revisor anyway from the
fedora repo and are cached in build/work/revisor-yumchace anyway,
so subsequent make iso attempts do not need to download them again.
2011-11-09 17:26:41 +01:00
Joanna Rutkowska
d38be94a0a Disable local F13 repo by default
This allows the iso build process to automatically download packages
from the fedora repo, and doesn't require the user to manaully
prepare a local F13 repository by copying packages from the installation DVD.

If a user is willing to make such preparations manually, however,
it is always possible to enable this repo easily.
2011-11-06 14:51:51 +01:00
Joanna Rutkowska
74e33c4f14 R1-Beta3-pre1 2011-11-06 14:08:21 +01:00
Joanna Rutkowska
0bfe34a5e3 Keep only qubes-unrelated rpms in dom0-updates repo 2011-11-06 14:07:44 +01:00
Joanna Rutkowska
d799e571db .gitignore: ignore the installer/ directory created as part of the iso build process 2011-11-06 14:07:01 +01:00
Joanna Rutkowska
c08ff0a31c Explain the purpuse of each repo 2011-11-06 14:04:37 +01:00
Marek Marczykowski
3104b5da7c conf: rename kde-desktop set to not conflict with standard Fedora 2011-10-15 16:40:15 +02:00
Marek Marczykowski
dc1324c3ef qubes-logos/spec: fix plymouth requires 2011-10-14 12:24:44 +02:00
Marek Marczykowski
40fd364be6 anaconda: include all usb/input/scsi/ata modules in installer system (#369) 2011-10-14 12:23:12 +02:00
Marek Marczykowski
50caa8513f anaconda: enable crond in dom0 (#354) 2011-10-13 23:01:14 +02:00
Marek Marczykowski
d064feb31c anaconda: disable xend
Since we use libxl not needed any more.
2011-10-13 23:01:14 +02:00
Marek Marczykowski
4f525d173b firstboot: add all net devices to NetVM (#282)
This isn't done by qvm-create automatically now.
2011-10-13 23:01:14 +02:00
Marek Marczykowski
639faf029d anaconda: do not pass rdloaddriver=pciback to the kernel (#357) 2011-10-13 23:01:14 +02:00