Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
c6b65954
Commit
c6b65954
authored
9 years ago
by
Wolfgang Link
Committed by
Dietmar Maurer
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug #701: blacklist nvidiafb
parent
ec0b4a98
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
Makefile
Makefile
+1
-0
conffiles
debian/conffiles
+1
-0
pve-blacklist.conf
pve-blacklist.conf
+4
-0
No files found.
Makefile
View file @
c6b65954
...
...
@@ -93,6 +93,7 @@ install: country.dat vznet.conf vzdump.conf vzdump-hook-script.pl pve-apt.conf p
install
-d
${
DESTDIR
}
/var/lib/vz/template/qemu
install
-D
-m
0644 pve-apt.conf
${
DESTDIR
}
/etc/apt/apt.conf.d/75pveconf
install
-D
-m
0644 pve-sources.list
${
DESTDIR
}
/etc/apt/sources.list.d/pve-enterprise.list
install
-D
-m
0644 pve-blacklist.conf
${
DESTDIR
}
/etc/modprobe.d/pve-blacklist.conf
install
-D
-m
0644 pve-repo-ca-certificates.crt
${
DESTDIR
}
/etc/apt/pve-repo-ca-certificates.crt
install
-D
-m
0644 vzdump.conf
${
DESTDIR
}
/etc/vzdump.conf
install
-D
-m
0755 vznet.conf
${
DESTDIR
}
/etc/vz/vznet.conf
...
...
This diff is collapsed.
Click to expand it.
debian/conffiles
View file @
c6b65954
...
...
@@ -14,3 +14,4 @@
/etc/network/if-post-down.d/vlan
/etc/network/if-up.d/bridgevlan
/etc/network/if-up.d/bridgevlanport
/etc/modprobe.d/pve-blacklist.conf
This diff is collapsed.
Click to expand it.
pve-blacklist.conf
0 → 100644
View file @
c6b65954
# This file contains a list of modules which are not supported by Proxmox VE
# nidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
blacklist
nvidiafb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment