Skip to content

Commit

Permalink
Add user to groups fuse & dialout (dialout for OpenPCD2)
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Jan 20, 2013
1 parent 3fc909c commit 54dada1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-iso
Expand Up @@ -14,6 +14,7 @@ sudo lb clean
sudo rm -rf config

# bootappend-live: see man live-boot & live-config
# group dialout: for serial boards such as OpenPCD2
lb config \
--clean \
--cache true \
Expand All @@ -26,7 +27,7 @@ lb config \
--iso-application "$ISO_APPLICATION" \
--iso-volume "$ISO_VOLUME" \
--iso-publisher "$ISO_PUBLISHER" \
--bootappend-live "boot=live config hostname=$HOSTNAME" \
--bootappend-live "hostname=$HOSTNAME user-default-groups=audio,cdrom,dip,floppy,video,plugdev,netdev,powerdev,scanner,bluetooth,fuse,dialout" \
--apt-recommends false \
--archive-areas "main contrib non-free" \
--firmware-chroot true
Expand Down

0 comments on commit 54dada1

Please sign in to comment.