#573: Paquetes y módulos de Linux para el cliente ogLive basado en Kernel 3.7.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3657 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/main
parent
fd1e09fb3c
commit
d4020ab047
|
@ -26,22 +26,21 @@ which ms-sys || ms-sys install &>/dev/null
|
|||
echo "spartlnx"
|
||||
which spartlnx.run || $(wget http://damien.guibouret.free.fr/savepart.zip &>/dev/null; unzip -o savepart.zip -d /sbin/)
|
||||
|
||||
echo "xvesa"
|
||||
gdebi -n /var/cache/apt/archivesOG/xvesa.deb
|
||||
#echo "xvesa"
|
||||
#gdebi -n /var/cache/apt/archivesOG/xvesa.deb
|
||||
|
||||
echo "partclone"
|
||||
gdebi -n /var/cache/apt/archivesOG/partclone_0.2.38_i386.deb
|
||||
#echo "partclone"
|
||||
#gdebi -n /var/cache/apt/archivesOG/partclone_0.2.38_i386.deb
|
||||
|
||||
echo "busybox-static 1.17.1 en rootfs"
|
||||
#echo "busybox-static 1.17.1 en ogLive rootfs permite reboot y poweroff
|
||||
apt-get remove -y busybox-static
|
||||
gdebi -n /var/cache/apt/archivesOG/busybox-static_1.17.1-10ubuntu1_i386.deb
|
||||
cp /bin/busybox /bin/busyboxOLD
|
||||
/bin/busyboxOLD
|
||||
echo "busybox-static 1.18.5 en initrd"
|
||||
apt-get install -y busybox-static
|
||||
cp /bin/busybox /bin/busyboxNEW
|
||||
/bin/busyboxNEW
|
||||
#echo "busybox-static 1.17.1 en rootfs"
|
||||
#apt-get remove -y busybox-static
|
||||
#gdebi -n /var/cache/apt/archivesOG/busybox-static_1.17.1-10ubuntu1_i386.deb
|
||||
#cp /bin/busybox /bin/busyboxOLD
|
||||
#/bin/busyboxOLD
|
||||
#echo "busybox-static 1.18.5 en initrd"
|
||||
#apt-get install -y busybox-static
|
||||
#cp /bin/busybox /bin/busyboxNEW
|
||||
#/bin/busyboxNEW
|
||||
# en scripts reboot y poweroff hacer llamada a busyboxOLD reboot|poweroff
|
||||
|
||||
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#install xorg
|
||||
#install lxde
|
||||
#+80M roxterm y gparted
|
||||
install roxterm
|
||||
install gparted
|
||||
#install roxterm
|
||||
#install gparted
|
||||
#xvesa en compilacion
|
||||
install openbox
|
||||
install midori
|
||||
#install openbox
|
||||
#install midori
|
||||
# VESA Kernel 3.7
|
||||
install v86d
|
||||
|
|
|
@ -6,7 +6,7 @@ install kexec-tools
|
|||
install mbuffer
|
||||
install parted
|
||||
install drbl-chntpw
|
||||
install chntpw
|
||||
#install chntpw
|
||||
install clonezilla
|
||||
install registry-tools
|
||||
install reglookup
|
||||
|
@ -14,4 +14,4 @@ install libparse-win32registry-perl
|
|||
install grokevt
|
||||
install libhivex0
|
||||
install libhivex-bin
|
||||
install rsync
|
||||
install rsync
|
||||
|
|
Loading…
Reference in New Issue