Hi Herbert,

> But the Problem is, that boot.script contains "rootflags=size=100%" and
> "size=100%" isn't an allowed mount option for ext4. This option only exists
> for tmpfs. I have found this option in JeOS-raspberrypi.kiwi and every other
> of several *.kiwi files I looked into, too.

right, but there is a kiwi-hooks/installUboot.sh script on firstboot
in the image that should get executed
and remove those flags:

  # On second boot, the rootfs is no longer tmpfs and dracut would interpret the
  # command line argument, remove it again from the config
  for file in /etc/sysconfig/bootloader /etc/default/grub /boot/boot.script; do
  ⇥       [ -e "$file" ] && sed -i -e 's/rootflags=size=100%//' $file
  done


can you provide the kiwi boot log ? perhaps there is a hint why the
code isn't getting executed.

TIA,
Dirk
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to