From 140439793e0f0ea0733b76c7282d5eec48942125 Mon Sep 17 00:00:00 2001 From: Recolic K <bensl@microsoft.com> Date: Mon, 27 Sep 2021 15:50:15 +0800 Subject: [PATCH] imp --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec92cae..47f5b47 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ bringing tons of USB sticks with you. ## What this package do 1. Add a pre-transaction hook to make sure you have inserted your USB stick before upgrading kernel. -2. Add a post-transaction hook to rename your kernel file basing on hostname, to avoid conflicting with other installations. -3. Add a new mkinitcpio preset, TODO: find a way to change pkgbase in mkinitcpio-install +2. Add a post-transaction hook to rename your kernel file basing on hostname, to avoid conflicting with other installations. And learn from `/usr/share/libalpm/scripts/mkinitcpio-install`, to find and modify the `pkgbase` file to add a hostname. +3. Add a new mkinitcpio preset basing on hostname. 4. Modify `/etc/default/grub` to allow external script to manage kernel parameters. 5. Add a post-transaction hook after `grub-mkconfig`, to automatically set kernel parameters for every boot entry. -- GitLab