This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:install:firstcmds [2022/04/22 06:24] – js | linux:install:firstcmds [2022/05/25 12:18] (current) – js | ||
---|---|---|---|
Line 17: | Line 17: | ||
Check with list first your kernelopts and copy the org line: | Check with list first your kernelopts and copy the org line: | ||
<code bash> | <code bash> | ||
+ | |||
+ | |||
+ | nfs utils für nfs mount: | ||
+ | <code bash>yum -y install nfs-utils</ | ||
+ | |||
+ | tar | ||
+ | <code bash>yum -y install tar</ | ||
+ | |||
+ | bzip2 | ||
+ | <code bash>yum -y install bzip2</ | ||