Skip to content

Commit

Permalink
rpm: don't set default-kernel at installation time
Browse files Browse the repository at this point in the history
qubesd isn't running at this stage yet.
  • Loading branch information
marmarek committed Jun 5, 2017
1 parent 257c8c0 commit 05f70b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpm_spec/core-dom0.spec
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ systemctl daemon-reload >/dev/null 2>&1 || :
if ! [ -e /var/lib/qubes/qubes.xml ]; then
# echo "Initializing Qubes DB..."
umask 007; sg qubes -c 'qubes-create --offline-mode'
qubes-prefs --force-root --offline-mode default-kernel `ls /var/lib/qubes/vm-kernels|head -n 1` 2> /dev/null
fi

%clean
Expand Down

0 comments on commit 05f70b8

Please sign in to comment.