From 32947eeb30d54fd7f271e9ba2f1c41f8cc9b10ac Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 8 Aug 2000 09:27:50 +0000 Subject: make continue symlink --- scripts/mk-images | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/mk-images') 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 -- cgit