]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
travis: modprobe amd nested=1
authorHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 12:28:54 +0000 (14:28 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 12:28:54 +0000 (14:28 +0200)
GREAT!

$ modinfo kvm-intel kvm-amd| fgrep nested
parm:           nested:bool
parm:           nested:int

.travis.yml

index 91ecafed695a1b239af13ff9c93f1ae2310664a5..0932805fadbc83e7711ef9780410216718326253 100644 (file)
@@ -14,8 +14,8 @@ env:
 before_script:
   - docker pull fedora:$IMAGE
   - |
-    sudo modprobe kvm-intel nested=y || :
-    sudo modprobe kvm-amd nested=y || :
+    sudo modprobe kvm-intel nested=1 || :
+    sudo modprobe kvm-amd nested=1 || :
     dmesg | tail || :
   - git pull --depth=100
   - |