Re: [Clr-dev] End user stuff (persistent mounts & samba)
by Nesius
Yep - you got it.
Technically systemd supports /etc/fstab for backwards compatibility - it generates a mount unit for each line in the file.
-Rob
Sent from mobile device.
On Oct 18, 2017, at 9:03 PM, Richard Thornton <richie.thornton(a)gmail.com <mailto:richie.thornton(a)gmail.com >> wrote:
Hi,
Sorry to bother you all.
I like Clear Linux a lot and Arjan has been a great help.
Posted to dev@ because I couldn't see a user@
I'm going to use Clear Linux for a 24/7 home server, I like the
upgrade system (used to use Ubuntu).
I'm going to use Docker containers for my applications.
I want to setup some persistence, if there is a reboot I would like my
storage disks to mount, Samba to start and my Docker containers to
run.
I think the way to do this is through systemd on CL, if so, I need to
create the /etc/systemd structure?
Just looking for best practices, advice and any documentation that may
be out there.
Thanks.
Richard
_______________________________________________
Dev mailing list
Dev(a)lists.clearlinux.org <mailto:Dev(a)lists.clearlinux.org >
https://lists.clearlinux.org/mailman/listinfo/dev
5 years, 2 months
[PATCH clr-bundles] desktop: add cups-filters
by Simental Magana
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana(a)intel.com >
---
bundles/desktop | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/desktop b/bundles/desktop
index 0b5521a..3e9304b 100644
--- a/bundles/desktop
+++ b/bundles/desktop
@@ -53,6 +53,7 @@ alsa-plugins
alsa-utils
bash-completion
clr-desktop-defaults
+cups-filters
cups-pk-helper
dhcp
gnome-online-accounts
--
2.14.3
5 years, 3 months
Re: [Clr-dev] [PATCH clr-bundles] create desktop-apps-extras bundle
by Simental Magana
pushed, thanks.
On Mon, Oct 30, 2017 at 04:25:23PM -0700, Douglas, William wrote:
> +1 thanks!
>
> On Mon, Oct 30, 2017 at 4:03 PM, Simental Magana, Marcos
> <marcos.simental.magana(a)intel.com > wrote:
> > This is a required step prior to move non-core apps
> > to the brand new desktop-apps-extras bundle.
> >
> > Signed-off-by: Simental Magana, Marcos <marcos.simental.magana(a)intel.com >
> > ---
> > bundles/desktop-apps | 1 +
> > bundles/desktop-apps-extras | 7 +++++++
> > bundles/os-testsuite-phoronix | 1 +
> > 3 files changed, 9 insertions(+)
> > create mode 100644 bundles/desktop-apps-extras
> >
> > diff --git a/bundles/desktop-apps b/bundles/desktop-apps
> > index 9f55442..a15ee51 100644
> > --- a/bundles/desktop-apps
> > +++ b/bundles/desktop-apps
> > @@ -6,6 +6,7 @@
> >
> > include(libX11client)
> > include(desktop-gnomelibs)
> > +include(desktop-apps-extras)
> >
> > darktable
> > eog
> > diff --git a/bundles/desktop-apps-extras b/bundles/desktop-apps-extras
> > new file mode 100644
> > index 0000000..9564baa
> > --- /dev/null
> > +++ b/bundles/desktop-apps-extras
> > @@ -0,0 +1,7 @@
> > +# [TITLE]: desktop-apps-extras
> > +# [DESCRIPTION]: Larger set of applications for the desktop
> > +# [STATUS]: Active
> > +# [CAPABILITIES]:
> > +# [MAINTAINER]: Marcos Simental <marcos.simental.magana(a)intel.com >
> > +
> > +filesystem
> > diff --git a/bundles/os-testsuite-phoronix b/bundles/os-testsuite-phoronix
> > index 3a1b0c1..ed1b402 100644
> > --- a/bundles/os-testsuite-phoronix
> > +++ b/bundles/os-testsuite-phoronix
> > @@ -8,6 +8,7 @@ include(database-basic)
> > include(go-basic)
> > include(machine-learning-basic)
> > include(desktop-autostart)
> > +include(desktop-apps-extras)
> > include(php-basic)
> > include(games)
> > include(R-basic)
> > --
> > 2.14.3
> >
> > _______________________________________________
> > Dev mailing list
> > Dev(a)lists.clearlinux.org
> > https://lists.clearlinux.org/mailman/listinfo/dev
--
Don't Panic!
Marcos Simental.
5 years, 3 months
[PATCH clr-bundles] create desktop-apps-extras bundle
by Simental Magana
This is a required step prior to move non-core apps
to the brand new desktop-apps-extras bundle.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana(a)intel.com >
---
bundles/desktop-apps | 1 +
bundles/desktop-apps-extras | 7 +++++++
bundles/os-testsuite-phoronix | 1 +
3 files changed, 9 insertions(+)
create mode 100644 bundles/desktop-apps-extras
diff --git a/bundles/desktop-apps b/bundles/desktop-apps
index 9f55442..a15ee51 100644
--- a/bundles/desktop-apps
+++ b/bundles/desktop-apps
@@ -6,6 +6,7 @@
include(libX11client)
include(desktop-gnomelibs)
+include(desktop-apps-extras)
darktable
eog
diff --git a/bundles/desktop-apps-extras b/bundles/desktop-apps-extras
new file mode 100644
index 0000000..9564baa
--- /dev/null
+++ b/bundles/desktop-apps-extras
@@ -0,0 +1,7 @@
+# [TITLE]: desktop-apps-extras
+# [DESCRIPTION]: Larger set of applications for the desktop
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: Marcos Simental <marcos.simental.magana(a)intel.com >
+
+filesystem
diff --git a/bundles/os-testsuite-phoronix b/bundles/os-testsuite-phoronix
index 3a1b0c1..ed1b402 100644
--- a/bundles/os-testsuite-phoronix
+++ b/bundles/os-testsuite-phoronix
@@ -8,6 +8,7 @@ include(database-basic)
include(go-basic)
include(machine-learning-basic)
include(desktop-autostart)
+include(desktop-apps-extras)
include(php-basic)
include(games)
include(R-basic)
--
2.14.3
5 years, 3 months
[PATCH clr-bundles] split desktop-apps into desktop-apps and apps-extras
by Simental Magana
move non-core (editors, browser, etc) apps to an
apps-extras bundle.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana(a)intel.com >
---
bundles/desktop-apps | 14 +-------------
bundles/desktop-apps-extras | 19 +++++++++++++++++++
bundles/os-testsuite-phoronix | 1 +
3 files changed, 21 insertions(+), 13 deletions(-)
create mode 100644 bundles/desktop-apps-extras
diff --git a/bundles/desktop-apps b/bundles/desktop-apps
index 9f55442..180398a 100644
--- a/bundles/desktop-apps
+++ b/bundles/desktop-apps
@@ -6,32 +6,20 @@
include(libX11client)
include(desktop-gnomelibs)
+include(desktop-apps-extras)
-darktable
eog
eog-plugins
evolution
evolution-ews
firefox
flatpak
-FreeRDP
-geany
-gimp
-gmic
gnome-calculator
gnome-characters
gnome-font-viewer
gnome-screenshot
-gphoto2
gvim
-hexchat
libva-utils
pavucontrol
-pidgin
-spice-gtk
-thunderbird
-tigervnc
totem
-vinagre
-virt-viewer
xemacs
diff --git a/bundles/desktop-apps-extras b/bundles/desktop-apps-extras
new file mode 100644
index 0000000..d9caa77
--- /dev/null
+++ b/bundles/desktop-apps-extras
@@ -0,0 +1,19 @@
+# [TITLE]: desktop-apps-extras
+# [DESCRIPTION]: Larger set of applications for the desktop
+# [STATUS]: Active
+# [CAPABILITIES]:
+# [MAINTAINER]: Marcos Simental <marcos.simental.magana(a)intel.com >
+
+darktable
+FreeRDP
+geany
+gimp
+gmic
+gphoto2
+hexchat
+pidgin
+spice-gtk
+thunderbird
+tigervnc
+vinagre
+virt-viewer
diff --git a/bundles/os-testsuite-phoronix b/bundles/os-testsuite-phoronix
index 3a1b0c1..ed1b402 100644
--- a/bundles/os-testsuite-phoronix
+++ b/bundles/os-testsuite-phoronix
@@ -8,6 +8,7 @@ include(database-basic)
include(go-basic)
include(machine-learning-basic)
include(desktop-autostart)
+include(desktop-apps-extras)
include(php-basic)
include(games)
include(R-basic)
--
2.14.3
5 years, 3 months
Clear Linux available in AWS market place
by Arjan van de Ven
Hi,
a heads up that Clear Linux OS for Intel Architecture is now available in the AWS market place,
including "Free tier eligible" (e.g. you can run it on the t2.micro instances).
To launch it, just search of it in the "Step 1: Choose an Amazon Machine Image (AMI)"
phase of launching an AWS instance in EC2.
https://aws.amazon.com/marketplace/fulfillment?productId=4d505f99-1c49-45c1…
The base image (which is pretty bare bones) assumes that you use the normal AWS system for setting up a SSH key
(in the AWS UI), and then you can just log into your new instance with
ssh -i <your key.pem> clear@<public IP>
very likely the first thing you want to do is set up a root password with
sudo passwd
and then maybe install extra bundles such as
sudo swupd bundle-add sysadmin-basic
or
sudo swupd bundle-add machine-learning-basic
5 years, 3 months
[PATCH clr-bundles] os-cloudguest: Restore clr-cloud-init package
by William Douglas
---
bundles/os-cloudguest | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bundles/os-cloudguest b/bundles/os-cloudguest
index 46d8345..5c4926c 100644
--- a/bundles/os-cloudguest
+++ b/bundles/os-cloudguest
@@ -4,11 +4,12 @@
# [CAPABILITIES]:
# [MAINTAINER]: Julio Montes <julio.montes(a)intel.com >
include(openssh-server)
-micro-config-drive
+clr-cloud-init
e2fsprogs-bin
ethtool
glib-lib
json-glib-lib
+micro-config-drive
parted-lib
sudo
util-linux-lib
--
2.14.2
5 years, 3 months
[PATCH clr-bundles] desktop: add cups PolicyKit helper
by Simental Magana
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana(a)intel.com >
---
bundles/desktop | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/desktop b/bundles/desktop
index d091d3d..0b5521a 100644
--- a/bundles/desktop
+++ b/bundles/desktop
@@ -53,6 +53,7 @@ alsa-plugins
alsa-utils
bash-completion
clr-desktop-defaults
+cups-pk-helper
dhcp
gnome-online-accounts
NetworkManager
--
2.14.3
5 years, 3 months