From 9d057e48251ce552419c5043a1025652de4e14cf Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 21 Jan 2020 16:55:52 +0100 Subject: remove garbage --- docs/skrypt.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 docs/skrypt.sh (limited to 'docs/skrypt.sh') diff --git a/docs/skrypt.sh b/docs/skrypt.sh deleted file mode 100755 index 8cbcb6a..0000000 --- a/docs/skrypt.sh +++ /dev/null @@ -1,3 +0,0 @@ -for file in *.txt; do - mv "$file" "$(basename "$file" .txt).md" -done \ No newline at end of file -- cgit v1.2.3 git logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader.scm
AgeCommit message (Expand)Author
2020-11-17gnu: bootloader: efi-bootloader-chain: Allow multiple HOOKS....Stefan
2020-11-16gnu: bootloader: Support chain loading to an EFI bootloader....Stefan
2020-06-08bootloader: Extend `<menu-entry>' for multiboot....Jan (janneke) Nieuwenhuizen
2020-05-29bootloader: Add 'disk-image-installer'....Mathieu Othacehe
2019-08-30system: Add 'bootloader-menu-entries' field to <boot-parameters>....Ludovic Courtès
2019-08-30bootloader: Fix comment about 'menu-entries'....Ludovic Courtès
2019-03-24bootloader: Add a 'keyboard-layout' field....Ludovic Courtès
2019-03-24bootloader: Reindent record type definition....Ludovic Courtès
2019-03-24bootloader: Remove unused 'additional-configuration' field....Ludovic Courtès
2019-01-16bootloader: Remove deprecated 'device' field....Ludovic Courtès