adicionar console-setup aos scripts de construçao
This commit is contained in:
parent
18718ee5af
commit
ce750131c2
|
@ -203,6 +203,7 @@ ffmpegthumbnailer
|
||||||
xterm
|
xterm
|
||||||
grub-pc
|
grub-pc
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
|
console-setup
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
|
@ -203,6 +203,7 @@ ffmpegthumbnailer
|
||||||
xterm
|
xterm
|
||||||
grub-pc
|
grub-pc
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
|
console-setup
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
|
@ -202,6 +202,7 @@ ffmpegthumbnailer
|
||||||
xterm
|
xterm
|
||||||
grub-pc
|
grub-pc
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
|
console-setup
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
|
@ -203,6 +203,7 @@ ffmpegthumbnailer
|
||||||
xterm
|
xterm
|
||||||
grub-pc
|
grub-pc
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
|
console-setup
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
|
@ -203,6 +203,7 @@ ffmpegthumbnailer
|
||||||
xterm
|
xterm
|
||||||
grub-pc
|
grub-pc
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
|
console-setup
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
|
@ -202,6 +202,7 @@ ffmpegthumbnailer
|
||||||
xterm
|
xterm
|
||||||
grub-pc
|
grub-pc
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
|
console-setup
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
|
@ -193,6 +193,7 @@ linux-firmware
|
||||||
xterm
|
xterm
|
||||||
grub-pc
|
grub-pc
|
||||||
spice-vdagent
|
spice-vdagent
|
||||||
|
console-setup
|
||||||
|
|
||||||
" > $build/build/config/package-lists/packages.list.chroot
|
" > $build/build/config/package-lists/packages.list.chroot
|
||||||
|
|
||||||
|
|
|
@ -3,12 +3,11 @@ backend: apt
|
||||||
operations:
|
operations:
|
||||||
- remove:
|
- remove:
|
||||||
- "^live-*"
|
- "^live-*"
|
||||||
- calamares-settings-debian
|
- calamares-settings-lubuntu
|
||||||
- calamares
|
- calamares
|
||||||
- hunspell-en-us
|
- hunspell-en-us
|
||||||
- zram-config
|
- zram-config
|
||||||
- cifs-utils
|
- cifs-utils
|
||||||
- lightdm-autologin-greeter
|
|
||||||
- try_install:
|
- try_install:
|
||||||
- language-pack-$LOCALE
|
- language-pack-$LOCALE
|
||||||
- hunspell-$LOCALE
|
- hunspell-$LOCALE
|
||||||
|
|
|
@ -15,4 +15,4 @@ defaultGroups:
|
||||||
- sambashare
|
- sambashare
|
||||||
autologinGroup: autologin
|
autologinGroup: autologin
|
||||||
sudoersGroup: sudo
|
sudoersGroup: sudo
|
||||||
setRootPassword: false
|
setRootPassword: true
|
||||||
|
|
Loading…
Reference in New Issue