diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /tools/boot | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'tools/boot')
| -rwxr-xr-x | tools/boot/ci-qemu-test.sh | 1 | ||||
| -rwxr-xr-x | tools/boot/install-boot.sh | 2 | ||||
| -rwxr-xr-x | tools/boot/lua-img.sh | 1 | ||||
| -rwxr-xr-x | tools/boot/lua-lint.sh | 1 | ||||
| -rwxr-xr-x | tools/boot/lua-test.sh | 1 | ||||
| -rwxr-xr-x | tools/boot/rootgen.sh | 2 | ||||
| -rw-r--r-- | tools/boot/smbios/Makefile | 1 | ||||
| -rwxr-xr-x | tools/boot/universe.sh | 2 |
8 files changed, 0 insertions, 11 deletions
diff --git a/tools/boot/ci-qemu-test.sh b/tools/boot/ci-qemu-test.sh index 9548c6a1289e..faa360db1a2c 100755 --- a/tools/boot/ci-qemu-test.sh +++ b/tools/boot/ci-qemu-test.sh @@ -8,7 +8,6 @@ # rootgen.sh and related scripts generate much more extensive tests for many # combinations of boot env (ufs, zfs, geli, etc). # -# $FreeBSD$ set -e diff --git a/tools/boot/install-boot.sh b/tools/boot/install-boot.sh index b6b97286be90..332756582137 100755 --- a/tools/boot/install-boot.sh +++ b/tools/boot/install-boot.sh @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ - # # Installs/updates the necessary boot blocks for the desired boot environment # diff --git a/tools/boot/lua-img.sh b/tools/boot/lua-img.sh index 85e4cfc304d9..c0c1d0a41ac7 100755 --- a/tools/boot/lua-img.sh +++ b/tools/boot/lua-img.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Quick script to build a suitable /boot dir somewhere in the tree for testing. # dir may be passed in, will default to /tmp/loadertest if not specified diff --git a/tools/boot/lua-lint.sh b/tools/boot/lua-lint.sh index c6bc89da3330..d771be090c6e 100755 --- a/tools/boot/lua-lint.sh +++ b/tools/boot/lua-lint.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Run linter on the lua scripts in stand/lua. luacheck, available in ports as # devel/lua-luacheck, must be installed as a dependency of this script. diff --git a/tools/boot/lua-test.sh b/tools/boot/lua-test.sh index 3ce5fa6bd54a..8b6bfd9d66c8 100755 --- a/tools/boot/lua-test.sh +++ b/tools/boot/lua-test.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $FreeBSD$ # Will image the test directory (default /tmp/loadertest) if it doesn't exist diff --git a/tools/boot/rootgen.sh b/tools/boot/rootgen.sh index 06e8a1ec8245..d87eb481e2c1 100755 --- a/tools/boot/rootgen.sh +++ b/tools/boot/rootgen.sh @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ - passphrase=passphrase iterations=50000 diff --git a/tools/boot/smbios/Makefile b/tools/boot/smbios/Makefile index a555470aab14..042b3aaee274 100644 --- a/tools/boot/smbios/Makefile +++ b/tools/boot/smbios/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PROG= smbios MAN= diff --git a/tools/boot/universe.sh b/tools/boot/universe.sh index 359c9d88d5df..b46c36f173e6 100755 --- a/tools/boot/universe.sh +++ b/tools/boot/universe.sh @@ -1,7 +1,5 @@ #!/bin/sh -# $FreeBSD$ - # # Full list of all arches we don't build. # |
