diff options
| author | Chris Lumens <clumens@redhat.com> | 2010-08-13 13:20:41 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2010-08-13 14:58:59 -0400 |
| commit | c584bf9ec1a2ce0c86ca7d8bd60abb73833dc266 (patch) | |
| tree | 8c6e2bac5ff9abb02a1af10459236df0462e2194 /scripts | |
| parent | e23caf639af4dea8b407271e2a5bca1bfac7bd43 (diff) | |
Remove the final use of $LOADERBIN from scripts.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 67d530b16..896448131 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -636,7 +636,7 @@ makeinitrd() { echo $arch > $MBD_DIR/etc/arch echo "Setting up arch bits" - instbin $IMGPATH ${LOADERBINDIR##$IMGPATH}/$LOADERBIN $MBD_DIR /sbin/loader + instbin $IMGPATH ${LOADERBINDIR##$IMGPATH}/loader $MBD_DIR /sbin/loader if [ "$BUILDARCH" != "s390" -a "$BUILDARCH" != "s390x" ]; then instbin $IMGPATH ${LOADERBINDIR##$IMGPATH}/init $MBD_DIR /sbin/init ln -s ./init $MBD_DIR/sbin/reboot |
