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 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 live environment daemons are started by default, deploy ssh keys so secure shell
connections are trusted on the first connection, configure automatic connections are trusted on the first connection, configure automatic
installation and upgrading, and and so on. installation and upgrading, and so on.
.Pp .Pp
Warning: The live environment does not come with any random entropy and entropy Warning: The live environment does not come with any random entropy and entropy
gathering is not yet implemented. 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 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 live environment daemons are started by default, deploy ssh keys so secure shell
connections are trusted on the first connection, configure automatic connections are trusted on the first connection, configure automatic
installation and upgrading, and and so on. installation and upgrading, and so on.
.Ss Prerequisites .Ss Prerequisites
.Bl -bullet -compact .Bl -bullet -compact
.It .It
@ -521,21 +521,16 @@ tix-iso-bootconfig --disable-gui bootconfig
tix-iso-add sortix.iso bootconfig tix-iso-add sortix.iso bootconfig
.Ed .Ed
.Ss Automatic Installation .Ss Automatic Installation
To customize a release so it automatically installs itself according to To customize a release so it automatically installs itself per the
.Pa autoinstall.conf .Xr autoinstall.conf 5 :
(see
.Xr autoinstall.conf 5 ) :
.Bd -literal .Bd -literal
tix-iso-liveconfig --autoinstall=autoinstall.conf liveconfig tix-iso-liveconfig --autoinstall=autoinstall.conf liveconfig
tix-iso-bootconfig --liveconfig=liveconfig --default=1 bootconfig tix-iso-bootconfig --liveconfig=liveconfig --default=1 bootconfig
tix-iso-add sortix.iso bootconfig tix-iso-add sortix.iso bootconfig
.Ed .Ed
.Ss Automatic Upgrade .Ss Automatic Upgrade
To customize a release so it automatically upgrades a local installation To customize a release so it automatically upgrades a local installation per the
according to .Xr autoupgrade.conf 5 :
.Pa autoupgrade.conf
(see
.Xr autoupgrade.conf 5 ) :
.Bd -literal .Bd -literal
tix-iso-liveconfig --autoinstall=autoupgrade.conf liveconfig tix-iso-liveconfig --autoinstall=autoupgrade.conf liveconfig
tix-iso-bootconfig --liveconfig=liveconfig --default=2 bootconfig 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 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 live environment daemons are started by default, deploy ssh keys so secure shell
connections are trusted on the first connection, configure automatic connections are trusted on the first connection, configure automatic
installation and upgrading, and and so on. installation and upgrading, and so on.
.Pp .Pp
Warning: The live environment does not come with any random entropy and entropy Warning: The live environment does not come with any random entropy and entropy
gathering is not yet implemented. gathering is not yet implemented.