fix
This commit is contained in:
parent
b58c8cc383
commit
03a00cd5a4
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ function installation {
|
|||
}
|
||||
|
||||
function grubinstall() {
|
||||
sed -i 's/GRUB_DISTRIBUTOR=.*$/GRUB_DISTRIBUTOR="${repo}"/' ${mountpoint}/etc/default/grub
|
||||
sed -i 's/GRUB_DISTRIBUTOR=.*$/GRUB_DISTRIBUTOR=\"'$repo'\"/' ${mountpoint}/etc/default/grub
|
||||
sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT=.*$/GRUB_CMDLINE_LINUX_DEFAULT="splash"/' ${mountpoint}/etc/default/grub
|
||||
if [ "${verschluesselung}" == "y" ]; then
|
||||
if [ "${boot}" == "grub" ]; then
|
||||
|
|
Loading…
Reference in a new issue