mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-28 03:21:17 +00:00
Do no install openssh-server in the base filsystem for the live server installer.
This commit is contained in:
parent
2a9aac5635
commit
f81fb59a00
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.551) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Do no install openssh-server in the base filsystem for the live server
|
||||||
|
installer.
|
||||||
|
|
||||||
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Mon, 17 Dec 2018 13:40:21 +1300
|
||||||
|
|
||||||
livecd-rootfs (2.550) disco; urgency=medium
|
livecd-rootfs (2.550) disco; urgency=medium
|
||||||
|
|
||||||
[ Balint Reczey ]
|
[ Balint Reczey ]
|
||||||
|
@ -513,7 +513,7 @@ case $PROJECT in
|
|||||||
live)
|
live)
|
||||||
add_task install standard
|
add_task install standard
|
||||||
add_task install server
|
add_task install server
|
||||||
LIVE_TASK='cloud-image'
|
add_package install cloud-init
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
COMPONENTS='main'
|
COMPONENTS='main'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user