diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-17 09:04:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-17 09:04:48 +0000 |
commit | 218bc0928107680313ea8b68c7cf6702438910c1 (patch) | |
tree | 793931ae339767551759451c377824e6ca8d1773 /sysutils/livecd/files | |
parent | 42c62ca5d3bf2b8fa3b367f505e75442c8eb2429 (diff) |
Notes
Diffstat (limited to 'sysutils/livecd/files')
-rw-r--r-- | sysutils/livecd/files/patch-livecd.sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/livecd/files/patch-livecd.sh b/sysutils/livecd/files/patch-livecd.sh new file mode 100644 index 000000000000..2353668fc0a3 --- /dev/null +++ b/sysutils/livecd/files/patch-livecd.sh @@ -0,0 +1,20 @@ +--- livecd.sh.orig Fri Dec 17 20:02:55 2004 ++++ livecd.sh Fri Dec 17 20:03:21 2004 +@@ -302,7 +302,7 @@ + /usr/local/bin/mkisofs -b boot/cdboot -no-emul-boot -c boot/boot.catalog -r -l -L -V LiveCD -o $LIVEISODIR/LiveCD.iso . >> $LIVEDIR/log || aviso + dialog --title "FreeBSD LiveCD" --msgbox "$i_dialogo_1" 5 60 + +-elif then ++else + + dialog --title "FreeBSD LiveCD" --msgbox "$i_dialogo_2" 5 75 + # +@@ -578,7 +578,7 @@ + do + if [ -f ./config.ok ] ; then + main_dialog +-elif then ++else + idioma + fi + done |