forked from shidel/fd-nls
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Swedish translation of syslinux.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
SYSLINUX | ||
|
||
SYSLINUX är en samling av uppstartsinläsare | ||
|
||
Installation: | ||
SYSLINUX C: | ||
COPY MEMDISK C:\ | ||
COPY CHAIN.C32 C:\ | ||
COPY MENU.C32 C:\ | ||
|
||
När du ser en kommandorad vid uppstart, skriv | ||
CHAIN.C32 FREEDOS=KERNEL.SYS | ||
|
||
Alternativt skapa en SYSLINUX.CFG, läs dokumentationen noggrannt om detta! | ||
(i nedanstående exempel finns "CONTENTS" katalogen inuti ISOLINUX katalogen, | ||
och inom den ISLINUX.BIN CDROM-uppstartsinläsaren - utan emulering. | ||
|
||
Se till att använda "/" och "\" precis som nedan! | ||
|
||
För MEMDISK och ISOLINUX, läs dokumentationen noggrannt!: | ||
* mkisofs -b isolinux/freedos.img -o c:\cdtest\cd1.iso contents | ||
* mkisofs -no-emul-boot -b isolinux/isolinux.bin -o c:\cdtest\cd1.iso contents | ||
|
||
Alternativ för CDRECORD (inkluderat i MKISOFS) är XORRISO och CDRKIT | ||
(se http://sites.google.com/site/blairdude/cdrkit för en DOS-portering) |