mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-06 15:42:31 +00:00
Use the ubuntu-desktop-bootstrap snap as the Ubuntu Desktop installer
This commit is contained in:
parent
790d183622
commit
fdf1a22b92
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (24.04.31) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Use the ubuntu-desktop-bootstrap snap as the Ubuntu Desktop installer
|
||||||
|
|
||||||
|
-- Sebastien Bacher <seb128@ubuntu.com> Mon, 12 Feb 2024 21:30:16 +0100
|
||||||
|
|
||||||
livecd-rootfs (24.04.30) noble; urgency=medium
|
livecd-rootfs (24.04.30) noble; urgency=medium
|
||||||
|
|
||||||
[ Heinrich Schuchardt ]
|
[ Heinrich Schuchardt ]
|
||||||
|
@ -779,7 +779,7 @@ case $PROJECT in
|
|||||||
add_task minimal.standard ubuntu-desktop ubuntu-desktop-default-languages
|
add_task minimal.standard ubuntu-desktop ubuntu-desktop-default-languages
|
||||||
add_task minimal.standard.live ubuntu-live
|
add_task minimal.standard.live ubuntu-live
|
||||||
remove_package minimal.standard.live ubiquity-frontend-gtk
|
remove_package minimal.standard.live ubiquity-frontend-gtk
|
||||||
add_snap minimal.standard.live ubuntu-desktop-installer/classic
|
add_snap minimal.standard.live ubuntu-desktop-bootstrap/classic
|
||||||
add_package minimal.standard.live linux-$KERNEL_FLAVOURS casper
|
add_package minimal.standard.live linux-$KERNEL_FLAVOURS casper
|
||||||
|
|
||||||
cat <<-EOF > config/minimal.catalog-in.yaml
|
cat <<-EOF > config/minimal.catalog-in.yaml
|
||||||
|
@ -10,6 +10,6 @@ Conflicts=gnome-session@gnome-login.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/snap/bin/ubuntu-desktop-installer --try-or-install
|
ExecStart=/snap/bin/ubuntu-desktop-bootstrap --try-or-install
|
||||||
ExecStopPost=sh -c "gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed true; gsettings set org.gnome.shell.extensions.dash-to-dock intellihide true; gnome-extensions enable ding@rastersoft.com"
|
ExecStopPost=sh -c "gsettings set org.gnome.shell.extensions.dash-to-dock dock-fixed true; gsettings set org.gnome.shell.extensions.dash-to-dock intellihide true; gnome-extensions enable ding@rastersoft.com"
|
||||||
Restart=no
|
Restart=no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user