Commit Graph

985 Commits

Author SHA1 Message Date
Marek Marczykowski-Górecki
2d3405de9a
anaconda: abort installation on X startup fail
Do not fallback to text mode, which cannot property install the system
without kickstart file (missing LUKS passphrase prompt).

Fixes QubesOS/qubes-issues#2996
2017-09-04 02:11:01 +02:00
Marek Marczykowski-Górecki
48c6983b29
qubes-anaconda-addon: use qvm-default-dispvm state
Migrate settings up fedora-25-dvm to salt state, same as for other VMs

QubesOS/qubes-issues#2975
2017-08-09 04:20:46 +02:00
Marek Marczykowski-Górecki
fabc05e58e
Fix comps syntax
Fix aa9ea0f comps: add description to groups
2017-07-30 16:08:25 +02:00
Marek Marczykowski-Górecki
aa9ea0f301
comps: add description to groups 2017-07-30 15:42:55 +02:00
Marek Marczykowski-Górecki
594e3d9270
blivet: set epoch=2 (2:2.1.6-4) 2017-07-30 03:30:25 +02:00
Marek Marczykowski-Górecki
285a218ed7
blivet: backport rhbz#1170803 fix
It disable fsck for all partitions call.

Fixes QubesOS/qubes-issues#2835
2017-07-30 03:30:24 +02:00
Marek Marczykowski-Górecki
3acd47647e
blivet: import unmodified python-blivet-2.1.6-4.fc25.src.rpm
Ok, mostly: add integration with qubes-builder.

QubesOS/qubes-issues#2835
2017-07-30 03:30:24 +02:00
Marek Marczykowski-Górecki
dd10d189a2
conf: update qubes-desktop-linux-manager package name 2017-07-29 16:41:02 +02:00
Marek Marczykowski-Górecki
adc2ffb5ed
qubes-anaconda-addon 4.0.1 2017-07-18 05:06:01 +02:00
Marek Marczykowski-Górecki
8d2f8b2d2c
qubes-anaconda-addon: fix setting default DispVM
Also hide it from application menu.

Fixes QubesOS/qubes-issues#2911
2017-07-18 05:05:17 +02:00
Marek Marczykowski-Górecki
5df7f6364e
comps: include new manager, decomposited into tray applets
This is only part of it, about tray applets (VMs, devices).

QubesOS/qubes-issues#2132
2017-07-06 00:09:07 +02:00
Marek Marczykowski-Górecki
da9aa47b29
anaconda 25.20.9-5, pungi 4.1.14-2, qubes-anaconda-addon 4.0.0-1 2017-07-05 15:57:25 +02:00
Marek Marczykowski-Górecki
e0d30d499f
anaconda: disable iommu for IGFX
Many Intel processors (and BIOSes) have invalid IOMMU configuration for
IGFX, which cause multiple problems - from screen glitches, to system
hang.
Since IGFX currently is still in dom0 (isn't isolated from other system
components), disabling IOMMU for it doesn't lower overall security.
When GUI domain will be implemented, we need to re-enable IOMMU here and
hope hardware manufacturers will fix it in the meantime.

Fixes QubesOS/qubes-issues#2836
2017-06-14 05:07:13 +02:00
Marek Marczykowski-Górecki
4f8e2227e5
qubes-anaconda-addon: enable USB VM by default and drop 'experimental'
Fixes QubesOS/qubes-issues#2665
2017-06-14 05:04:34 +02:00
Marek Marczykowski-Górecki
d8d9ac96ac
anaconda: re-enable graphical.target as default target
Workaround for https://bugzilla.redhat.com/1316387 (systemctl preset-all
disables but wont enable default.target).

QubesOS/qubes-issues#2412
2017-05-31 04:33:58 +02:00
Marek Marczykowski-Górecki
493119be7b
qubes-anaconda-addon: drop --force-root option
It isn't needed anymore and will be dropped in the future.
Also use qvm-start directly, instead of (soon to be removed) qubes-netvm
service.

