summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2018-09-05 16:57:34 +0200
committertorben2018-09-05 16:57:34 +0200
commitd2ba71894f952d02cbbc3bec24601eff4005f53e (patch)
treef342fd71080cff99fff0c720877faeb6807db3b2
parentFixing; set boot flag if not exists logic. (diff)
downloadsystemd-init-d2ba71894f952d02cbbc3bec24601eff4005f53e.tar.gz
systemd-init-d2ba71894f952d02cbbc3bec24601eff4005f53e.tar.xz
systemd-init-d2ba71894f952d02cbbc3bec24601eff4005f53e.zip
Remove commens.
-rwxr-xr-xmodules.d/dnbd-root-filesystem/hooks/update-boot-files.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules.d/dnbd-root-filesystem/hooks/update-boot-files.sh b/modules.d/dnbd-root-filesystem/hooks/update-boot-files.sh
index d0a048e6..63d09bd0 100755
--- a/modules.d/dnbd-root-filesystem/hooks/update-boot-files.sh
+++ b/modules.d/dnbd-root-filesystem/hooks/update-boot-files.sh
@@ -164,7 +164,6 @@ bl.exception.try {
of="$device_path" \
seek=TODO
else
- # TODO improve: not reliable enough.
if ! fdisk --list "$device_path" | \
grep --extended-regexp "^$device_partition_path +\*" &>/dev/null
then