You are not logged in.
2024-02-20 I installed Carbon to a LG Ultra laptop as follows:
1) Download current Debian Testing 64 bit "netinstall" iso
https://cdimage.debian.org/cdimage/week … etinst.iso
2) Did not set password for root so that I would have sudo rights
Installed only the "standard system utilities"
3) Downloaded the current BunsenLabs Carbon Netinstall scriipt:
wget https://github.com/bunsenlabs/bunsen-ne … bon.tar.gz
tar -xpvf carbon.tar.gz
cd bunsen-netinstall-carbon
(Install curl so that script will complete) sudo apt install curl
./install
4) I chose the "full" installation
5) rebooted when asked at end of script
Notes: the following packages could not be installed:
policykit-1-gnome
tint2
cpufrequtils
xserver-xorg-video-qxl
polkitd-pkla
No browser was installed
Thunar not installed
xterm was the default terminal
network-manager was not installed (however network was operational after chosen during install)
coloring of default desktop wallpaper obscures part of default conky
installed plank to show active windows
So I installed firefox-esr, terminator and thunar manually and they were recognized as the defaults.
Last edited by dmontaine (2025-02-20 23:55:59)
Offline
Hi dmontaine and thanks for trying out the netinstall.
Unfortunately it's still Experimental and the package lists especially need some attention.
I'll have to re-check but I think once one package install has failed, the whole thing will stop at that point.
Most of those missing packages already have substitutes ready to be added, but right now tint2 is not available in Trixie and switching to xfce4-panel will require new configs, which aren't ready yet.
I guess for now we can put xfce4-panel in the package list, on the understanding that testers will have to configure it themselves for a while.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
(Install curl so that script will complete) sudo apt install curl
Thank you for catching this bug!
Curl was invoked in a recently added test without making sure it was available.
I'll either rewrite the test to use wget, or make sure curl is installed near the start of the script.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
If you now want to make sure you've got all the packages, you can run:
sudo apt install bunsen-meta-all
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
I've had better results installing BunsenLabs Boron then changing that to trixie/Carbon by editing the sources and upgrading.
Note that this is also how Debian recommend installing testing/unstable — the testing ISO image is for testing the ISO image
Offline
I've had better results installing BunsenLabs Boron then changing that to trixie/Carbon by editing the sources and upgrading.
Note that this is also how Debian recommend installing testing/unstable — the testing ISO image is for testing the ISO image
Been my experience as well with other debian-based systems.
Pretty amazing really, last one I did this way about a month ago swapped almost 1000 packages at one go and I did not expect it to work at all, but it did.
Offline