QubesOS/qubes-issues#2412
2017-05-31 02:26:18 +02:00
Marek Marczykowski-Górecki
3c4127b445
qubes-anaconda-addon: update Disposable VM preparation code
We don't have to create savefile anymore, create normal AppVM and set
dispvm_allowed=True on it.

QubesOS/qubes-issues#2412
2017-05-31 02:25:01 +02:00
Marek Marczykowski-Górecki
7104af5daa
qubes-anaconda-addon: set default kernel
Since qubesd isn't running package kernel-qubes-vm package installation
time, this needs to be done here.

QubesOS/qubes-issues#2412
2017-05-31 02:24:06 +02:00
Marek Marczykowski-Górecki
1a527e5d05
qubes-anaconda-addon: update templates post-processing code
There is qvm-template-postprocess tool for this now.

QubesOS/qubes-issues#2412
2017-05-31 02:23:54 +02:00
Marek Marczykowski-Górecki
a9724c8580
qubes-anaconda-addon: change default template to fedora-25
QubesOS/qubes-issues#2412
2017-05-31 02:22:14 +02:00
Marek Marczykowski-Górecki
2513fd437c
comps: include qubes-desktop-linux-common package
QubesOS/qubes-issues#2412
2017-05-31 02:21:16 +02:00
Marek Marczykowski-Górecki
91452da75b
pungi: remove libguestfs-tools-c from dependencies
It pulls a lot of stuff related to KVM, and also conflicting version of
xen packages.

QubesOS/qubes-issues#2412
2017-05-30 00:29:04 +02:00
Marek Marczykowski-Górecki
0d268f7a27
anaconda: switch default partitioning scheme to LVM Thin Provisioning
QubesOS/qubes-issues#2412
2017-05-30 00:28:10 +02:00
Marek Marczykowski-Górecki
8873d4b659
lorax-templates-qubes: sync with upstream
Apply 25.17-1..25.19-1.

QubesOS/qubes-issues#2412
2017-05-30 00:27:03 +02:00
Marek Marczykowski-Górecki
f9bb3b2f33
lorax-templates-qubes: make initrd for EFI smaller
Skip system-wide dracut config, specifically
/etc/dracut.conf.d/plymouth-missing-fonts.conf, which loads 'label'
plymouth plugin, which in turn pulls a lot of libraries (including
libX11).

QubesOS/qubes-issues#2412
2017-05-29 04:17:18 +02:00
Marek Marczykowski-Górecki
6fcd77bf99
lorax 25.19-1 2017-05-28 22:37:41 +02:00
Marek Marczykowski-Górecki
d16d79cdce
pungi 4.1.14-1 2017-05-28 22:31:02 +02:00
Marek Marczykowski-Górecki
a89358e556
pykickstart: import build "fix" from upstream
QubesOS/qubes-issues#2412
2017-05-28 22:07:25 +02:00
Marek Marczykowski-Górecki
6d2960e25a
pykickstart: remove unused patches 2017-05-28 13:00:26 +02:00
Marek Marczykowski-Górecki
6dd74f372c
comps: include Fedora 25 template by default 2017-05-23 02:29:05 +02:00
Marek Marczykowski-Górecki
040e22f8d0
comps: update based on upstream comps
In practice it's mostly about updating translations. But there are also
few differences in packages - for example optional fonts.
Also, remove "whiteout" section (as in upstream version).
2017-05-23 02:27:11 +02:00
Marek Marczykowski-Górecki
4d30b41c1d
comps: sort groups
Sort groups by id, and also sort packages inside groups. This will make
diffs more readable, especially when syncing with upstream.
2017-05-23 02:04:23 +02:00
Marek Marczykowski-Górecki
f1c844098a
Merge remote-tracking branch 'qubesos/pr/13'
* qubesos/pr/13:
  Remove coreboot detection, add skip_grub parameter
