Skip to content

Commit ca2e731

Browse files
authored
Merge pull request #439 from grml/zeha/doc-cleanup
Cleanup grml-live.8.adoc
2 parents d489575 + d1f8ad1 commit ca2e731

File tree

1 file changed

+6
-24
lines changed

1 file changed

+6
-24
lines changed

docs/grml-live.8.adoc

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ Please notice that you should have a fast network connection as all the Debian
3939
packages will be downloaded and installed via network. If you want to use a
4040
local mirror (strongly recommended if you plan to use grml-live more than once)
4141
checkout debmirror(1), reprepro(1) (see /usr/share/doc/grml-live/examples/reprepro/ for a
42-
sample configuration), apt-cacher(1) and approx(8). To avoid downloading the
43-
base system again and again check out <<create-a-base-tgz,the base tar.gz
44-
feature>>.
42+
sample configuration), apt-cacher(1) and approx(8).
4543

4644
Options
4745
-------
@@ -205,10 +203,7 @@ the class "RELEASE".
205203

206204
Specify the Debian suite you want to use for your live-system. If unset defaults
207205
to "testing". Supported values are: stable, testing, unstable (or their
208-
corresponding release names like "bookworm"). Please be aware that recent Debian
209-
suites might require a recent base.tgz
210-
(${GRML_FAI_CONFIG}/basefiles/$CLASSNAME.tar.gz) or a recent version of
211-
debootstrap.
206+
corresponding release names like "bookworm").
212207

213208
-t **arg**::
214209

@@ -463,7 +458,8 @@ Available log files
463458
-------------------
464459

465460
Starting with grml-live version 0.17.0 you should find log files in a directory
466-
named 'grml_logs' in the output directory (next to grml_isos, grml_chroot,...).
461+
named `grml_logs` in the output directory (next to `grml_isos`,
462+
`grml_chroot`, etc).
467463

468464
grml-live versions before 0.17.0 used to log into /var/log/grml-live.log
469465
and /var/log/fai/grml.
@@ -472,8 +468,8 @@ and /var/log/fai/grml.
472468
Requirements for the build system
473469
---------------------------------
474470
475-
* any Debian based system should be sufficient (if it doesn't work it's a bug,
476-
please send us a bug report then). Check out <<deploy-on-debian,How do I deploy
471+
* Debian GNU/Linux, bookworm or newer. If this doesn't work, please send us a bug
472+
report. Check out <<deploy-on-debian,How do I deploy
477473
grml-live on a plain Debian installation>> for details how to set up grml-live
478474
on a plain, original Debian system.
479475
@@ -492,14 +488,6 @@ most systems.)
492488
493489
For further information see next section.
494490
495-
[[X8]]
496-
[[current_state]]
497-
Current state of grml-live with squashfs-tools and kernel
498-
---------------------------------------------------------
499-
500-
Use squashfs-tools >=4.2-1 to build Grml (based) ISOs featuring kernel version
501-
2.6.38-grml[64] or newer.
502-
503491
[[faq]]
504492
FAQ
505493
---
@@ -537,12 +525,6 @@ Instructions
537525
apt-get --allow-unauthenticated install grml-keyring
538526
539527
cp -rv /usr/share/grml-live/config /srv
540-
# optionally(!) install basefile so we don't have to build basic
541-
# chroot from scratch. best build them with mmdebstrap.
542-
# mkdir -p /srv/config/basefiles/
543-
# mv I386.tar.gz /srv/config/basefiles/
544-
# mv AMD64.tar.gz /srv/config/basefiles/
545-
# mv ARM64.tar.gz /srv/config/basefiles/
546528
547529
# install relevant tools
548530
apt-get --no-install-recommends install grml-live

0 commit comments

Comments
 (0)