heres Sensei 3.1 http://forum.porteus.org/viewtopic.php? ... 255#p37197
http://sourceforge.net/projects/senseig ... o/download
and heres a very basic 002-xorg for Sensei 3.1 .. https://app.box.com/s/a1rwozyl1zh9v5fzykyugksdbreag6lj 47.5 mb
includes:
ati, nouveau ,vesa , mouse, wacom, synaptics,
xterm, mc(midnightcommander), jwm(joes window manager)
boot to textmode and type startx...
002-xorg module for sensei 3.1
- ncmprhnsbl
- DEV Team
- Posts: 4079
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
002-xorg module for sensei 3.1
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- francois
- Contributor
- Posts: 6443
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: 002-xorg module for sensei 3.1
Appreciated.
Thanks.
Thanks.
Prendre son temps, profiter de celui qui passe.
-
- DEV Team
- Posts: 2113
- Joined: 09 Feb 2013, 09:55
- Distribution: APorteus-FVWM-ja-x86_64.iso
- Location: japan
Re: 002-xorg module for sensei 3.1
@francois
The kernel of "Sensei-v3.1-x86_64.iso + 002-xorg-64-3.xzm" could be updated to version 4.2.3.
And updated ISO could be started by "systemd" in place of the program "init".
To execute the "systemd",
the "systemd=/usr/lib/systemd/systemd" cheatcode is used.
1. preperation
Sensei-v3.1-x86_64.iso , 002-xorg-64-3.xzm
upkernel-4.2.3-noarch-1.xzm
http://www.mediafire.com/download/97ere ... arch-1.xzm
Please refer to
http://forum.porteus.org/viewtopic.php? ... 788#p34856
2. Sensei-v3.1-x86_64-2.iso
merge Sensei-v3.1-x86_64.iso and 002-xorg-64-3.xzm.
3. UP.Sensei-v3.1-x86_64-2.iso
3.1. update kernel version.
3.2. delete 000-kernel64.xzm from UP.Sensei-v3.1-x86_64-2.iso
Thanks.
The kernel of "Sensei-v3.1-x86_64.iso + 002-xorg-64-3.xzm" could be updated to version 4.2.3.
And updated ISO could be started by "systemd" in place of the program "init".
To execute the "systemd",
the "systemd=/usr/lib/systemd/systemd" cheatcode is used.
1. preperation
Sensei-v3.1-x86_64.iso , 002-xorg-64-3.xzm
upkernel-4.2.3-noarch-1.xzm
http://www.mediafire.com/download/97ere ... arch-1.xzm
Please refer to
http://forum.porteus.org/viewtopic.php? ... 788#p34856
Code: Select all
% ls -1
002-xorg-64-3.xzm
Sensei-v3.1-x86_64.iso
upkernel-4.2.3-noarch-1.xzm
% su
merge Sensei-v3.1-x86_64.iso and 002-xorg-64-3.xzm.
Code: Select all
# mloop Sensei-v3.1-x86_64.iso
# mkdir ISO
# cp -a /mnt/loop/* ISO/.
# uloop
# mv 002-xorg-64-3.xzm ISO/porteus/base/.
# mkisofs -o Sensei-v3.1-x86_64-2.iso -v -l -J -joliet-long -R -D -A Porteus -V Porteus \
-no-emul-boot -boot-info-table -boot-load-size 4 \
-b boot/syslinux/isolinux.bin -c boot/syslinux/isolinux.boot ISO
# rm -fr ISO
3.1. update kernel version.
Code: Select all
# activate upkernel-4.2.3-noarch-1.xzm
# upakernel4 Sensei-v3.1-x86_64-2.iso
# deactivate upkernel-4.2.3-noarch-1.xzm
Code: Select all
# mloop UP.Sensei-v3.1-x86_64-2.iso
# mkdir ISO
# cp -a /mnt/loop/* ISO/.
# uloop
# rm UP.Sensei-v3.1-x86_64-2.iso*
# rm ISO/porteus/base/000-kernel64.xzm
# mkisofs -o UP.Sensei-v3.1-x86_64-2.iso -v -l -J -joliet-long -R -D -A Porteus -V Porteus \
-no-emul-boot -boot-info-table -boot-load-size 4 \
-b boot/syslinux/isolinux.bin -c boot/syslinux/isolinux.boot ISO
# rm -fr ISO
# ls -1
Sensei-v3.1-x86_64-2.iso
Sensei-v3.1-x86_64.iso
UP.Sensei-v3.1-x86_64-2.iso
upkernel-4.2.3-noarch-1.xzm
- ncmprhnsbl
- DEV Team
- Posts: 4079
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Re: 002-xorg module for sensei 3.1
thanks neko, i'll have go at updating to 4.2 and make an iso, if somebody doesnt beat me to it..
interesting.. will try this out, although i think i prefer sensei without systemd running ...neko wrote:And updated ISO could be started by "systemd" in place of the program "init".
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44