diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/installer-pc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/installer-pc.sh b/src/cmd/installer-pc.sh index 348838e..ce155f3 100644 --- a/src/cmd/installer-pc.sh +++ b/src/cmd/installer-pc.sh @@ -86,7 +86,7 @@ cmd_installer_pc_main() EOF # This ln command won't be needed once lilo 24.1-1 is uploaded. ln "${root}/boot/vmlinuz" "${root}/boot/vmlinuz.old" - if ! session_begin "${root}" . : false + if ! session_begin "${root}" . : false; then block_umount "${root}" return 2 fi |