Skip to content

Commit

Permalink
new layout for grub menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Nov 6, 2015
1 parent 203c168 commit 5e923ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/fai-cd
Expand Up @@ -481,7 +481,7 @@ fi

kernelversion=$(ls -tr $NFSROOT/boot/vmlinu?-* | tail -1 | sed -e 's#.*/vmlinuz-##')
faiversion=$(dpkg --root=$NFSROOT -l fai-client|awk '/fai-client/ {print $3}')
isoversion=$(printf "FAI %-12s build $(date '+%Y %b %d - %R') " "$faiversion")
isoversion=$(printf "FAI %-6s build $(date '+%Y %b %d - %R')" "$faiversion")
vname="FAI_CD"
aname="Fully Automatic Installation by Thomas Lange, $isoversion"

Expand Down
15 changes: 9 additions & 6 deletions conf/grub.cfg
Expand Up @@ -33,23 +33,26 @@ if [ ${iso_path} ] ; then
fi


menuentry " +------------------------------------------------------+" --unrestricted {
menuentry " +------------------------------------------------------+" --unrestricted {
set gfxpayload=$resolution

}
menuentry " | Fully Automatic Installation (c) Thomas Lange, lange@debian.org |" --unrestricted {

menuentry " | Fully Automatic Installation |" --unrestricted {
set gfxpayload=$resolution

}
menuentry " | _VERSIONSTRING_ |" --unrestricted {
menuentry " | _VERSIONSTRING_ |" --unrestricted {
set gfxpayload=$resolution

}
menuentry " +------------------------------------------------------+" --unrestricted {
menuentry " | (c) Thomas Lange lange@debian.org |" --unrestricted {
set gfxpayload=$resolution
}
menuentry " +------------------------------------------------------+" --unrestricted {
set gfxpayload=$resolution
}

menuentry " Username/password to start the installation: fai/install " --unrestricted {
menuentry " Username/password to start the installation: fai/install " --unrestricted {
set gfxpayload=$resolution
}

Expand Down

0 comments on commit 5e923ec

Please sign in to comment.