From 640ff670cf1fc39fa5c6c9c105ca090e6ab68fcb Mon Sep 17 00:00:00 2001 From: illiliti Date: Thu, 13 Feb 2020 05:52:34 +0300 Subject: [PATCH] remove duplicate comments --- init | 2 -- 1 file changed, 2 deletions(-) diff --git a/init b/init index 79578df..91d9722 100644 --- a/init +++ b/init @@ -92,7 +92,6 @@ unlock_luks() { [ "$devmgr" != "udev" ] && sleep 1.5 # TODO improve mapper name ( crypttab or config option ) - # unlock luks container cryptsetup $luks_args luksOpen $(findfs_sh "$luks_root") luks_root || panic "failed to unlock luks container" } @@ -103,7 +102,6 @@ trigger_lvm() { # mount rootfs to /mnt/root mnt_rootfs() { - # mount rootfs mount $root_type $root_args $(findfs_sh "$root") /mnt/root || panic "failed to mount rootfs" }