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

Commit a460f22

Browse files
author
Christophe - CC4
committed
feat: add usb automount and multiple fixes and optimizations
1 parent e2b137b commit a460f22

File tree

16 files changed

+5
-64
lines changed

16 files changed

+5
-64
lines changed

stage2/01-sys-tweaks/00-packages

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ssh less fbset sudo psmisc strace ed ncdu
22
console-setup keyboard-configuration debconf-utils parted
3+
build-essential manpages-dev bash-completion gdb pkg-config
34
python-is-python3
45
gpiod python3-libgpiod
56
python3-gpiozero

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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash -e
2+
3+
# Add fstab entry for USB automount (on PRESENTIUM label)
4+
echo "LABEL=PRESENTIUM /mnt/registration-certs auto nosuid,nodev,nofail,x-gvfs-show 0 0" >> "${ROOTFS_DIR}/etc/fstab"
File renamed without changes.

stage3/00-install-packages/00-packages

-8
This file was deleted.

stage3/00-install-packages/00-packages-nr

-4
This file was deleted.

stage3/00-install-packages/01-run.sh

-5
This file was deleted.

stage3/prerun.sh

-5
This file was deleted.

stage4/00-install-packages/00-debconf

-2
This file was deleted.

stage4/00-install-packages/00-packages

-7
This file was deleted.

stage4/00-install-packages/00-packages-nr

-1
This file was deleted.

stage4/01-console-autologin/00-run.sh

-5
This file was deleted.

stage4/02-extras/00-run.sh

-7
This file was deleted.

stage4/03-enable-xcompmgr/00-run.sh

-5
This file was deleted.

stage4/04-enable-wayland/00-run.sh

-5
This file was deleted.

stage4/prerun.sh

-5
This file was deleted.

stage5/prerun.sh

-5
This file was deleted.

0 commit comments

Comments
 (0)