mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-02-05 07:59:28 +00:00
revise some comments
This commit is contained in:
parent
b802c8d93b
commit
0b0906cedf
@ -49,7 +49,7 @@ timezone Europe/Paris --utc # Pour Paris !
|
|||||||
# Set root password and activate the account
|
# Set root password and activate the account
|
||||||
rootpw --iscrypted $6$2rA58L/SQu5.xMTb$u8.zqBWE5bK1/N983qDpJEp41yg66GwQ3YVTpsRghVhNiZypWyo2Zq2Qwr2tCM3bt50mKMIgHzbPdtSq9ErPz.
|
rootpw --iscrypted $6$2rA58L/SQu5.xMTb$u8.zqBWE5bK1/N983qDpJEp41yg66GwQ3YVTpsRghVhNiZypWyo2Zq2Qwr2tCM3bt50mKMIgHzbPdtSq9ErPz.
|
||||||
|
|
||||||
# Create user account
|
# Create "test" user account
|
||||||
user --name=test --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQuzbVkLYf70SDan5hdqI0tUkc89nHE8pVnHStO4mcl3c1Tk0WJvCet1. --iscrypted --gecos="test"
|
user --name=test --password=$6$wlB.n8fvumAXv3xn$clVIswjLUjb7MZoJ2JHi1zk1zmx5ViQuzbVkLYf70SDan5hdqI0tUkc89nHE8pVnHStO4mcl3c1Tk0WJvCet1. --iscrypted --gecos="test"
|
||||||
|
|
||||||
## NETWORK RELATED ##
|
## NETWORK RELATED ##
|
||||||
@ -104,7 +104,7 @@ qemu-guest-agent
|
|||||||
## Start of the %post section with logging into /root/ks-post.log
|
## Start of the %post section with logging into /root/ks-post.log
|
||||||
%post --log=/root/ks-post.log
|
%post --log=/root/ks-post.log
|
||||||
|
|
||||||
## Set keymap to ch-fr
|
## Set keymap to `ch-fr`. Alternatively, `us` can be picked
|
||||||
localectl set-keymap ch-fr
|
localectl set-keymap ch-fr
|
||||||
|
|
||||||
# Update the system
|
# Update the system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user