2017-05-05 21:30:49 +02:00
Rusty Bird
62cb1ca1e6
Remove coreboot detection, add skip_grub parameter
And unconditionally allow boot encryption and the lvmlv format.
(The user still has to fight the installer to actually set it up.)

Fixes QubesOS/qubes-issues#2553
2017-05-01 11:47:57 +00:00
Marek Marczykowski-Górecki
211f3a3638
lorax-templates-qubes: do not limit to qubes kernels only
Upstream kernel packages works too. But in any case, it isn't place to
choose it - if one want to have specific kernel version, need to
configure appropriate repositories (including 'exclude' option).
2017-04-09 01:46:14 +02:00
Marek Marczykowski-Górecki
4e725c1506
lorax-templates-qubes: create basic /dev files in installation image
`rpm -qa` needs /dev/urandom
2017-04-09 01:05:59 +02:00
Marek Marczykowski-Górecki
9bfd80c658
qubes-release-4.0-0.1 2017-04-08 13:50:44 +02:00
Marek Marczykowski-Górecki
4d086229fa
qubes-release: Add Qubes 4.x release signing key 2017-04-08 13:48:37 +02:00
Marek Marczykowski-Górecki
7f0c64b0bc
travis: switch to fc25 based dom0 and to 4.0 repos
QubesOS/qubes-issues#2574
2017-04-08 13:40:06 +02:00
Marek Marczykowski-Górecki
d78bec7bcb
Merge branch 'fedora-25' 2017-04-08 13:35:03 +02:00
Wojtek Porczyk
7b424ec65f
Makefile: download live-only sources just for ISO_LIVEUSB
When building not for ISO_LIVEUSB, the sources are not downloaded.
Liveusb build is broken anyway, but the upstream mirror is gone.
2017-03-02 19:37:54 +01:00
Rusty Bird
63606ac179
Add missing cvs dependency 2017-02-22 16:51:36 +00:00
Marek Marczykowski-Górecki
e7c62e4463
qubes-release: import RPM keys at the end of installation.
Wait with this to the end, to make sure that all keys will be imported
and also have all required tools (gpg, rpmkeys etc) in place. We can't
add them as dependencies, because qubes-release package needs to be
installed very early.

QubesOS/qubes-issues#2574
2017-02-14 02:37:52 +01:00
Marek Marczykowski-Górecki
d706bb5d31
lorax-templates-qubes: provide dummy /proc/modules for dracut
Updated dracut don't like not having /proc/modules - modules
installation routines fails then, producing initramfs without kernel
modules at all. Empty /proc/modules is enough to avoid this.

QubesOS/qubes-issues#2574
2017-02-14 02:37:52 +01:00
Marek Marczykowski-Górecki
9109005ff1
anaconda: require user password being set
Drop selectable option 'Require a password to use this account'. Make it
required.

QubesOS/qubes-issues#2574
2017-02-14 02:37:52 +01:00
Marek Marczykowski-Górecki
242d6b54c3
Drop initial-setup-launcher
It isn't needed anymore - upstream initial-setup handle text/GUI mode
itself.

QubesOS/qubes-issues#2574
2017-02-14 02:37:52 +01:00
Marek Marczykowski-Górecki
378cfc44dd
anaconda: update Qubes-specific code to upstream base
QubesOS/qubes-issues#2574
2017-02-14 02:37:51 +01:00
Marek Marczykowski-Górecki
16b7346023
makefile: keep whole 'work' directory
Don't remove most of it - it's useful for diagnostics - for example
'logs' subdir.
2017-02-14 02:37:51 +01:00
Marek Marczykowski-Górecki
cee60f040e
anaconda: add missing build dep
QubesOS/qubes-issues#2574
2017-02-14 02:37:51 +01:00
Marek Marczykowski-Górecki
2f6d43569e
lorax-templates-qubes: update based on new upstream version
QubesOS/qubes-issues#2574
2017-02-14 02:37:51 +01:00