2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Add missing shebang lines

This commit is contained in:
Markus Hilger 2024-05-07 16:31:30 +02:00
parent 2643c1edd6
commit df64bf8feb
13 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
# Check if the given rpm is not signed, and display its file name if not signed.
# This would normally be run from find, e.g.: find . -type f -name '*.rpm' -exec ~/unsignedrpms.sh {} \;

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "running sample-comp1 post script"

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "running sample-comp1 postun script"

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "running sample-comp1 postup script"

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "running sample-comp1 pre script"

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "running sample-comp1 preun script"

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "running sample-comp1 preup script"

View File

@ -1,3 +1,4 @@
#!/bin/bash
# Build the xCAT-genesis-base rpm on a host system.
# Option 1: install the xCAT-genesis-builder rpm (that includes this file) on a system installed with
# the distro you want to use to build xCAT-genesis-base.

View File

@ -1,3 +1,4 @@
#!/bin/bash
#
# 2013.02.07 Brian Elliott Finley <bfinley@us.ibm.com>
# - Added slash in front of "var" in the NICSTOBRINGUP dhclient section.

View File

@ -1,3 +1,4 @@
#!/bin/bash
if [ "${1%?}" = "usb" ]; then
/sbin/setupimmnic
fi

View File

@ -1,3 +1,4 @@
#!/bin/bash
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
#Redhcp, do the xcat part again
FORCENICS=`cat /restart|awk '{print $2}'`

View File

@ -1,3 +1,4 @@
#!/bin/sh
# Sample script for diskless image changes for IB support
# Invoke this script from your
# /install/custom/netboot/<os>/<arch>/<profile>.postinstall script as:

View File

@ -1,3 +1,4 @@
#!/bin/sh
#Test for postinstall script
installroot=$1
echo "test postisntall" >> $installroot/tmp/test2.postinstall