diff options
Diffstat (limited to 'adelie-build-cd')
-rwxr-xr-x | adelie-build-cd | 4 |
1 files changed, 1 insertions, 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 |