Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could you add any way to add custom iso #22

Closed
mzramna opened this issue May 9, 2019 · 1 comment
Closed

could you add any way to add custom iso #22

mzramna opened this issue May 9, 2019 · 1 comment

Comments

@mzramna
Copy link

mzramna commented May 9, 2019

could you create any way to add extra links to other linux distro into the code?
any thing like a bash script to add the name of distro into a column of a csv file and into the others column the links

@beta-tester
Copy link
Owner

you mean you want a script where you can add lines like:

#add_new_entry "colDistro" "colUrl" "colType" "colMenu" "colKernel" "colAppend" "colInitrd";

add_new_entry \
    "WIN_PE_X86" \
    "" \
    "iso" \
    "memdisk" \
    "" \
    "" \
    "" \
    ;

add_new_entry \
    "DEBIAN_X86" \
    "https://cdimage.debian.org/debian-cd/current-live/i386/iso-hybrid/debian-live-9.9.0-i386-xfce.iso" \
    "iso" \
    "default" \
    "/live/vmlinuz-\$DEBIAN_KVER-686" \
    "nfsroot=\$IP_ETH0:\$DST_NFS_ETH0/\$DEBIAN_X86 ro netboot=nfs boot=live config --" \
    "/live/initrd.img-\$DEBIAN_KVER-686" \
    ;

and it will add the parts to p2-include-url.sh, p2-include-menu.sh and p2-include-handle.sh for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants