002-xorg module for sensei 3.1

Porteus based on Arch with pacman package manager.
User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

002-xorg module for sensei 3.1

Post#1 by ncmprhnsbl » 17 Oct 2015, 23:24

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...
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
francois
Contributor
Contributor
Posts: 6434
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

Post#2 by francois » 18 Oct 2015, 03:02

Appreciated.

Thanks.
Prendre son temps, profiter de celui qui passe.

neko
DEV Team
DEV Team
Posts: 2109
Joined: 09 Feb 2013, 09:55
Distribution: APorteus-FVWM-ja-x86_64.iso
Location: japan

Re: 002-xorg module for sensei 3.1

Post#3 by neko » 18 Oct 2015, 23:56

@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

Code: Select all

% ls -1
002-xorg-64-3.xzm
Sensei-v3.1-x86_64.iso
upkernel-4.2.3-noarch-1.xzm
% su
2. Sensei-v3.1-x86_64-2.iso
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. UP.Sensei-v3.1-x86_64-2.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
3.2. delete 000-kernel64.xzm from UP.Sensei-v3.1-x86_64-2.iso

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
Thanks.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Re: 002-xorg module for sensei 3.1

Post#4 by ncmprhnsbl » 22 Oct 2015, 20:21

thanks neko, i'll have go at updating to 4.2 and make an iso, if somebody doesnt beat me to it..
neko wrote:And updated ISO could be started by "systemd" in place of the program "init".
interesting.. will try this out, although i think i prefer sensei without systemd running ...
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Post Reply