Skip to content

Commit

Permalink
mk-setup-grub.sh: remove extra space
Browse files Browse the repository at this point in the history
Change-Id: I8bf2951a815f39e6c022ca1d70a5250bb8bf1d0f
Signed-off-by: Shreenidhi Shedi <[email protected]>
  • Loading branch information
sshedi committed Feb 28, 2024
1 parent c56d137 commit 50da626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photon_installer/mk-setup-grub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ terminal_output gfxterm
set theme=${BOOT_DIRECTORY}grub2/themes/photon/theme.txt
load_env -f ${BOOT_DIRECTORY}photon.cfg
if [ -f ${BOOT_DIRECTORY}systemd.cfg ]; then
if [ -f ${BOOT_DIRECTORY}systemd.cfg ]; then
load_env -f ${BOOT_DIRECTORY}systemd.cfg
else
set systemd_cmdline=net.ifnames=0
Expand Down

0 comments on commit 50da626

Please sign in to comment.