Improve README...
...by removing numbered list (buckets are better for clearing ToDos) and a tentative "emoji" Signed-off-by: Guilherme G. Piccoli <gpiccoli@igalia.com>
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@ -30,7 +30,7 @@ sha256sums=('dbedff54addfb5dce51614c73df04c90fca9f27d0d3a690243259ccbbfcca07c'
|
|||||||
'06b38bd9f09da5fb22a765b6f1945fc349cc5f9d13cd32c9218b9b60b40a9010'
|
'06b38bd9f09da5fb22a765b6f1945fc349cc5f9d13cd32c9218b9b60b40a9010'
|
||||||
'12a9124b907f208471ba7aaac0f3261cbbd34a168cce3260fa9e7793994beebd'
|
'12a9124b907f208471ba7aaac0f3261cbbd34a168cce3260fa9e7793994beebd'
|
||||||
'26bc2b64af0d468f050c0e0dd9e2053176d56886edad9146bc495797bf2c5810'
|
'26bc2b64af0d468f050c0e0dd9e2053176d56886edad9146bc495797bf2c5810'
|
||||||
'd33778b5ba356f96ae2b78998deaeb7059260b8e2aa4253be3f7da4e9877f94c'
|
'ada82c11a2ceef871dd2b7b6c265390903753c49b13f08f00514bccd58037230'
|
||||||
'b1a4a0f77cae137d3f5155a0fcc4b9d1e1b7ffd0089adb06b6bb21e71c751e27'
|
'b1a4a0f77cae137d3f5155a0fcc4b9d1e1b7ffd0089adb06b6bb21e71c751e27'
|
||||||
'cbb207ecc0f6bacefbeed41f0d4910daac6500ac2345366e1f95f09a7653c65a')
|
'cbb207ecc0f6bacefbeed41f0d4910daac6500ac2345366e1f95f09a7653c65a')
|
||||||
|
|
||||||
|
|||||||
14
README.md
14
README.md
@ -84,7 +84,7 @@
|
|||||||
# unfortunately after installing the kdump-steamos package *all* initramfs
|
# unfortunately after installing the kdump-steamos package *all* initramfs
|
||||||
# images are recreated - this is not necessary, we're thinking how to prevent
|
# images are recreated - this is not necessary, we're thinking how to prevent
|
||||||
# that, but for now be prepared: the installation take some (long) minutes only
|
# that, but for now be prepared: the installation take some (long) minutes only
|
||||||
# due to that ={
|
# due to that...
|
||||||
#
|
#
|
||||||
# (d) Unfortunately makedumpfile from Arch Linux is not available on official
|
# (d) Unfortunately makedumpfile from Arch Linux is not available on official
|
||||||
# repos, only in AUR. But it is available on Holo, so we make use of that.
|
# repos, only in AUR. But it is available on Holo, so we make use of that.
|
||||||
@ -95,29 +95,29 @@
|
|||||||
#
|
#
|
||||||
# TODOs
|
# TODOs
|
||||||
# ###########################################################################
|
# ###########################################################################
|
||||||
# (1) Would be interesting to have a clean-up mechanism, to keep up to N most
|
# * Would be interesting to have a clean-up mechanism, to keep up to N most
|
||||||
# recent ZIP log files, instead of keeping all of them forever.
|
# recent ZIP log files, instead of keeping all of them forever.
|
||||||
#
|
#
|
||||||
# (2) Hopefully we can fix/prevent the unnecessary re-creation of all initramfs
|
# * Hopefully we can fix/prevent the unnecessary re-creation of all initramfs
|
||||||
# images - it happens due to our package installing files on directory
|
# images - it happens due to our package installing files on directory
|
||||||
# "/usr/lib/dracut/modules.d" which triggers the unfortunate initramfs rebuild.
|
# "/usr/lib/dracut/modules.d" which triggers the unfortunate initramfs rebuild.
|
||||||
#
|
#
|
||||||
# (3) We have a "fragile" way of determining a mount point required for Kdump;
|
# * We have a "fragile" way of determining a mount point required for Kdump;
|
||||||
# this is something to improve maybe, in order to make the Kdump more reliable.
|
# this is something to improve maybe, in order to make the Kdump more reliable.
|
||||||
# Also in the list of fragile things, VDF parsing is...complicated. Something
|
# Also in the list of fragile things, VDF parsing is...complicated. Something
|
||||||
# that would be nice to improve as well.
|
# that would be nice to improve as well.
|
||||||
#
|
#
|
||||||
# (4) Pstore ramoops back-end has some limitations that we're discussing with
|
# * Pstore ramoops back-end has some limitations that we're discussing with
|
||||||
# the kernel community - right now we can only collect ONE dmesg and its
|
# the kernel community - right now we can only collect ONE dmesg and its
|
||||||
# size is truncated on "record_size" bytes, not allowing a file split like
|
# size is truncated on "record_size" bytes, not allowing a file split like
|
||||||
# efi-pstore; thankfully we still can collect 2MiB dmesg, but hopefully we can
|
# efi-pstore; thankfully we still can collect 2MiB dmesg, but hopefully we can
|
||||||
# improve that upstream.
|
# improve that upstream.
|
||||||
#
|
#
|
||||||
# (5) Add a more reliable reboot mechanism - we had seen issues in the past
|
# * Add a more reliable reboot mechanism - we had seen issues in the past
|
||||||
# with "reboot -f", and relying in sysrq reboot as a quirk managed to be a safe
|
# with "reboot -f", and relying in sysrq reboot as a quirk managed to be a safe
|
||||||
# option, so this is something to think about. Should be easy to implement.
|
# option, so this is something to think about. Should be easy to implement.
|
||||||
#
|
#
|
||||||
# (6) Maybe a good idea would be to allow creating the minimum image for any
|
# * Maybe a good idea would be to allow creating the minimum image for any
|
||||||
# specified kernel, not only for the running one (which is what we do now).
|
# specified kernel, not only for the running one (which is what we do now).
|
||||||
# Low-priority idea, easy to implement.
|
# Low-priority idea, easy to implement.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user