From 64a97ca16b810dd1d32a58394be0e7d554bd0be3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 4 Oct 2013 10:13:13 +0200 Subject: [config.tgz] Add module to mount stage4 at boot-up, enable by default inf configs/freiburg --- server/blacklists/essential/linux-base | 3 +++ server/configs/freiburg/stage4-at-boot | 1 + .../etc/systemd/system/basic.target.wants/nfs-mount.service | 1 + 3 files changed, 5 insertions(+) create mode 120000 server/configs/freiburg/stage4-at-boot create mode 120000 server/modules/stage4-at-boot/etc/systemd/system/basic.target.wants/nfs-mount.service diff --git a/server/blacklists/essential/linux-base b/server/blacklists/essential/linux-base index 522ae191..0f417425 100644 --- a/server/blacklists/essential/linux-base +++ b/server/blacklists/essential/linux-base @@ -1,3 +1,5 @@ +# Always include ldconfig/cache of full system: ++ /etc/ld.so.** - /boot/ - /cdrom/ - /dev/ @@ -23,6 +25,7 @@ - /var/spool/** - /etc/resolv.conf - /etc/resolvconf/ +- /etc/mtab - **/tm-scripts/ - /initrd.img - /initrd.img.old diff --git a/server/configs/freiburg/stage4-at-boot b/server/configs/freiburg/stage4-at-boot new file mode 120000 index 00000000..b1ec86ba --- /dev/null +++ b/server/configs/freiburg/stage4-at-boot @@ -0,0 +1 @@ +../../modules/stage4-at-boot \ No newline at end of file diff --git a/server/modules/stage4-at-boot/etc/systemd/system/basic.target.wants/nfs-mount.service b/server/modules/stage4-at-boot/etc/systemd/system/basic.target.wants/nfs-mount.service new file mode 120000 index 00000000..1936daef --- /dev/null +++ b/server/modules/stage4-at-boot/etc/systemd/system/basic.target.wants/nfs-mount.service @@ -0,0 +1 @@ +../nfs-mount.service \ No newline at end of file -- cgit v1.2.3-55-g7522