diff options
| author | Karsten Hopp <karsten@redhat.de> | 2004-05-11 19:15:27 +0000 |
|---|---|---|
| committer | Karsten Hopp <karsten@redhat.de> | 2004-05-11 19:15:27 +0000 |
| commit | ce58433d3b5067e2ef78ea203bb0afde2a7a6885 (patch) | |
| tree | 7211dc22d623ec4f226184bc5c3496abe6e743b8 /scripts | |
| parent | 45249dcf387aa8100c9c890c64a56ae509317aa0 (diff) | |
- login requires libpam_misc.so
- add dasdfmt, required if the loader detects unformatted dasds or
if something goes wrong and the user needs to manually format dasds.
(Anaconda complains about unformatted dasds before it mounts 2.stage)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 01ca8d5ed..79eca6a13 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -608,6 +608,7 @@ makeinitrd() { mkdir -m 111 -p $MBD_DIR/var/empty/sshd mkdir -p $MBD_DIR/etc/{pam.d,security} mkdir -p $MBD_DIR/$LIBDIR/security + cp $IMGPATH/$LIBDIR/libpam_misc.so.0.* $MBD_DIR/$LIBDIR/libpam_misc.so.0 ln -s /tmp $MBD_DIR/var/state/xkb fi @@ -629,6 +630,7 @@ EOF else install -s -m 755 $LOADERBINDIR/shutdown $MBD_DIR/sbin/shutdown install -m 755 $IMGPATH/usr/lib/anaconda-runtime/loader/linuxrc.s390 $MBD_DIR/linuxrc + install -m 755 $IMGPATH/usr/sbin/dasdfmt $MBD_DIR/sbin/dasdfmt ln -s ../linuxrc $MBD_DIR/sbin/init fi |
