Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit ce6e481

Browse files
author
Christophe - CC4
authored
fix: registration-certs missing folder by default
1 parent 56f2b02 commit ce6e481

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stage2/05-automount-usb/00-run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash -e
22

3+
mkdir ${ROOTFS_DIR}/mnt/registration-certs
4+
35
# Add fstab entry for USB automount (on PRESENTIUM label)
46
echo "LABEL=PRESENTIUM /mnt/registration-certs auto nosuid,nodev,nofail,x-gvfs-show 0 0" >> "${ROOTFS_DIR}/etc/fstab"

0 commit comments

Comments
 (0)