install fixes, tweak playfair

This commit is contained in:
Neale Pickett 2012-02-02 17:14:41 -07:00
parent 713027b737
commit 2b6c3005f7
2 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,6 @@ umount /mnt/ctf-install
syslinux -d syslinux $FATFS
mount $FATFS /mnt/ctf-install
cp rootfs.squashfs /mnt/ctf-install/syslinux/dbtl.squashfs
cp bzImage /mnt/ctf-install/syslinux/
cat <<EOD >/mnt/ctf-install/syslinux/syslinux.cfg
DEFAULT ctf
@ -47,8 +45,10 @@ LABEL dbtl
APPEND packages=disabled
EOD
cp rootfs.squashfs /mnt/ctf-install/syslinux/dbtl.squashfs
cp bzImage /mnt/ctf-install/syslinux/
cp $(dirname $0)/bin/*.pkg /mnt/ctf-install/disabled/
mv /mnt/ctf-install/disabled/ctfbase.pkg /mnt/ctf-install/
mv /mnt/ctf-install/disabled/00admin.pkg /mnt/ctf-install/
umount /mnt/ctf-install
rmdir /mnt/ctf-install

View File

@ -193,7 +193,7 @@ main() {
// All I know about trigraphs is that the gcc manual says I don't want
// to know about trigraphs.
printf("The key is the token. ???:????\?-???\?-????\n");
printf("The key is the token. Play fair. ???:????\?-???\?-????\n");
fflush(stdout);
run(ckey);
}