diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-08 09:27:50 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-08 09:27:50 +0000 |
commit | 32947eeb30d54fd7f271e9ba2f1c41f8cc9b10ac (patch) | |
tree | a90a3f31e7604dd294d731b6255a861a212d34db | |
parent | 9e46f9fde91454bac81df7b4898840c80bae5910 (diff) | |
download | anaconda-32947eeb30d54fd7f271e9ba2f1c41f8cc9b10ac.tar.gz anaconda-32947eeb30d54fd7f271e9ba2f1c41f8cc9b10ac.tar.xz anaconda-32947eeb30d54fd7f271e9ba2f1c41f8cc9b10ac.zip |
make continue symlink
-rwxr-xr-x | scripts/mk-images | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index a93ea6ded..9cad91547 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -390,6 +390,7 @@ EOF if [ -n "$JAPANESE" ]; then install -m 644 $LOADERBINDIR/kon.cfg $MBD_DIR/etc install -m 644 $LOADERBINDIR/minikon.fnt $MBD_DIR/etc + ln -s loader $MBD_DIR/sbin/continue fi if [ -n "$PCMCIA" ]; then |