ilbers / isar

Integration System for Automated Root filesystem generation
Other
187 stars 73 forks source link

wic tools fails on Debian jessie #8

Closed johann-pfefferl closed 5 years ago

johann-pfefferl commented 7 years ago

The wic tool calls mkfs.ext4 with option "-d". This option does not exist in the Debian jessie version. So it should be mentioned in the readme file that at least Debian stretch is required.

johann-pfefferl commented 7 years ago

Moreover it should be mentioned that a

export PATH=$PATH:/sbin

is necessary as normal user for some system relvant tools.

jan-kiszka commented 7 years ago

The second issue should be solved by https://groups.google.com/forum/#!topic/isar-users/6EjeGHH-Krc.

ismagulb commented 7 years ago

Documented in 4da6d15 and 8378b39, respectively.

jan-kiszka commented 7 years ago

You didn't comment on the fix for the isar-init-build-env script on the list nor applied it. Addressing by documentation is an inferior solution IMHO.

ismagulb commented 7 years ago

Oops, overlooked, thanks for reminding. The next time, please re-open the issue. Expect a merge.

jan-kiszka commented 7 years ago

Only privileged people can reopen tickets - I can't.

ismagulb commented 7 years ago

Hmm, couldn't find any settings regarding re-opening, seems to be hard-coded. But the comments are also sent by mail, so we should track it manually.

ismagulb commented 7 years ago

The second one done in 19ae523.

henning-schild commented 6 years ago

With the integration of wic you should be able to build >=stretch images on jessie. Jessie images can not be build, because of the first issue. Can be closed?