mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 12:56:29 +08:00
Clean code
Remove commented commands that are no longer needed.
This commit is contained in:
@@ -136,13 +136,9 @@ test_btrfs()
|
||||
|
||||
### Script
|
||||
## Create entry
|
||||
entry() {
|
||||
entry()
|
||||
{
|
||||
echo "$@" >> "/boot/$grub_directory/grub-btrfs.cfg"
|
||||
# local arg="$@"
|
||||
# echo "${arg}" >> "/boot/$grub_directory/grub-btrfs.cfg"
|
||||
# cat << EOF >> "/boot/$grub_directory/grub-btrfs.cfg"
|
||||
# ${arg}
|
||||
# EOF
|
||||
}
|
||||
|
||||
## menu entries
|
||||
|
||||
Reference in New Issue
Block a user