Fix debian 12 gnome
This commit is contained in:
parent
d2e368d77d
commit
5ec3020765
|
@ -15,7 +15,6 @@ base_system() {
|
||||||
}
|
}
|
||||||
|
|
||||||
packages=(
|
packages=(
|
||||||
"gnome-core"
|
|
||||||
"bash-completion"
|
"bash-completion"
|
||||||
"sudo"
|
"sudo"
|
||||||
"ssh"
|
"ssh"
|
||||||
|
@ -23,6 +22,9 @@ packages=(
|
||||||
)
|
)
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
log "Installing gnome"
|
||||||
|
chroot "$imageroot" apt install gnome-core -y
|
||||||
|
|
||||||
log "Configuring gdm and GNOME"
|
log "Configuring gdm and GNOME"
|
||||||
|
|
||||||
mkdir -p "$imageroot/etc/skel/.config"
|
mkdir -p "$imageroot/etc/skel/.config"
|
||||||
|
|
Loading…
Reference in a new issue