my paldo - Paldo GNU/Linux Installer LiveCD | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | As you might noticed I'm on to build my own livecd with an installer
on it to install paldo with few steps and less time needs.
I'm in the final developing stage so a question comes up:
Is there a possibility to get axx of your server to store
my iso-files (ca 700 MB) so my work can be tested and downloaded?
... or do I have to search for a differnt host? |
|
|
|
|
|
Re: my paldo - Paldo GNU/Linux Installer LiveCD | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I finally got a working Installer-LiveCD. It installs Paldo from a squashfs to the hdd in around 12 minutes. It is easier as installing windows. Now I only need a host for around 600 MB for the ISO-Image so it can be public tested.
I used the paldo-desktop.xml without paldo-office, paldo-graphics and paldo-multimedia but added gnome-multimedia.
Well lets see where I can store the ISO ... |
|
|
|
|
|
German Guide installing Paldo with my Installer | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | |
|
|
|
|
|
Re: my paldo - Paldo GNU/Linux Installer LiveCD | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | Thanks a lot. I haven't got time yet to look at it in detail but it definitively sounds interesting. Hosting on paldo.org shouldn't be an issue, we can clarify the details by mail. |
|
|
|
|
|
Re: my paldo - Paldo GNU/Linux Installer LiveCD | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | Email is out. Check it Juerg. |
|
|
|
|
|
Re: my paldo - Paldo GNU/Linux Installer LiveCD | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | Useradd and change root password is broken in the 64bit Installer-LiveCD. Seems some bins are not there.
To login use root:paldo. |
|
|
|
|
|
New LiveCD | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I'm now on doing a new livecd including the installer.
... almost finished. It boots what is fine. Only some littel issues to solve.
rootfs.img I'll found during livecd mode in /. the backup.img I'll found at /paldo.
So I can go on. The only thing I don't get how to autologin the root-account in paldo-livecd mode. What did I wrong?
Code | [In neuem Fenster öffnen] | | <!-- let root autologin -->
<text dest="$CHROOTDIR/etc/gdm/custom.conf">
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=root
</text>
<!-- backup default.desktop -->
<cmd>mkdir -p backup/usr/share/gdm/BuiltInSessions</cmd>
<cmd>cp usr/share/gdm/BuiltInSessions/default.desktop backup/usr/share/gdm/BuiltInSessions/default.desktop</cmd>
<cmd>cp $CHROOTDIR/usr/share/xsessions/gnome.desktop $CHROOTDIR/usr/share/gdm/BuiltInSessions/default.desktop</cmd>
<!-- backup gconf.xml.defaults -->
<cmd>mkdir -p backup/etc/gconf/gconf.xml.defaults</cmd>
<cmd>cp etc/gconf/gconf.xml.defaults/* backup/etc/gconf/gconf.xml.defaults</cmd>
<!-- fix gconf defaults permissions -->
<cmd>chmod -R a+r $CHROOTDIR/etc/gconf/gconf.xml.defaults</cmd>
<cmd>find $CHROOTDIR/etc/gconf/gconf.xml.defaults -type d | xargs chmod a+x</cmd> |
found this:
for gnome display manager You have to edit /etc/gdm/gdm.conf to allow that.
but don't found gdm.conf ... |
|
|
|
|
|
Re: my paldo - Paldo GNU/Linux Installer LiveCD | |
|
|
Administrator Posts: 426 Registered: 2004-09-09 | I'm not sure but it may well be that automatic root login can't be enabled due to security reasons. You'd have to look at gdm source code to be sure, though. |
|
|
|
|
|
final tests of the new installer-livecd-image | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I'm almost done. Now I use upkg to create the installer-livecd image.
Running now final tests. |
|
|
|
|
|
seems I need some help from you guys | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | you find my files at:
http://www.paldo.org/~amnon/repo/specs
the backup.tar.bz2 is created during the upkg-process.
It gets installed during the running of the installer.
actual-installer.tar.bz2 are the files I'm working on.
adduser.sh seems to work but I'm not shure.
buildfstab.sh is working
chrootpw.sh is also working
copypaldo.sh seems not to be proper
findswap.sh is working
gettable.sh is working too
grubsetup.sh is also working
hostdomain.sh works too
mounttarget.sh works
paldoinstaller seems to work
rebject.sh works
restart.sh works too
these are the errors I bumped in:
when I extract backup.tar.bz2 to the folder I mounted the hdd where I want to install paldo I can't run the created normal user cos of some gconf-errors.
can you look into it? |
|
|
|
|
|