Changeset 4379
- Timestamp:
- Apr 21, 2017, 9:52:55 AM (4 years ago)
- Location:
- ubiquity/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ubiquity/trunk/fuentes/debian/changelog
r4376 r4379 1 ubiquity (2.21.63.3+lliurex3) xenial; urgency=high 2 3 * Added tests patch to support lowlatency fix 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Fri, 21 Apr 2017 09:52:17 +0200 6 1 7 ubiquity (2.21.63.3+lliurex2) xenial; urgency=high 2 8 -
ubiquity/trunk/fuentes/debian/patches/llx_lowlatency_fix.patch
r4378 r4379 19 19 + echo "linux-image-lowlatency" 20 20 } 21 diff -uNar ubiquity/d-i/source/base-installer/kernel/tests/amd64/cittagazze.test ubiquity.new/d-i/source/base-installer/kernel/tests/amd64/cittagazze.test 22 --- ubiquity/d-i/source/base-installer/kernel/tests/amd64/cittagazze.test 2017-04-21 09:19:16.778500933 +0200 23 +++ ubiquity.new/d-i/source/base-installer/kernel/tests/amd64/cittagazze.test 2017-04-21 09:51:51.499577323 +0200 24 @@ -13,7 +13,9 @@ 25 linux-preempt \ 26 linux-image-preempt \ 27 linux-rt \ 28 - linux-image-rt 29 + linux-image-rt \ 30 + linux-lowlatency \ 31 + linux-image-lowlatency 32 usable \ 33 linux-generic \ 34 linux-server \
Note: See TracChangeset
for help on using the changeset viewer.