#carbslinux

Earlier messages
<merakor>So users can choose between git and rsync repositories when they are setting up, and place the repository wherever they like
<raph_ael>it boots thanks, seems I did cpt b carbs-init and forgot i
<raph_ael>the void way for repo is nice, as you can override
<raph_ael>I understand your point of view, but it can be strange not to have any repos available at firts
<raph_ael>first
<merakor>Yeah it is somewhat strange, but it also gives hands-on experience for repositories and CPT_PATH which is essential information for the distribution in my opinion.
<raph_ael> /etc files are less prone to rm than files in home :)
<raph_ael>strangely in /dev root is a symlink to sda1 which leads to a ro / at boot and /dev/root as /
<raph_ael>ok seems I did a lot of cpt b and forgot to install afterwards
<merakor>You can add a shell function on your profile/shellrc for that
<merakor2>raph_ael: Here is an example https://termbin.com/mik7
<merakor2>You can run 'cpt bi' and it will automatically install it if it doesn't fail
<merakor2>I can add a function to cpt itself for this purpose, but you can use this for now.
<raph_ael>thanks
<merakor2>Oops don't actually do that, there is an error, here is a better function
<merakor2>https://termbin.com/qx7ai
<raph_ael>nice
<merakor2>raph_ael: I have pushed a new version that accepts 'cpt bi' inside the package manager.
<raph_ael>thanks !
...
<merakor2>You are welcome :)
<raph_ael>:)
<raph_ael>the /dev/root part tells you something ?
<raph_ael>I rebuilded the kernel and have udevd at boot
<merakor2>Does kernel command line have ro?
<merakor2>Run cat /proc/cmdline
<raph_ael>indeed
<raph_ael>never saw that
<merakor>You need to replace it with rw
<merakor>You can edit grub config on /etc/default/grub
<raph_ael>thanks, I don't see that in the file, I'll seek
<merakor>Oh yeah wrong file
<merakor>Change /etc/grub.d/10_linux
<merakor>Replace ro to rw there
...
<raph_ael>thanks
<raph_ael>I'll try on thursday, the wm is at work
<raph_ael>VM
...
<raph_ael>reinstalling from scratch, seems I did too much crap at first !
<merakor>Great, how is it going?
...
<raph_ael>well
<raph_ael>https://imgur.com/a/anxzLX8
<raph_ael>I have a huge load
<raph_ael>a still a ro /
<raph_ael>:)
<raph_ael>no finally a rw / but no real poweroff because of /dev/kmesg read only
<raph_ael>strange
<merakor>Do you have eudev?
<raph_ael>mdev
<raph_ael>but eudev before
<merakor> /dev/kmesg being read-only shouldn't cause an issue for now
<merakor>The init scripts used it to log itself
Later messages