mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
Do no install openssh-server in the base filsystem for the live server installer.
This commit is contained in:
parent
7632df8e50
commit
a473683ac7
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -9,6 +9,8 @@ livecd-rootfs (2.525.13) UNRELEASED; urgency=medium
|
|||||||
of installer.squashfs and fish kernel, initrd and modules out of that with
|
of installer.squashfs and fish kernel, initrd and modules out of that with
|
||||||
an initrd hook that records kernel metapackage name in /run and mounts
|
an initrd hook that records kernel metapackage name in /run and mounts
|
||||||
/lib/modules from a squashfs on the ISO.
|
/lib/modules from a squashfs on the ISO.
|
||||||
|
* Do no install openssh-server in the base filsystem for the live server
|
||||||
|
installer.
|
||||||
|
|
||||||
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 13 Dec 2018 15:22:15 +1300
|
-- Michael Hudson-Doyle <michael.hudson@ubuntu.com> Thu, 13 Dec 2018 15:22:15 +1300
|
||||||
|
|
||||||
|
@ -530,7 +530,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