saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
a8e0c1ead1
commit
ae75575287
11
grub.d/39_memtest86+
Executable file
11
grub.d/39_memtest86+
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
exec tail -n +3 $0
|
||||
|
||||
menuentry "memtest86+ 5.01" {
|
||||
linux16 /boot/memtest86plus/memtest
|
||||
}
|
||||
|
||||
menuentry "memtest86+ 5.01 (netbsd)" {
|
||||
insmod bsd
|
||||
knetbsd /boot/memtest86plus/memtest.netbsd
|
||||
}
|
@ -91,7 +91,7 @@ dev-python/pypy:2.0
|
||||
|
||||
|
||||
# last stable 343.36
|
||||
#>x11-drivers/nvidia-drivers-343.36
|
||||
>x11-drivers/nvidia-drivers-343.36
|
||||
|
||||
|
||||
# workaround
|
||||
|
Loading…
Reference in New Issue
Block a user