From e3d6a5f56823fa375d4432dc1f078ac813618a15 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 12 Dec 2017 16:14:13 -0600 Subject: adelie-build-cd: make runlevel dirs before population --- adelie-build-cd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/adelie-build-cd b/adelie-build-cd index ab45a92..c77a2f1 100755 --- a/adelie-build-cd +++ b/adelie-build-cd @@ -150,6 +150,7 @@ make_structure() { mkdir -p squashroot-$ARCH/home/live mkdir squashroot-$ARCH/target mkdir -p squashroot-$ARCH/media/live + mkdir -p squashroot-$ARCH/etc/runlevels/{sysinit,boot} echo 'adelie-live' > squashroot-$ARCH/etc/hostname echo 'mtab_is_file=no' > squashroot-$ARCH/etc/conf.d/mtab @@ -171,9 +172,6 @@ make_structure() { # This fstab(5) is for the live media only. Do not edit or use for your installation. tmpfs /tmp tmpfs defaults 0 1 - tmpfs /var/log tmpfs size=8m 0 1 - tmpfs /root tmpfs size=16m 0 1 - tmpfs /home/live tmpfs size=16m 0 1 proc /proc proc defaults 0 1 FSTAB -- cgit v1.2.3-70-g09d2