Commit d3118b9b authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

images: hot-fix build process for images derived from base failing

hot-fix for #75 but temporarliy breaks experiments that use Simics. We will fix
this in a later commit.
parent 044e4716
...@@ -26,8 +26,6 @@ GRUB_CFG_FILE=/etc/default/grub.d/50-cloudimg-settings.cfg ...@@ -26,8 +26,6 @@ GRUB_CFG_FILE=/etc/default/grub.d/50-cloudimg-settings.cfg
echo 'GRUB_DISABLE_OS_PROBER=true' >> $GRUB_CFG_FILE echo 'GRUB_DISABLE_OS_PROBER=true' >> $GRUB_CFG_FILE
echo 'GRUB_HIDDEN_TIMEOUT=0' >> $GRUB_CFG_FILE echo 'GRUB_HIDDEN_TIMEOUT=0' >> $GRUB_CFG_FILE
echo 'GRUB_TIMEOUT=0' >> $GRUB_CFG_FILE echo 'GRUB_TIMEOUT=0' >> $GRUB_CFG_FILE
echo "GRUB_CMDLINE_LINUX_DEFAULT=\"console=tty1 console=ttyS0 " \
"init=/home/ubuntu/guestinit.sh rw\"" >> $GRUB_CFG_FILE
update-grub update-grub
# with stupid ubuntu22 /lib is a symlink at which point just untaring to / will # with stupid ubuntu22 /lib is a symlink at which point just untaring to / will
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment