mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-08-23 16:56:17 +08:00
Clean code
Remove commented commands that are no longer needed.
This commit is contained in:
@@ -136,13 +136,9 @@ test_btrfs()
|
|||||||
|
|
||||||
### Script
|
### Script
|
||||||
## Create entry
|
## Create entry
|
||||||
entry() {
|
entry()
|
||||||
|
{
|
||||||
echo "$@" >> "/boot/$grub_directory/grub-btrfs.cfg"
|
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
|
## menu entries
|
||||||
|
|||||||
Reference in New Issue
Block a user