diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-09-17 13:23:21 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-09-17 13:23:21 +0200 |
commit | 45eebb079a09e7eec027009bcdc3e6d6783acd4b (patch) | |
tree | bda88484606069189bd07b8f3d663748710cb3e5 /bin/install_bootloader.sh | |
parent | 0375e041c36556d30b7b5a3e270269a48daf0882 (diff) | |
parent | 8fbfa6e8116b46ce754f3c3fc455eccc72a976e9 (diff) | |
download | archinstall-45eebb079a09e7eec027009bcdc3e6d6783acd4b.tar archinstall-45eebb079a09e7eec027009bcdc3e6d6783acd4b.tar.zst archinstall-45eebb079a09e7eec027009bcdc3e6d6783acd4b.zip |
Merge branch 'feature_01' into devel.
Diffstat (limited to 'bin/install_bootloader.sh')
-rw-r--r-- | bin/install_bootloader.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/install_bootloader.sh b/bin/install_bootloader.sh index 8c035ee..ccb2173 100644 --- a/bin/install_bootloader.sh +++ b/bin/install_bootloader.sh @@ -1,3 +1,21 @@ +#!/bin/bash + + +# archinstall - A minimal Installation Script for Arch Linux +# Copyright (C) 2019 xengineering + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. # Install Grub @@ -14,3 +32,4 @@ sleep 1 echo "Leaving chroot environment - OK" echo "" sleep 1 + |