From 7f03cdaef1c3ef3702eae54de20caf5688c9ef9a Mon Sep 17 00:00:00 2001 From: uniminin Date: Wed, 6 May 2020 22:05:58 +0600 Subject: [PATCH] rework in comments [fifo, lilo & lilo.automode] --- fifo | 37 ++++++++++++++++++++----------------- lilo | 39 +++++++++++++++++++++------------------ lilo.automode | 35 +++++++++++++++++++---------------- 3 files changed, 60 insertions(+), 51 deletions(-) diff --git a/fifo b/fifo index 4cd34095..848bbde2 100755 --- a/fifo +++ b/fifo @@ -1,21 +1,24 @@ #!/bin/bash -#------------------------------------------------------------------------------- -#Created by helmuthdu mailto: helmuthdu[at]gmail[dot]com -#------------------------------------------------------------------------------- -#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 . -#------------------------------------------------------------------------------- -# Run this script after your first boot with archlinux (as root) + +: 'ATTENTION!: +------------------------------------------------------ +| Created by helmuthdu mailto: helmuthdu@gmail.com | +------------------------------------------------------ +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 . +------------------------------------------------------------------------ +Run this script after your first boot with archlinux (as root) +' if [[ -f $(pwd)/sharedfuncs ]]; then source sharedfuncs diff --git a/lilo b/lilo index 12e5d0a6..a388a037 100755 --- a/lilo +++ b/lilo @@ -1,22 +1,25 @@ #!/bin/bash -#------------------------------------------------------------------------------- -#Created by helmuthdu mailto: helmuthdu[at]gmail[dot]com -#Contribution: flexiondotorg -#------------------------------------------------------------------------------- -#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 . -#------------------------------------------------------------------------------- -# Run this script after your first boot with archlinux (as root) + +: 'ATTENTION!: +------------------------------------------------------ +| Created by helmuthdu mailto: helmuthdu@gmail.com | +| Contribution: flexiondotorg | +------------------------------------------------------ +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 . +------------------------------------------------------------------------ +Run this script after your first boot with archlinux (as root) +' if [[ -f `pwd`/sharedfuncs ]]; then source sharedfuncs diff --git a/lilo.automode b/lilo.automode index 8b6df14a..bdd6d0fb 100755 --- a/lilo.automode +++ b/lilo.automode @@ -1,20 +1,23 @@ #!/bin/bash -#------------------------------------------------------------------------------- -#Created by helmuthdu mailto: helmuthdu[at]gmail[dot]com -#------------------------------------------------------------------------------- -#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 . -#------------------------------------------------------------------------------- + +: 'ATTENTION!: +------------------------------------------------------ +| Created by helmuthdu mailto: helmuthdu@gmail.com | +------------------------------------------------------ +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 . +------------------------------------------------------------------------------- +' #MAINMENU {{{ # 1) Basic Setup