Hi, as title says...
Because from what I see, building freebsd is easier than building linux, because in the process of building freebsd there are a small number of commands: environment variables or just building an iso file in 3 commands:
full automated script is here
The...
[Research] Is building freebsd easier than building linux?
Because from what I see, building freebsd is easier than building linux, because in the process of building freebsd there are a small number of commands: environment variables or just building an iso file in 3 commands:
Code:
... cd release make release -j${rdzen} make install -j${rdzen} DESTDIR=${sciezka}-images ...
The...
[Research] Is building freebsd easier than building linux?