From 72dfe1ba963a67acda82d23e09daa5e4623ddf31 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 9 Jul 2018 17:43:48 -0400 Subject: bugfix: new installs were never finalized Because a non-local shell variable was accidentally overwritten, the partitions containing a fresh install to an empty disk were never relabeled to indicate finalization. They would have to be relabeled manually to boot the installed system. --- src/initrd/btrfs-create.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/initrd') diff --git a/src/initrd/btrfs-create.sh b/src/initrd/btrfs-create.sh index f47dfaf..4548ee1 100644 --- a/src/initrd/btrfs-create.sh +++ b/src/initrd/btrfs-create.sh @@ -74,6 +74,7 @@ init_samizdat() movemounts() { # Move mounted filesystems to the future root filesystem + local dev mp rest target while read dev mp rest; do case "$mp" in /root/*|/root|/|/proc|/dev|/dev/pts|/sys|/run) continue ;; -- cgit v1.2.3