-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding ubuntu c3os image changes, also overlay files for different pr… (
#104) * Adding ubuntu c3os image changes, also overlay files for different provider support. * Delete overlay directory Signed-off-by: vipsharm <sharma.vipin@gmail.com> * Update Earthfile Signed-off-by: vipsharm <sharma.vipin@gmail.com> * Revert "Delete overlay directory" This reverts commit cf1fe38. * Delete overlay/k8s directory Signed-off-by: vipsharm <sharma.vipin@gmail.com> * Update Dockerfile.ubuntu Signed-off-by: vipsharm <sharma.vipin@gmail.com> Signed-off-by: vipsharm <sharma.vipin@gmail.com>
- Loading branch information
Showing
3 changed files
with
44 additions
and
30 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
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
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,11 @@ | ||
set kernel=/boot/vmlinuz | ||
if [ -n "$recoverylabel" ]; then | ||
# Removed console=ttyS0 (don't use it), and also rd.neetnet=1 which results in dupliate ips | ||
# Added fancy vga=795 nomodeset | ||
set kernelcmd="console=tty1 root=live:LABEL=$recoverylabel rd.live.dir=/ rd.live.squashimg=$img panic=5" | ||
else | ||
# set kernelcmd="console=tty1 root=LABEL=$label cos-img/filename=$img panic=5 security=selinux selinux=1 rd.cos.oemlabel=COS_OEM rd.neednet=0 vga=795 nomodeset" | ||
set kernelcmd="console=tty1 root=LABEL=$label cos-img/filename=$img panic=5 security=selinux selinux=0 rd.cos.oemlabel=COS_OEM rd.neednet=0" | ||
fi | ||
|
||
set initramfs=/boot/initrd |