fixup! Add automatic installer and upgrader.

This commit is contained in:
Jonas 'Sortie' Termansen 2023-04-08 22:20:41 +02:00
parent c45b027698
commit 715fa2eca5
3 changed files with 7 additions and 12 deletions

View File

@ -89,7 +89,7 @@ keyboard layout, the default graphics resolution, adding files of your choice to
the live environment, control which drivers are loaded by default, control which
live environment daemons are started by default, deploy ssh keys so secure shell
connections are trusted on the first connection, configure automatic
installation and upgrading, and and so on.
installation and upgrading, and so on.
.Pp
Warning: The live environment does not come with any random entropy and entropy
gathering is not yet implemented.

View File

@ -19,7 +19,7 @@ keyboard layout, the default graphics resolution, adding files of your choice to
the live environment, control which drivers are loaded by default, control which
live environment daemons are started by default, deploy ssh keys so secure shell
connections are trusted on the first connection, configure automatic
installation and upgrading, and and so on.
installation and upgrading, and so on.
.Ss Prerequisites
.Bl -bullet -compact
.It
@ -521,21 +521,16 @@ tix-iso-bootconfig --disable-gui bootconfig
tix-iso-add sortix.iso bootconfig
.Ed
.Ss Automatic Installation
To customize a release so it automatically installs itself according to
.Pa autoinstall.conf
(see
.Xr autoinstall.conf 5 ) :
To customize a release so it automatically installs itself per the
.Xr autoinstall.conf 5 :
.Bd -literal
tix-iso-liveconfig --autoinstall=autoinstall.conf liveconfig
tix-iso-bootconfig --liveconfig=liveconfig --default=1 bootconfig
tix-iso-add sortix.iso bootconfig
.Ed
.Ss Automatic Upgrade
To customize a release so it automatically upgrades a local installation
according to
.Pa autoupgrade.conf
(see
.Xr autoupgrade.conf 5 ) :
To customize a release so it automatically upgrades a local installation per the
.Xr autoupgrade.conf 5 :
.Bd -literal
tix-iso-liveconfig --autoinstall=autoupgrade.conf liveconfig
tix-iso-bootconfig --liveconfig=liveconfig --default=2 bootconfig

View File

@ -32,7 +32,7 @@ keyboard layout, the default graphics resolution, adding files of your choice to
the live environment, control which drivers are loaded by default, control which
live environment daemons are started by default, deploy ssh keys so secure shell
connections are trusted on the first connection, configure automatic
installation and upgrading, and and so on.
installation and upgrading, and so on.
.Pp
Warning: The live environment does not come with any random entropy and entropy
gathering is not yet implemented.