summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-04-25 08:16:57 +0000
committerAlyssa Ross <hi@alyssa.is>2022-04-25 08:18:16 +0000
commit2fa5438e4da70960e26e270d78af335de3172c14 (patch)
tree12dc0f2ff5a84a566e5ad11683e737325131c119 /host
parentefb69484c50c9edc388fa188086e93c2420d2cf6 (diff)
downloadspectrum-2fa5438e4da70960e26e270d78af335de3172c14.tar
spectrum-2fa5438e4da70960e26e270d78af335de3172c14.tar.gz
spectrum-2fa5438e4da70960e26e270d78af335de3172c14.tar.bz2
spectrum-2fa5438e4da70960e26e270d78af335de3172c14.tar.lz
spectrum-2fa5438e4da70960e26e270d78af335de3172c14.tar.xz
spectrum-2fa5438e4da70960e26e270d78af335de3172c14.tar.zst
spectrum-2fa5438e4da70960e26e270d78af335de3172c14.zip
Get rid of fstab.license files
These never needed to be separate.  They were the result of some
confusion while I was trying to hack on the Musl fstab parser, briefly
broke comment parsing, and then didn't realise I'd introduced that
breakage.
Diffstat (limited to 'host')
-rw-r--r--host/initramfs/etc/fstab2
-rw-r--r--host/initramfs/etc/fstab.license2
-rw-r--r--host/rootfs/etc/fstab2
-rw-r--r--host/rootfs/etc/fstab.license2
4 files changed, 4 insertions, 4 deletions
diff --git a/host/initramfs/etc/fstab b/host/initramfs/etc/fstab
index b0a36bd..3dfb05a 100644
--- a/host/initramfs/etc/fstab
+++ b/host/initramfs/etc/fstab
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
 devtmpfs	/dev	devtmpfs	defaults	0	0
 proc		/proc	proc		defaults	0	0
 sysfs		/sys	sysfs		defaults	0	0
diff --git a/host/initramfs/etc/fstab.license b/host/initramfs/etc/fstab.license
deleted file mode 100644
index c49c11b..0000000
--- a/host/initramfs/etc/fstab.license
+++ /dev/null
@@ -1,2 +0,0 @@
-SPDX-License-Identifier: CC0-1.0
-SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
diff --git a/host/rootfs/etc/fstab b/host/rootfs/etc/fstab
index 2bccd91..6a82ecc 100644
--- a/host/rootfs/etc/fstab
+++ b/host/rootfs/etc/fstab
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+# SPDX-FileCopyrightText: 2020-2021 Alyssa Ross <hi@alyssa.is>
 proc	/proc		proc	defaults		0	0
 devpts	/dev/pts	devpts	defaults,gid=4,mode=620	0	0
 tmpfs	/dev/shm	tmpfs	defaults		0	0
diff --git a/host/rootfs/etc/fstab.license b/host/rootfs/etc/fstab.license
deleted file mode 100644
index fcbd585..0000000
--- a/host/rootfs/etc/fstab.license
+++ /dev/null
@@ -1,2 +0,0 @@
-# SPDX-License-Identifier: CC0-1.0
-# SPDX-FileCopyrightText: 2020-2021 Alyssa Ross <hi@alyssa.is>