Difference between revisions of "Alpine"
From Steak Wiki
Jump to navigationJump to searchLine 24: | Line 24: | ||
solution: | solution: | ||
python3 /usr/local/bin/ztdl | python3 /usr/local/bin/ztdl | ||
+ | |||
+ | ===Cloning HDD=== | ||
+ | |||
+ | When cloning a hdd, do the | ||
+ | following: | ||
+ | *clonezilla or otherwise rsync partitions and recreate partitions to similar boundaries | ||
+ | *edit etc fstab | ||
+ | *edit (boot partition) grub/grub.cfg root=uuid=whatever to root=/dev/sda3 | ||
==Links== | ==Links== | ||
[https://wiki.alpinelinux.org/wiki/Configure_Wake-on-LAN Configure_Wake-on-LAN] | [https://wiki.alpinelinux.org/wiki/Configure_Wake-on-LAN Configure_Wake-on-LAN] |
Revision as of 05:44, 13 December 2020
Building a package in Alpine
https://wiki.alpinelinux.org/wiki/Custom_Kernel
Xorg video playback stutters upon suspend / resume
I added the following configuration to xorg.conf
Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "uxa" EndSection
This seems to resolve video playback issues. What happens is that the video will not play, though audio will. Only the first frame or so is visible. Video seems to be unable to display. This is a documented fix. The important part is AccelMethod. https://wiki.archlinux.org/index.php/Intel_Graphics Also documented in forums that I can't seem to find at the moment.
Python3 Script Won't Run
$ ztdl env: can't execute python
solution:
python3 /usr/local/bin/ztdl
Cloning HDD
When cloning a hdd, do the following:
- clonezilla or otherwise rsync partitions and recreate partitions to similar boundaries
- edit etc fstab
- edit (boot partition) grub/grub.cfg root=uuid=whatever to root=/dev/sda3