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:
parent
2643c1edd6
commit
df64bf8feb
@ -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 {} \;
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
|
||||
#!/bin/sh
|
||||
echo "running sample-comp1 post script"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
|
||||
#!/bin/sh
|
||||
echo "running sample-comp1 postun script"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
|
||||
#!/bin/sh
|
||||
echo "running sample-comp1 postup script"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
|
||||
#!/bin/sh
|
||||
echo "running sample-comp1 pre script"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
|
||||
#!/bin/sh
|
||||
echo "running sample-comp1 preun script"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
|
||||
#!/bin/sh
|
||||
echo "running sample-comp1 preup script"
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
if [ "${1%?}" = "usb" ]; then
|
||||
/sbin/setupimmnic
|
||||
fi
|
||||
|
@ -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}'`
|
||||
|
@ -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:
|
||||
|
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
#Test for postinstall script
|
||||
installroot=$1
|
||||
echo "test postisntall" >> $installroot/tmp/test2.postinstall
|
||||
|
Loading…
x
Reference in New Issue
Block a user