月曜日, 2月 16, 2009

mkisofs.exe

mkisofs.exe

ここにもダウンロードできます

BERRY LINUX の再構成
mkisofs -l -J -V "BERRY-your_name" -v -b BERRY/boot.img \
-c BERRY/boot.cat -o /somewhere/BERRY-cd.iso /mnt/master



Slax Remaster
ファイルmake_iso.bat

@ECHO OFF

REM ----------------------------------------------------
REM Batch file to create bootable ISO in Windows
REM usage: make_iso.bat c:\new-slax.iso
REM author: Tomas M.
REM ----------------------------------------------------

if "%1"=="" goto error1
cd ..
set CDLABEL=SLAX

slax\tools\WIN\mkisofs.exe @slax\tools\WIN\config -o "%1" -A "%CDLABEL%" -V "%CDLABEL%" .
echo.
echo New ISO should be created now.
goto theend

:error1
echo A parameter is required - target ISO file.
echo Example: %0 c:\target.iso
goto theend

:error2
echo Error creating the ISO file
goto theend

:theend
pause

ファイルconfig

-v
-J
-R
-D
-no-emul-boot
-boot-info-table
-boot-load-size 4
-b "boot/isolinux/isolinux.bin"
-c "boot/isolinux/isolinux.boot"

0 件のコメント: