From 9138511a88136d7296189bac2fd4acb772b51892 Mon Sep 17 00:00:00 2001
From: Recolic K <bensl@microsoft.com>
Date: Mon, 27 Sep 2021 15:43:25 +0800
Subject: [PATCH] revert

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7d2346a..ec92cae 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ bringing tons of USB sticks with you.
 
 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. Modify `mkinitcpio.conf` to tell mkinitcpio about the new filename of your kernel file. 
+3. Add a new mkinitcpio preset, TODO: find a way to change pkgbase in mkinitcpio-install
 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