Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MTL-1285 Pre-reqs. #19

Merged
merged 1 commit into from
Dec 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.8.1
2 changes: 1 addition & 1 deletion 90metalmdsquash/metal-genrules.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Copyright 2021 Hewlett Packard Enterprise Development LP
# metal-genrules.sh for metalmdsquash
type metal_die > /dev/null 2>&1 || . /lib/metal-lib.sh
Expand Down
2 changes: 1 addition & 1 deletion 90metalmdsquash/metal-lib.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# metal-lib.sh for metalmdsquash and other metal dracut modules
# this script provides the base library for metal, common functions
# MAINTAINER NOTE: these functions should not be complicated
Expand Down
2 changes: 1 addition & 1 deletion 90metalmdsquash/metal-md-disks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Copyright 2021 Hewlett Packard Enterprise Development LP
# metal-md-disks.sh for metalmdsquash

Expand Down
4 changes: 2 additions & 2 deletions 90metalmdsquash/metal-md-scan.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Copyright 2021 Hewlett Packard Enterprise Development LP
# metal-md-scan.sh for metalmdsquash
type metal_die >/dev/null 2>&1 || . /lib/metal-lib.sh
Expand Down Expand Up @@ -33,4 +33,4 @@ for md in $(find /dev/md** -type b); do
if grep -B 2 $handle /proc/mdstat | grep -qi pending ; then
mdadm --readwrite $md
fi
done
done
2 changes: 1 addition & 1 deletion 90metalmdsquash/metal-udev.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# metal-udev.sh ; copies all new udev rules into the overlayFS

made=/etc/udev/rules.d/
Expand Down
2 changes: 1 addition & 1 deletion 90metalmdsquash/metal-update-fstab.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -x

fstab_metal='fstab.metal'
Expand Down
2 changes: 1 addition & 1 deletion 90metalmdsquash/parse-metal.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Copyright 2021 Hewlett Packard Enterprise Development LP
# parse-metal.sh for metalmdsquash

Expand Down