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