The officially official Devuan Forum!

You are not logged in.

#51 2020-06-09 17:31:20

wdq
Member
From: United Kingdom
Registered: 2018-03-15
Posts: 65  
Website

Re: [NEW]-FluXuan Linux-[RELEASE]

Hi ShorTie and welcome you can install FluXuan with the Refracta installer that you can find in the right-click menu.
I orderd a Raspberry pi on ebay and I am waiting for delivery so I can build a FluXuan version for it I will just need a bit of time , Thank you


Just a simple man!

Offline

#52 2020-06-09 22:46:54

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: [NEW]-FluXuan Linux-[RELEASE]

Refractainstaller has only been used on x86 architectures. I don't know what changes you'd need to make for arm.

If you wanted to use an existing fluxuan iso with the pi-imager, I think you would unpack the iso, then unpack filesystem.squashfs and use that in place of the debootstrapped system. Then make whatever changes you need to make to it.

Edit: Of course, that won't work. Packages are for the wrong arch.

Offline

#53 2020-06-14 16:53:20

vlax
Member
From: hipsterland
Registered: 2020-06-14
Posts: 42  
Website

Re: [NEW]-FluXuan Linux-[RELEASE]

hello Fluxuaners smile

wdq wrote:

Is That Time again i did updated the first post in here but i will post here too.

I`ll wait for Good and Bad Reply`s Thank You !

You can get it from - FluXuan Website

cool deriv-distro indeed!  I love the flux-open/box wm

I'm constantly trying to recycle computers instead of buying a new one and... yes! Devuan is great for "old machines" no matter what flavor you choose.

During pandemic times, with Fluxuan I'm refurbishing a Toshiba Satellite laptop from 2006  \ o /

 

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Devuan GNU/Linux 3 (beowulf)
Release:        3
Codename:       beowulf

$ uname -a
Linux chante01 4.19.0-9-686-pae #1 SMP Debian 4.19.118-2 (2020-04-29) i686 GNU/Linux

$ lscpu
Architecture:        i686
CPU op-mode(s):      32-bit
Byte Order:          Little Endian
Address sizes:       32 bits physical, 32 bits virtual
CPU(s):              1
On-line CPU(s) list: 0
Thread(s) per core:  1
Core(s) per socket:  1
Socket(s):           1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               13
Model name:          Intel(R) Pentium(R) M processor 1.73GHz
Stepping:            8
CPU MHz:             1067.000
CPU max MHz:         1733.0000
CPU min MHz:         800.0000
BogoMIPS:            2129.44
Flags:               fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx bts cpuid est tm2 pti

satellite mestizo

Offline

#54 2020-06-28 09:31:33

Ulysses_
Member
Registered: 2020-05-07
Posts: 25  

Re: [NEW]-FluXuan Linux-[RELEASE]

Hello. Need to launch a terminal window at login automatically and run a script in it as root. So far it is in .fluxbox/startup as the following line that prompts for a password to become root. Where is the proper place to put this in fluxuan? So it does not prompt for a password?

sakura -e "bash -c 'trap bash 2; \
   echo Need root permissions.; sudo /home/user/my-script.sh; \
   if [ \\\$? != 0 ]; then echo FAILED, exiting in 10 s; sleep 10; fi' " &

Some of the script follows.

ifconfig $WIFI_DONGLE up $NETWORK_PREFIX.1 netmask 255.255.255.0
route add -net $NETWORK_PREFIX.0 netmask 255.255.255.0 gw $NETWORK_PREFIX.1
echo 1 > /proc/sys/net/ipv4/ip_forward
hostapd hostapd.conf  

Last edited by Ulysses_ (2020-06-28 17:34:20)

Offline

#55 2021-01-09 04:01:44

wdq
Member
From: United Kingdom
Registered: 2018-03-15
Posts: 65  
Website

Re: [NEW]-FluXuan Linux-[RELEASE]

Hey ulysses_ sorry for the really late reply but as key worker I really have no time to do anything during these harsh times .
As a reply make a bash script put it in /sbin then edit /etc/sudoers and add under %sudo line
%sudo ALL(ALL) NOPASSWD: /sbin/yourscript.sh
Make it executable chmod +x yourscript.sh
Then just add it in fluxbox startup
exec sudo /sbin/yourscript.sh

It will run with no password


Just a simple man!

Offline

Board footer