rename_grub
This commit is contained in:
parent
de449e7de9
commit
d9e2bb822c
1 changed files with 1 additions and 0 deletions
|
@ -552,6 +552,7 @@ function installation {
|
||||||
}
|
}
|
||||||
|
|
||||||
function grubinstall() {
|
function grubinstall() {
|
||||||
|
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
|
sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT=.*$/GRUB_CMDLINE_LINUX_DEFAULT="splash"/' ${mountpoint}/etc/default/grub
|
||||||
if [ "${verschluesselung}" == "y" ]; then
|
if [ "${verschluesselung}" == "y" ]; then
|
||||||
if [ "${boot}" == "grub" ]; then
|
if [ "${boot}" == "grub" ]; then
|
||||||
|
|
Loading…
Reference in a new issue