File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ shopt -s nullglob
3131# ********************** variables *********************
3232PROGNAME=" $( basename " ${0} " ) "
3333CONFFILE=" /etc/${PROGNAME} .conf"
34- VERSION=" 1.0.31 "
34+ VERSION=" 1.0.32 "
3535ETCPROFILE=" /etc/profile"
3636DEFAULTEFIBOOTFILE=" bootx64.efi"
3737EFIBOOTFILE=" ${DEFAULTEFIBOOTFILE} "
@@ -481,6 +481,7 @@ setup_final_variables() {
481481 # falling back to ext4 if the findmnt-based lookup fails
482482 if [[ ! -v CMDLINE_ROOTFSTYPE ]]; then
483483 CMDLINE_ROOTFSTYPE=" $( /bin/findmnt -n -o FSTYPE -S ${CMDLINE_REAL_ROOT} 2> /dev/null || echo ext4) "
484+ CMDLINE_ROOTFSTYPE=" $( head -n 1 <<< " ${CMDLINE_ROOTFSTYPE}" ) "
484485 fi
485486 # we use path syntax rather than "=PARTUUID=" syntax, as more reliable
486487 KERNEL_CMD_LINE=" root=${CMDLINE_ROOT} crypt_root=${CRYPTPATHMAP} dolvm "
Original file line number Diff line number Diff line change 1- .TH BUILDKERNEL 8 "Version 1.0.31 : October 2018"
1+ .TH BUILDKERNEL 8 "Version 1.0.32 : October 2018"
22.SH NAME
33buildkernel \- build secure boot kernel, save to EFI system partition
44.SH SYNOPSIS
Original file line number Diff line number Diff line change 1- .TH BUILDKERNEL 5 "Version 1.0.31 : October 2018"
1+ .TH BUILDKERNEL 5 "Version 1.0.32 : October 2018"
22.SH NAME
33buildkernel.conf \- a configuration file for \fB buildkernel \fR (8)
44.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments