Compare commits
2 commits
d2e368d77d
...
fc9c404450
Author | SHA1 | Date | |
---|---|---|---|
|
fc9c404450 | ||
|
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"
|
||||
|
|
15
FedoraWorkstation41.lnibuild
Normal file
15
FedoraWorkstation41.lnibuild
Normal file
|
@ -0,0 +1,15 @@
|
|||
image_type="fedora"
|
||||
name="FedoraWorkstation"
|
||||
imgver="41-$(date '+%Y-%m-%d')"
|
||||
zram="y"
|
||||
|
||||
pre_install=()
|
||||
|
||||
base_system()
|
||||
{
|
||||
fetch_base_system "$imageroot" 41 1.4 Workstation
|
||||
}
|
||||
|
||||
packages=()
|
||||
|
||||
post_install=()
|
Loading…
Reference in a new issue