Guest User

Untitled

a guest
May 4th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. --- Jolla-@RELEASE@-moto_msm8960_jbbl-@ARCH@.ks-3.2.0 2020-04-03 12:31:27.740824835 +0200
  2. +++ Jolla-@RELEASE@-moto_msm8960_jbbl-@ARCH@.ks 2020-05-01 16:54:48.291481460 +0200
  3. @@ -6,21 +6,17 @@
  4. # SuggestedImageType: fs
  5. # SuggestedArchitecture: armv7hl
  6.  
  7. -lang en_US.UTF-8
  8. timezone --utc UTC
  9. -keyboard us
  10. -user --name nemo --groups audio,input,video --password nemo
  11.  
  12. ### Commands from /tmp/sandbox/usr/share/ssu/kickstart/part/default
  13. part / --size 500 --ondisk sda --fstype=ext4
  14.  
  15. ## No suitable configuration found in /tmp/sandbox/usr/share/ssu/kickstart/bootloader
  16.  
  17. @@ -86,8 +82,10 @@
  18. DEVICEUSER=`getent passwd $UID_MIN | sed 's/:.*//'`
  19.  
  20. if [ -x /usr/bin/oneshot ]; then
  21. - su -c "/usr/bin/oneshot --mic"
  22. + /usr/bin/oneshot --mic
  23. su -c "/usr/bin/oneshot --mic" $DEVICEUSER
  24. fi
  25. ### end 50_oneshot
  26. ### begin 60_ssu
Add Comment
Please, Sign In to add comment