diff options
| author | David Cantrell <dcantrell@redhat.com> | 2010-05-04 04:11:08 -1000 |
|---|---|---|
| committer | David Cantrell <dcantrell@redhat.com> | 2010-05-05 09:45:20 -1000 |
| commit | 52becb5abb15b9cd9df6fd6bd090b2b5215a6bf6 (patch) | |
| tree | fe861453195af8f032a11cdb63bf8d418f2d581d /scripts | |
| parent | 96cf3cdb49a68d9cfe55ab7a0659954165fe78fe (diff) | |
Link /sbin/reboot and /sbin/halt to /sbin/init on s390x (#571370)
The linuxrc.s390 script is installed as /sbin/init, not
/sbin/linuxrc.s390.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index c03281187..7cee059c4 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -660,8 +660,8 @@ makeinitrd() { instbin $IMGPATH ${LOADERBINDIR##$IMGPATH}/shutdown $MBD_DIR /sbin/shutdown instbin $IMGPATH /usr/share/anaconda/linuxrc.s390 $MBD_DIR /sbin/init ( cd $MBD_DIR/sbin - ln -sf linuxrc.s390 reboot - ln -sf linuxrc.s390 halt + ln -sf init reboot + ln -sf init halt ) instbin $IMGPATH /usr/sbin/dasdfmt $MBD_DIR /sbin/dasdfmt cp -a $IMGPATH/usr/sbin/*_cio_free $MBD_DIR/sbin |
