-
Notifications
You must be signed in to change notification settings - Fork 87
iso-remaster: improve samples, show how to add answerfile in ISO #731
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
base: master
Are you sure you want to change the base?
Conversation
d54e211
to
ff14545
Compare
# # >= 8.3 | ||
# make -C "$HOSTINSTALLER" DESTDIR="$INSTALLIMG" XS_MPATH_CONF="$HOME/src/xapi/sm/multipath/multipath.conf" | ||
# else | ||
# # if 8.2: copies a few files too much until we can "make install", but that's harmless |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# # if 8.2: copies a few files too much until we can "make install", but that's harmless | |
# # if 8.2: Use cp until make install is available. It copies a few unnecessary files, but this is harmless. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
#cp -rv "$HOSTINSTALLER"/* "$INSTALLIMG/opt/xensource/installer/" | ||
## - if 8.3 | ||
#make -C "$HOSTINSTALLER" DESTDIR="$INSTALLIMG" XS_MPATH_CONF="$HOME/src/xapi/sm/multipath/multipath.conf" | ||
# # Include an answerfile (also needs answerfile=file:// in patch-iso) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# # Include an answerfile (also needs answerfile=file:// in patch-iso) | |
# # Include an answerfile (also needs answerfile=file:// in patch-iso.sh) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
#SED_COMMANDS+=(-e "s@/vmlinuz@/vmlinuz network_device=lacp:members=eth0,eth1@") | ||
#SED_COMMANDS+=(-e "s@/vmlinuz@/vmlinuz install answerfile=http://pxe/configs/custom/ydi/lacp.xml@") | ||
#SED_COMMANDS+=(-e "s@/vmlinuz@/vmlinuz atexit=shell@") | ||
# # get an answerfile from the ISO's install.img (also needs to copy preset in patch-installimg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# # get an answerfile from the ISO's install.img (also needs to copy preset in patch-installimg) | |
# # get an answerfile from the ISO's install.img (also needs to copy preset.xml in patch-installimg.sh) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Hopefully makes sample snippets easier to use. Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
ff14545
to
1ac59c3
Compare
No description provided.