summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-fhs-dirs.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage2-fhs-dirs.morph')
-rw-r--r--strata/build-essential/stage2-fhs-dirs.morph51
1 files changed, 0 insertions, 51 deletions
diff --git a/strata/build-essential/stage2-fhs-dirs.morph b/strata/build-essential/stage2-fhs-dirs.morph
deleted file mode 100644
index 6f842403..00000000
--- a/strata/build-essential/stage2-fhs-dirs.morph
+++ /dev/null
@@ -1,51 +0,0 @@
-name: stage2-fhs-dirs
-kind: chunk
-description: create the FHS 2.3 directory hierarchy and the usual files
-install-commands:
-- sh ./create-fhs-dirs "$DESTDIR"
-- rmdir "$DESTDIR/usr/bin"
-- ln -s "$PREFIX/bin" "$DESTDIR/usr/bin"
-- install -m 644 passwd "$DESTDIR/etc/passwd"
-- install -m 600 shadow "$DESTDIR/etc/shadow"
-- install -m 644 interfaces "$DESTDIR/etc/network/interfaces"
-- install -m 644 group "$DESTDIR/etc/group"
-- install -m 644 issue "$DESTDIR/etc/issue"
-- install -m 644 services "$DESTDIR/etc/services"
-- install -m 644 protocols "$DESTDIR/etc/protocols"
-- echo baserock > "$DESTDIR"/etc/hostname
-devices:
-- type: c
- filename: /dev/console
- gid: 0
- major: 5
- minor: 1
- permissions: '0600'
- uid: 0
-- type: c
- filename: /dev/full
- gid: 0
- major: 1
- minor: 7
- permissions: '0666'
- uid: 0
-- type: c
- filename: /dev/null
- gid: 0
- major: 1
- minor: 3
- permissions: '0666'
- uid: 0
-- type: c
- filename: /dev/urandom
- gid: 0
- major: 1
- minor: 9
- permissions: '0666'
- uid: 0
-- type: c
- filename: /dev/zero
- gid: 0
- major: 1
- minor: 5
- permissions: '0666'
- uid: 0